![]() |
Where is hyperlink pointing...File or Folder
How can I tell if the hyperlink is pointing to a file or folder??!?
Thanks in advance! ~ Matt -- Message posted from http://www.ExcelForum.com |
Where is hyperlink pointing...File or Folder
Edit the hyperlink?
Do you mean with code? -- Regards, Tom Ogilvy "BVHis " wrote in message ... How can I tell if the hyperlink is pointing to a file or folder??!? Thanks in advance! ~ Matt W --- Message posted from http://www.ExcelForum.com/ |
Where is hyperlink pointing...File or Folder
|
Where is hyperlink pointing...File or Folder
Look in help at the Dir command and the GetAttr command. See the help
example for Dir: If (GetAttr(MyPath & MyName) And vbDirectory) = vbDirectory Then -- Regards, Tom Ogilvy "BVHis " wrote in message ... Yes. TIA! ~ Matt W --- Message posted from http://www.ExcelForum.com/ |
All times are GMT +1. The time now is 02:39 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com