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 Refedits / Autotab

I have 3 RefEdits on a form. The user will select a different cell for each
RefEdit.

Currently the user has to select each RefEdit to select a cell.

Is there a way to automatically tab to the next RefEdit control once the
user selects a cell?

The tabs are set up correctly, so that when the form is opened, I can tab
through the controls in the correct order.

Any help would be greatly appreciated.....Thanks
--
JT
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 772
Default Refedits / Autotab

Just set the change method
Private Sub RefEdit1_Change()
RefEdit2.SetFocus
End Sub
--
-John Northwest11
Please rate when your question is answered to help us and others know what
is helpful.


"JT" wrote:

I have 3 RefEdits on a form. The user will select a different cell for each
RefEdit.

Currently the user has to select each RefEdit to select a cell.

Is there a way to automatically tab to the next RefEdit control once the
user selects a cell?

The tabs are set up correctly, so that when the form is opened, I can tab
through the controls in the correct order.

Any help would be greatly appreciated.....Thanks
--
JT

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
autotab Mats Excel Discussion (Misc queries) 4 November 16th 07 10:04 AM
Autotab does not always work Pierre Scerri Excel Programming 0 March 6th 06 05:50 PM
refedits in a userform control class Doug Glancy Excel Programming 10 June 3rd 05 10:39 PM
RefEdits and normal forms / forms in a DLL David Welch Excel Programming 0 December 1st 04 03:49 PM


All times are GMT +1. The time now is 12:11 AM.

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"