View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WLMPilot WLMPilot is offline
external usenet poster
 
Posts: 470
Default Initialization using Multipage Tab

Thanks, I will give this a shot.

Les

"TWR" wrote:

I think what Chip is trying to say is

Private Sub UserForm_Initialize()
MultiPage1.value=0 assuming you want the first page to be the one
visible.
End Sub



"WLMPilot" wrote:

I am using Multipage Tabbing for the first time. I want to initialize the
form on page 1. I know how to initialize a userform. Does it change when
using Multipage Tabbing?

Thanks,
Les