Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a userform which I have inserted one multipage with three pages. Is
there a way to link the tab on a multipage to one of the lable box? -- capt |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Further to my last.
This is in oder to rename the tab by inserting the text in a lable box. Thanks -- capt "capt" wrote: I have a userform which I have inserted one multipage with three pages. Is there a way to link the tab on a multipage to one of the lable box? -- capt |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How about using a textbox that you can change:
Option Explicit Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean) With Me.MultiPage1 .Pages(.Pages.Count - 1).Caption = Me.TextBox1.Value End With End Sub capt wrote: Further to my last. This is in oder to rename the tab by inserting the text in a lable box. Thanks -- capt "capt" wrote: I have a userform which I have inserted one multipage with three pages. Is there a way to link the tab on a multipage to one of the lable box? -- capt -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multipage Calendar error | Excel Discussion (Misc queries) | |||
MultiPage control | Excel Worksheet Functions | |||
Add tabs to multipage in userforms | Excel Discussion (Misc queries) | |||
MultiPage | Excel Discussion (Misc queries) | |||
How do I use multipage | Excel Discussion (Misc queries) |