Hi Guys,
I am trying to work the following out with vba and I am not succeeding.
Lets say I have two colums, Col A and Col B in an Excel worksheet and the first 12 rows of col A contain data. The VBA I am trying to do is as follows:
For cell B1 return the following, if A1 contains the word del the leave B1 blank otherwise return the text in A1. Move to B2 and do the same. This needs to be done for all 12 rows (B12).
Any suggestions will be appreciated.
Regards
Hayton McGregor
I am trying to work the following out with vba and I am not succeeding.
Lets say I have two colums, Col A and Col B in an Excel worksheet and the first 12 rows of col A contain data. The VBA I am trying to do is as follows:
For cell B1 return the following, if A1 contains the word del the leave B1 blank otherwise return the text in A1. Move to B2 and do the same. This needs to be done for all 12 rows (B12).
Any suggestions will be appreciated.
Regards
Hayton McGregor