I'm sure this is a simple matter, but I am struggling with it. Basically, I want the program to loop through a single column, like this (Pseudo code):
dim count as integer
count = 1
do until EOD
if hcount = ""
select whole row
hide whole row
end if
increment count
loop
End program.
Any help would be appreciated. I don't think I'm referencing the cell values properly. It's been so long since my VB class in college, and we never did VBA.
dim count as integer
count = 1
do until EOD
if hcount = ""
select whole row
hide whole row
end if
increment count
loop
End program.
Any help would be appreciated. I don't think I'm referencing the cell values properly. It's been so long since my VB class in college, and we never did VBA.