I need to search through Column A of 24 sheets (sheets 2 to 25) to see if the contents of column A of sheet 1 appears.
I am trying to select each sheet in turn using a variable, I'm sure this is simple but it has me beaten. Can you help?
sheet2.select works so I thought the code would be along the lines of :-
sub
dim shht as string
dim sht as string
dim stt as string
shht = sheet
sht = 2
stt = shtt + sht
stt.select
end sub
thanks smiler44
I am trying to select each sheet in turn using a variable, I'm sure this is simple but it has me beaten. Can you help?
sheet2.select works so I thought the code would be along the lines of :-
sub
dim shht as string
dim sht as string
dim stt as string
shht = sheet
sht = 2
stt = shtt + sht
stt.select
end sub
thanks smiler44