Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
JT JT is offline
external usenet poster
 
Posts: 234
Default multipage tabindex

One more question on multipage forms. I have a 4 page multipage form. I
have a change event where I set the tabindex on every control on each page.
This works great except that with one exception. After it tabs through all
of the controls, it tabs to the page name. Is there a way to prevent it from
doing this? I just want it to tab through the controls and not the actual
page tab as well.

Thanks again for all of the help............
--
JT
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default multipage tabindex


Hello JT,

The MulitPage control class doesn't expose the TabIndex property for
given Page in VBA. So you can avoid tabbing back to the Page name.

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=47926

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default multipage tabindex


Hello JT,

The MulitPage control class doesn't expose the TabIndex property for
given Page in VBA. So you can't avoid tabbing back to the Page name.

Sincerely,
Leith Ros

--
Leith Ros
-----------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...fo&userid=1846
View this thread: http://www.excelforum.com/showthread.php?threadid=47926

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default multipage tabindex

If you aren't going to use the tabs (an assumption), why not make them
disappear.

Multipage1.Style = fmTabStyleNone

--
Regards,
Tom Ogilvy

"JT" wrote in message
...
One more question on multipage forms. I have a 4 page multipage form. I
have a change event where I set the tabindex on every control on each

page.
This works great except that with one exception. After it tabs through

all
of the controls, it tabs to the page name. Is there a way to prevent it

from
doing this? I just want it to tab through the controls and not the actual
page tab as well.

Thanks again for all of the help............
--
JT



  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default multipage tabindex


Hiding the tabs would defeat the purpose of the control being a
Multi-Tab, would it not?

Leith


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=479268



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default multipage tabindex

If the purpose is to have the user make the selection of which page is
visible, then yes. But there are many other purposes for a multitab. If
movement between tabs (such as a wizard) is controlled by code, then hiding
the tabs may be a plus.

--
Regards,
Tom Ogilvy

"Leith Ross" wrote
in message ...

Hiding the tabs would defeat the purpose of the control being a
Multi-Tab, would it not?

Leith


--
Leith Ross
------------------------------------------------------------------------
Leith Ross's Profile:

http://www.excelforum.com/member.php...o&userid=18465
View this thread: http://www.excelforum.com/showthread...hreadid=479268



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
Problem with Tabindex Toppers Excel Worksheet Functions 0 February 5th 05 08:27 AM
TabIndex property Brett[_5_] Excel Programming 1 August 11th 04 04:06 PM
vba - using multipage ajliaks[_23_] Excel Programming 3 August 9th 04 01:29 PM
Multipage Aksel Børve Excel Programming 1 March 1st 04 08:52 AM
Multipage Aksel Børve Excel Programming 0 March 1st 04 08:24 AM


All times are GMT +1. The time now is 04:12 PM.

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

About Us

"It's about Microsoft Excel"