VBA minimize excel popups

Pinaceous

Well-known Member
Joined
Jun 11, 2014
Messages
1,113
Office Version
  1. 365
Platform
  1. Windows
Good Afternoon,

How would I minimize an excel generated pop-up?

For example, upon close of my workbook I have excel
VBA Code:
 ActiveWorkbook.Save
.

This works good but now how do I minimize the excel generated pop-up from this code?

I was thinking something like
VBA Code:
 ActiveWindow.WindowState = xlMinimized

but this does not minimize its pop-up only the workbook.

I've also tried
VBA Code:
 Application.ScreenUpdating = False

but this does not work for the excel generated pop-up.

Any suggestions??

Thank you!
pinaceous
 
Correct. Editing the registry only affects the computer that you edited the registry on.

I must warn you!!! If you are not familiar with making registry edits, I would not advise it.

That being said, you could create a 'batch' file to run on several computers, one at a time to speed up the registry edit process for several computers. As I warned though, be sure you know what you are doing.
 
Upvote 0

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Alright, interesting. I'll have to look into that one. Appreciate it.
 
Upvote 0
I have never seen such dialog poping up when saving a workbook !
 
Upvote 0
Jaafar Tribak!

I know you know how to back code the excel in lieu of the Registry through the
VBA Code:
Declare PtrSafe Function
VBA Code:
Declare Function
or something like that!

Let us know man! Your coding skills I do know!

Thanks,
pinaceous
 
Upvote 0
Jaafar Tribak!

I know you know how to back code the excel in lieu of the Registry through the
VBA Code:
Declare PtrSafe Function
VBA Code:
Declare Function
or something like that!

Let us know man! Your coding skills I do know!

Thanks,
pinaceous
Thing is I have never encountered that excel popup ... The dialog I know of is the one that pops up asking whether the user wants to save the last changes when trying to save un unsaved workbook .
 
Upvote 0
Hi Jaafar Tribak,

Oh, I see. I have it set to automatically save upon close/exit of the workbook and just wanted that produced excel popup to run in the background, if at all possible.

Do you think you can take a look into it?

Thanks!
pinaceous
 
Upvote 0

Forum statistics

Threads
1,214,813
Messages
6,121,706
Members
449,049
Latest member
THMarana

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