![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
Hi,
I've got some text boxes that appear as part of a input control on a worksheet. I can't seem to make it possible to tab between theses text boxes. Any ideas? Thanks |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Are the textboxes on a form or embedded to your sheet? |
|
|
|
|
|
#3 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
embedded on my sheet....I know about the tab stop on the form but it doesn't seem to have what I needed for an embedded object....
|
|
|
|
|
|
#4 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
What did you need? |
|
|
|
|
|
#5 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
for the user to input text then tab to the next box. Is it possible?
|
|
|
|
|
|
#6 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
I know how to do it on a userform, I don't really ever use embedded textboxes etc. Sorry. Would you consider swapping to a userform? |
|
|
|
|
|
#7 |
|
Board Regular
Join Date: Feb 2002
Posts: 232
|
sure. I posted a question a few weeks ago on the matter but no one replied.
If I use a user form, how do I get the value the user inputs to land in specific cells with in the workbook? I'm sure you can help on this one. Thanks in advance M |
|
|
|
|
|
#8 |
|
Board Regular
Join Date: Feb 2002
Location: Where the wild roses grow
Posts: 285
|
Yeah sure, say you want the value in textbox 1 to go into Sheet1 cell A1, you put this in the textbox's change event (Just double click on it when you're designing it in VB)
Worksheets(Sheet1").Range("a1").Value = Textbox1 Audiojoe |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|