Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
stu stu is offline
external usenet poster
 
Posts: 3
Default MultiPage Error

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   Report Post  
Posted to microsoft.public.excel.programming
stu stu is offline
external usenet poster
 
Posts: 3
Default MultiPage Error

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,824
Default MultiPage Error

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
MultiPage tab? capt Excel Discussion (Misc queries) 2 January 28th 08 08:01 PM
Multipage Calendar error MC84 Excel Discussion (Misc queries) 0 May 17th 07 03:39 PM
MultiPage OM Excel Discussion (Misc queries) 2 April 7th 06 01:31 PM
How do I use multipage Lawrence M Watt Excel Discussion (Misc queries) 1 October 24th 05 02:55 PM
Multipage Paul Excel Programming 1 July 9th 03 02:34 PM


All times are GMT +1. The time now is 10:48 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"