ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   MultiPage tab (https://www.excelbanter.com/excel-programming/359085-multipage-tab.html)

JWM6[_5_]

MultiPage tab
 

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


Edwin Tam[_7_]

MultiPage tab
 
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



JWM6[_6_]

MultiPage tab
 

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


Edwin Tam[_7_]

MultiPage tab
 
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



JWM6[_15_]

MultiPage tab
 

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



All times are GMT +1. The time now is 10:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com