D
danpt
sub openfolder()
' I use this to open folder(ABC)
Shell "explorer.exe " & Chr(34) & Environ("userprofile") & "\Desktop\ABC",
vbNormalFocus
end sub
Can vba close the folder(ABC)
also, can vba close a data.mht window
Thanks
' I use this to open folder(ABC)
Shell "explorer.exe " & Chr(34) & Environ("userprofile") & "\Desktop\ABC",
vbNormalFocus
end sub
Can vba close the folder(ABC)
also, can vba close a data.mht window
Thanks