If cell is not null, add value to adjecent cell
Hi all,
I have a spreadsheet which is automatically inported form a text file by VBA
by the click of a button
What I am trying to achieve (but failing miserably) is to build a loop
statement that says, if cell x1 is not null then y1 = "hello!". This would
then move on to x2 etc until it reaches a null cell which would then exit the
sub.
The tab will have mulitple records and I just cant seem to figure out the
best (and quickest) automated way of doing it.
Cheers for your help!
Mav
|