Solved Restore Minimized folder (1 Viewer)

yamus

Member
Local time
Today, 01:24
Joined
Aug 12, 2020
Messages
81
Hello
My question is about how i can programmatically with VBA restore(Maximize) an opened folder that is minimized
Thanks in advance
 

theDBguy

I’m here to help
Staff member
Local time
Yesterday, 17:24
Joined
Oct 29, 2018
Messages
21,358
Just a guess, but have you tried using Shell()?
 

yamus

Member
Local time
Today, 01:24
Joined
Aug 12, 2020
Messages
81
Just a guess, but have you tried using Shell()?
hi
As matter of fact i did use Shell() but it opens a second instance of the folder which as i mentionned earlier is minimized on the taskbar
Below is the code I used
Shell "C:\WINDOWS\explorer.exe C:\Users\" & Environ("username") & "\Desktop\myFolder", vbNormalFocus
 
Last edited:

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 08:24
Joined
May 7, 2009
Messages
19,169
see this demo database.
 

Attachments

  • showMinimizedFolder.accdb
    400 KB · Views: 78

Users who are viewing this thread

Top Bottom