Hey guys, I know this works open an Windows Explorer and select the 20070806_070605-1 - Copy - Copy.JPG file:
What I want to do though is select multiple files in the folder I'm opening. Media player does this so I'm guessing its possible from VBA, even if it requires an api.
Thanks for the help!
Ken
Code:
Shell "explorer.exe /n,/e,/select," & "\\K90ANAS\Public\Family\!NewStuff\PicsFromBeth\Krugh Pics\Monadnock 2007\2007_08_06\20070806_070605-1 - Copy - Copy.JPG"
What I want to do though is select multiple files in the folder I'm opening. Media player does this so I'm guessing its possible from VBA, even if it requires an api.
Thanks for the help!
Ken