Pinaceous
Well-known Member
- Joined
- Jun 11, 2014
- Messages
- 1,124
- Office Version
- 365
- Platform
- Windows
Hi All,
If I'm using a code to produce a dialog box to save the file, I've noticed that the dialog box does not pop in front of the excel document but sometimes behind it.
How do I express in code for the dialog box to pop up in front of the working excel document?
Please let me know, if you have a code.
I've used:
But this doesn't always work.
Can you help provide a suggestion??
Thank you,
Pinaceous
If I'm using a code to produce a dialog box to save the file, I've noticed that the dialog box does not pop in front of the excel document but sometimes behind it.
How do I express in code for the dialog box to pop up in front of the working excel document?
Please let me know, if you have a code.
I've used:
Code:
Application.ScreenUpdating = True
Application.DisplayAlerts = True
Application.EnableEvents = True
But this doesn't always work.
Can you help provide a suggestion??
Thank you,
Pinaceous