SetFocus causes intermittent error

ernief

New Member
Joined
Dec 9, 2017
Messages
8
This appears to be very strange
I have a line in code which reads NewPassword1TextBox.SetFocus
It was working just fine, now it causes an error
If in Debug, I delete SetFocus press Ctrl+space and repeat SetFocus, the line continues without error and sets the focus correctly. When I run the program again, it causes an error again.
I am a little confused
Ernie
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
Hi there.
1. What's the error actually read/say?
2. Is NewPassword1TextBox the actual name of a TextBox or some sort of alias?
3. Try including the form with the textbox name, like Userform1.
NewPassword1TextBox.SetFocus
 
Upvote 0

Forum statistics

Threads
1,214,416
Messages
6,119,386
Members
448,891
Latest member
tpierce

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