Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is there a way to programatically stop the TAB from going to the MultiPage tab at the top of a multipage control? I'd like to be able to click it with the mouse but not be a tab stop when the TAB key is used. -- JWM6 ------------------------------------------------------------------------ JWM6's Profile: http://www.excelforum.com/member.php...o&userid=33413 View this thread: http://www.excelforum.com/showthread...hreadid=533629 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
MultiPage1.TabStop = False
But this is a property which you can also manually define in the properties window. Regards, Edwin Tam http://www.vonixx.com "JWM6" wrote: Is there a way to programatically stop the TAB from going to the MultiPage tab at the top of a multipage control? I'd like to be able to click it with the mouse but not be a tab stop when the TAB key is used. -- JWM6 ------------------------------------------------------------------------ JWM6's Profile: http://www.excelforum.com/member.php...o&userid=33413 View this thread: http://www.excelforum.com/showthread...hreadid=533629 |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I understand that there is the "TabStop = T/F" property for the object on the page. But the Page object itself only has an "Index" property no TabStop property, starting at 0 for the left most and incrementin across the different pages. Doesn't seem that I can (at the moment) keep the page from being a ta stop -- JWM ----------------------------------------------------------------------- JWM6's Profile: http://www.excelforum.com/member.php...fo&userid=3341 View this thread: http://www.excelforum.com/showthread.php?threadid=53362 |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You selected only a tab of the multipage control. You need a bit of skill to
select the entire multipage control. You can try this: - Click once on the area of the multipage control - click once carefully on the edge of the multipage control Then, you should have the actual multipage control selected, and you should see the Tabstop property in the properties window. Regards, Edwin Tam http://www.vonixx.com "JWM6" wrote: I understand that there is the "TabStop = T/F" property for the objects on the page. But the Page object itself only has an "Index" property - no TabStop property, starting at 0 for the left most and incrementing across the different pages. Doesn't seem that I can (at the moment) keep the page from being a tab stop. -- JWM6 ------------------------------------------------------------------------ JWM6's Profile: http://www.excelforum.com/member.php...o&userid=33413 View this thread: http://www.excelforum.com/showthread...hreadid=533629 |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Will try - Thanks! -- JWM6 ------------------------------------------------------------------------ JWM6's Profile: http://www.excelforum.com/member.php...o&userid=33413 View this thread: http://www.excelforum.com/showthread...hreadid=533629 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage tab? | Excel Discussion (Misc queries) | |||
vba - using multipage | Excel Programming | |||
Multipage | Excel Programming | |||
MultiPage | Excel Programming | |||
Multipage | Excel Programming |