cheekyrich
Board Regular
- Joined
- Jun 2, 2005
- Messages
- 102
Hi,
I have a range of data, lets say A1:D50. I am concerned only with column C. In that column, I want my VBA macro to go to (in turn) the next cell with the number '0330' in it (assuming all cells have different numbers). I will then perform a few bits of macro around that cell before my search will continue on to find the next '0330' in column C.
I know this is a simple one but have searched the forum and am getting all sorts except for the answer I need!
Thanks so much for your help in advance. Reeally appreciated,
Rich
I have a range of data, lets say A1:D50. I am concerned only with column C. In that column, I want my VBA macro to go to (in turn) the next cell with the number '0330' in it (assuming all cells have different numbers). I will then perform a few bits of macro around that cell before my search will continue on to find the next '0330' in column C.
I know this is a simple one but have searched the forum and am getting all sorts except for the answer I need!
Thanks so much for your help in advance. Reeally appreciated,
Rich