View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TotallyConfused TotallyConfused is offline
external usenet poster
 
Posts: 144
Default More than one User Forms

I would like a main screen that would call other forms when clicking on
different buttons on the main screen (splash screen). Is it best to create
the main screen in
Excel worksheet with the form tools or in VB UserForm? How do I call other
forms using the buttons on the main screen? Thank you in advance.