M
mikey10
Thanks for responding Deepak Agarwal
Basically, to select say sheet 3 in a macro I would write:
Sheets("Sheet3").Select
But say the sheet number is actually a variable called 'Count'.
I need to be able to select the sheet of number 'Count'.
ie. If 'Count' = 5, then I need a macro that selects sheet 5.
Hope this makes more sense,
Thanks for your help,
Mik
Basically, to select say sheet 3 in a macro I would write:
Sheets("Sheet3").Select
But say the sheet number is actually a variable called 'Count'.
I need to be able to select the sheet of number 'Count'.
ie. If 'Count' = 5, then I need a macro that selects sheet 5.
Hope this makes more sense,
Thanks for your help,
Mik