There is a dashboard in Chandoo.org
This is the link
http://chandoo.org/wp/2010/03/16/excel-dashboard-tutorial-1/
A button is inserted into excel spread sheet and called "help". Is this a button (Form control)? When it is click, it is taken to a user form. I can see the code:
Sub HelpForm()
HelpForm.Show
End Sub
How is this button linked to the user form? Do we insert a form in Help Sheet or only with code, we make this form display? If what I describe is not clear, then I need to send you the file itself.
Thank you for your help.
Guity
This is the link
http://chandoo.org/wp/2010/03/16/excel-dashboard-tutorial-1/
A button is inserted into excel spread sheet and called "help". Is this a button (Form control)? When it is click, it is taken to a user form. I can see the code:
Sub HelpForm()
HelpForm.Show
End Sub
How is this button linked to the user form? Do we insert a form in Help Sheet or only with code, we make this form display? If what I describe is not clear, then I need to send you the file itself.
Thank you for your help.
Guity