Unhide the sheet, do your operation, and then make it hidden again:
Sub HideSheets()
'Set worksheet to Very Hidden so that it can only be unhidden by a macro
Worksheets("Sheet1").Visible = xlSheetVisible
'...do your stuff here.......
Worksheets("Sheet1").Visible = xlSheetVeryHidden
End Sub
I am not very good at visual basics, what do I have to do next next
after programming code on the visual basics code?
can give instructions! thanks a lot!
I have the same problem, but do not understand the answers.
So again:
I want to create a Hyperlink from Sheet 'A' to HIDDEN Sheet 'B'
how can I manage that in Excel 2007?
Thank you...
BE SMART! WORK HARD! HAVE FUN!
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.