cresbydotcom
Technical User
- May 22, 2006
- 234
OK this opens explorer and can paste manually
But is there a way of pasting the clipboard item (ref or actual) to the actual folder location?
SendKeys might work but I prefer it to be more transparent.
any ideas?
there is a tide in the affairs of man that you Cnut ignore.................
Code:
Private Sub emal_Click()
abc = "destination base folder"
dummy = Shell("explorer.exe /e, """ & abc & "\e-mails""", vbNormalNoFocus)
End Sub
SendKeys might work but I prefer it to be more transparent.
any ideas?
there is a tide in the affairs of man that you Cnut ignore.................