View Single Post
  #2   Report Post  
Michael
 
Posts: n/a
Default

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


"Really new to Excel" wrote:

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.