View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 866
Default Advice - Multipage or Tabstrip

Greetings gurus -
I am designing a database-like project. On my userform I need to display the
last several meetings for editing. Right now I have a tabstrip, and the macro
loads the tabs with the various meeting dates. The user picks a tab, the
program changes all the data on the form, etc.

Is there any advantage to using a multipage for this function? What
attracted me, after reading what I could find (not much), was that I can
place controls on each page (I can't do that with a tabstrip, can I?). So
that each page will contain all of the data for that record.

Anybody have an opinion on this?

Thanks in advance!

dan