Thread
:
Multipage: [Me.Controls("Page" & i).Name] does not work
View Single Post
#
2
Posted to microsoft.public.excel.programming
Papou
external usenet poster
Posts: 67
Multipage: [Me.Controls("Page" & i).Name] does not work
Hello
For i = 0 To Me.MultiPage1.Pages.Count - 1
MsgBox Me.MultiPage1.Pages(i).Caption
Next i
HTH
Cordially
Pascal
Reply With Quote
Papou
View Public Profile
Find all posts by Papou