Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Textbox inserted on an Excel sheet does not allow TABINDEX or SetF

You can select the TextBox in code like this...

ActiveSheet.Shapes("Text Box 3").Select

where you use the TextBox's name (in quotes) as the index into the Shapes
collection.

Rick


"Raky" wrote in message
...
I designed a sheet with textbox and combobox elements on in, so it looks
like
a form. Now I had to learn that it is not possible to get the cursor
positioned on the textbox (doing so within a form SetFocus is available)
when
opening the sheet and it's not possible to jump into the next defined
textbox
by using the TAB-key.
Does anyone know how to deal with this?
--
Best Regards


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
Need help to open Word doc inserted into Excel sheet from outside the network. User Excel Discussion (Misc queries) 1 May 7th 07 05:03 PM
Order the TabIndex clara Excel Programming 1 April 30th 07 07:56 PM
multipage tabindex JT Excel Programming 5 October 26th 05 01:07 PM
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


All times are GMT +1. The time now is 11:12 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"