Solved Restore Minimized folder

yamus

Member
Local time
Today, 08:42
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
 
Just a guess, but have you tried using Shell()?
 
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:

Users who are viewing this thread

Back
Top Bottom