Hi,
create a button and apply the code as follow if the sheet is hidden
Sub Bring sheet()
'
' Bring sheet Macro
'
'
Sheets("your name").Visible = True
Sheets("your name").Select
End Sub
if sheet is not hidden use
Sub Bring sheet()
'
' Bring sheet Macro
'
Sheets("your name").Select
End Sub
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.