J
John
Why does this fail? The codename for my sheet is wsh1:
Dim c as integer
c = 1
sheets ("wsh" & c).select
It fails with the error message "subscript out of range. "
Dim c as integer
c = 1
sheets ("wsh" & c).select
It fails with the error message "subscript out of range. "