idrisjones
New Member
- Joined
- Apr 25, 2019
- Messages
- 11
Hi there,
I have a a sheet of data I am trying to modify automatically through VBA to inform a Dashboard. I've worked backwards, but am struggling with one of the first steps.
I am wanting to:
- Search A1:A200
- Identify cells in that range with "Prospect", "Bid", and " "
- Select them
- Delete selected cells and shift cells up
Any idea's how to do this? I am currently stuck with the 'cl' loops stopping once it hits a blank!
Thank you for your help,
Idi
I have a a sheet of data I am trying to modify automatically through VBA to inform a Dashboard. I've worked backwards, but am struggling with one of the first steps.
I am wanting to:
- Search A1:A200
- Identify cells in that range with "Prospect", "Bid", and " "
- Select them
- Delete selected cells and shift cells up
Any idea's how to do this? I am currently stuck with the 'cl' loops stopping once it hits a blank!
Thank you for your help,
Idi