Tab key not working in my 3-frame User Form

Mel Smith

Well-known Member
Joined
Dec 13, 2005
Messages
1,023
Office Version
  1. 365
Platform
  1. Windows
I have a three frame user form and I am trying to enable the tab key to move from one input field to the next and from frame one through to three but I am failing miserably!

I have gone through each field to ensure that the TabStop is set to False and the TabIndex values are sequentially numbered and the TabKeyBehaviour is set to True.

Can anyone explain what I'm doing wrong, please?

Mel
 

Excel Facts

Waterfall charts in Excel?
Office 365 customers have access to Waterfall charts since late 2016. They were added to Excel 2019.
Mel

Why are you setting TabStop to False?

Have you tried changing the tab order for the frames via the Tab Order dialog of the userform?

Once you've done that you can use the same dialog for each of the frames to set the order of the controls within them.
 
Upvote 0
Hi Norie,

I can't see/find Tab Order. All I can see regarding Tabs is: TabIndex and TabStop.

Mel
 
Upvote 0
It's on the View menu in the VB Editor.
 
Upvote 0
Solution
Got it, thank you.

I never gave it a thought tgo look up, I was only looking in Properties. Doh!

Mel
 
Upvote 0

Forum statistics

Threads
1,214,830
Messages
6,121,831
Members
449,051
Latest member
excelquestion515

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top