QuantBurner
New Member
- Joined
- Jan 29, 2011
- Messages
- 42
Hi,
I need some VBA code that opens a folder just as if the folder icon is clicked on in Excel (ie. I want a dialogue box open to a folder where the user selects a file and can open as the file as read-only). I found code that will give me a open folder box but not with the read-only option (eg using something like ActiveWorkbook.FollowHyperlink Address:=.[C5], NewWindow:=True). Hope that makes sense.
Thanks!
I need some VBA code that opens a folder just as if the folder icon is clicked on in Excel (ie. I want a dialogue box open to a folder where the user selects a file and can open as the file as read-only). I found code that will give me a open folder box but not with the read-only option (eg using something like ActiveWorkbook.FollowHyperlink Address:=.[C5], NewWindow:=True). Hope that makes sense.
Thanks!