R
RJG
I have put a button on a summary worksheet to go to a 2nd worksheet
and this works fine. However i have now hidden the 2nd worksheet and
my simple code will nolonger find it.
Can I still use the button (but just amend the code) if the 2nd
worksheet is "hidden". Or do I have to unhide the sheet for it to
work.
This is the simple code that i am using, can it be changed
Private Sub CommandButton3_Click()
Sheets("BIC code summary").Select
End Sub
Bob
ps I also have another button on the hiden sheet to return to the
original sheet.
and this works fine. However i have now hidden the 2nd worksheet and
my simple code will nolonger find it.
Can I still use the button (but just amend the code) if the 2nd
worksheet is "hidden". Or do I have to unhide the sheet for it to
work.
This is the simple code that i am using, can it be changed
Private Sub CommandButton3_Click()
Sheets("BIC code summary").Select
End Sub
Bob
ps I also have another button on the hiden sheet to return to the
original sheet.