B
Brenda
I am working in a excel program that I DID NOT create. However i would like
to have the bottom Sheets hidden and i want to create a button on the home
page that will link them to each page that i have hidden. Once they click on
that button it will bring up the hidden page. Then i am going to create
button on that sheet that will say back to home page at that point it will
hide that page again. Why am i getting this error here is the code i was
using wrong:
Sub UnhideHerdDescription()
Sheets("UnhideHerdDescription").Visible = True
Sheets("UnhideHerdDescription").Select
End Sub
Am i using the wrong code??? please help me i have a lot to do i have 5
sheets to do on this program.
to have the bottom Sheets hidden and i want to create a button on the home
page that will link them to each page that i have hidden. Once they click on
that button it will bring up the hidden page. Then i am going to create
button on that sheet that will say back to home page at that point it will
hide that page again. Why am i getting this error here is the code i was
using wrong:
Sub UnhideHerdDescription()
Sheets("UnhideHerdDescription").Visible = True
Sheets("UnhideHerdDescription").Select
End Sub
Am i using the wrong code??? please help me i have a lot to do i have 5
sheets to do on this program.