Have to click the closed command button twice to close UserForm

sspatriots

Well-known Member
Joined
Nov 22, 2011
Messages
577
Office Version
  1. 365
Platform
  1. Windows
Hi,

I've got a second UserForm called "Pleasewait" that pops up over my existing UserForm ("Job_Status_PM") while my code is updating changes to the worksheets and saving the file. However, using that "Pleasewait" UserForm forces me to select the Close command button on my main UserForm ("Job_Status_PM") twice. Is there a way to shift he focus back to the main UserForm called "Job_Status_PM" so that I don't have to hit the close button twice?


Thanks, SS
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Just figured it out. I added the line below to the end of the command button code that updates my worksheets and saves the file after the temporary form called "Pleasewait" is unloaded. Wanted to put this up here in case it helps someone else and nobody waste any time looking into it. Thanks folks...SS


VBA Code:
Job_Status_PM.cmdClose.SetFocus
 
Upvote 0
Solution

Forum statistics

Threads
1,215,518
Messages
6,125,291
Members
449,218
Latest member
Excel Master

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