can you make a title page using Excel?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am in school and my instructor is asking for a title page along with my
woek. I can only use Excel for my work.
 
Hi
Insert a new sheet and cal it "MAIN MENU"
Make it look attractive with a coloured background and different fonts.
Put some command buttons on it using your forms toolbar, and then create
some Macro's to connect the buttons to the other worksheets.
Your Macro may look something like this

Sub Sheet2()
Sheets("Sheet2").Select
Range("A1").Select
End Sub

HTH
Michael
 

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.

Ask a Question

Back
Top