ronanbaker1
Board Regular
- Joined
- Nov 15, 2012
- Messages
- 76
Hi Guys,
Have a Macro that I want to stop the loop when the ANYWHERE on the sheet does not have the Cell.Value "Net Assets"
This is what I have got but it is not feeding correctly.
Could someone please tell me the adjustment I need?
Thanks
Do While ActiveSheet.Value <> "Net Assets" Is Nothing
Have a Macro that I want to stop the loop when the ANYWHERE on the sheet does not have the Cell.Value "Net Assets"
This is what I have got but it is not feeding correctly.
Could someone please tell me the adjustment I need?
Thanks
Do While ActiveSheet.Value <> "Net Assets" Is Nothing