Where is hyperlink pointing...File or Folder

  • Thread starter Thread starter BVHis
  • Start date Start date
B

BVHis

How can I tell if the hyperlink is pointing to a file or folder??!?

Thanks in advance!

~ Matt
 
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top