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