Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Setting the multipage1.value = anything less than the
active page will select the page TAB but not the page. Going forward works fine. What's up? +For example if I have a button on page2 sub but_click() multipage.value = 0 end sub the Page1 tab is selected but the Page is not displayed. The button on Page2 is still visible. However, if the code reads sub but_click() multipage.value = 2 end sub Page3 is selected and displayed correctly. Is this an Excel bug? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I guess because I'm a black man no one will answer my
question! I guess that's a 'yes' on both counts. -----Original Message----- Setting the multipage1.value = anything less than the active page will select the page TAB but not the page. Going forward works fine. What's up? +For example if I have a button on page2 sub but_click() multipage.value = 0 end sub the Page1 tab is selected but the Page is not displayed. The button on Page2 is still visible. However, if the code reads sub but_click() multipage.value = 2 end sub Page3 is selected and displayed correctly. Is this an Excel bug? . |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I couldn't reproduce this.
In a simple test, the correct page showed up and the userform was displayed correctly. If it is a display thing, maybe adding a few: Me.Repaint will help. stu wrote: Setting the multipage1.value = anything less than the active page will select the page TAB but not the page. Going forward works fine. What's up? +For example if I have a button on page2 sub but_click() multipage.value = 0 end sub the Page1 tab is selected but the Page is not displayed. The button on Page2 is still visible. However, if the code reads sub but_click() multipage.value = 2 end sub Page3 is selected and displayed correctly. Is this an Excel bug? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage tab? | Excel Discussion (Misc queries) | |||
Multipage Calendar error | Excel Discussion (Misc queries) | |||
MultiPage | Excel Discussion (Misc queries) | |||
How do I use multipage | Excel Discussion (Misc queries) | |||
Multipage | Excel Programming |