Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
NMC NMC is offline
external usenet poster
 
Posts: 1
Default Tab Order for an Excel Form

I have a .xlt with Textboxes on it and I want to set the
tab order of these text boxes. I've tried using the
TabIndex property but keep getting an error that
the "Object does not support this property or method". Am
I missing a reference to be able to use this?

Thanks,
NMC
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 860
Default Tab Order for an Excel Form

Hi NMC,

NMC wrote:
I have a .xlt with Textboxes on it and I want to set the
tab order of these text boxes. I've tried using the
TabIndex property but keep getting an error that
the "Object does not support this property or method". Am
I missing a reference to be able to use this?


Tab orders are not supported when TextBoxes are placed directly on a
Worksheet. If you are using TextBoxes on a UserForm, then you can use the
TabIndex property of each control to set the tab order.

If you want to set tab order on a Worksheet, you can do it with VBA code,
but it's not a simple thing to set up.

--
Regards,

Jake Marx
MS MVP - Excel
www.longhead.com

[please keep replies in the newsgroup - email address unmonitored]

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,327
Default Tab Order for an Excel Form

Hi

Did you try to tab between the textboxes as is ? If they're on a worksheet
then you can't. No tab, no tab order.

HTH. Best wishes Harald

"NMC" skrev i melding
...
I have a .xlt with Textboxes on it and I want to set the
tab order of these text boxes. I've tried using the
TabIndex property but keep getting an error that
the "Object does not support this property or method". Am
I missing a reference to be able to use this?

Thanks,
NMC



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
How To Create Order Form in Excel MAllen Excel Discussion (Misc queries) 1 December 31st 09 06:25 AM
Excel Data into a Web Order Form salenbailey Excel Discussion (Misc queries) 0 November 1st 09 06:25 PM
Tabbing order in Excel form RUSH2CROCHET Excel Discussion (Misc queries) 2 September 4th 09 07:36 PM
Export as XML for an Excel Order form document Diane Excel Discussion (Misc queries) 1 October 21st 08 04:44 PM
Tab order in Excel Form? TotallyConfused Excel Discussion (Misc queries) 1 November 3rd 05 05:13 PM


All times are GMT +1. The time now is 03:31 PM.

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"