Hello All,
I am stuck while adding multipage dynamically to a blank userform.
First I tried following code:
Dim HolCalMulPg As MultiPage
Set HolCalMulPg = Me.Controls.Add("Forms.MultiPage.1")
Above code added a multi page with two pages. Now I changed the code to below...