Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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/



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Where is hyperlink pointing...File or Folder

Yes.
TIA!

~ Matt

--
Message posted from http://www.ExcelForum.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default 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/



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pointing lots of Excel Pivot Tables at a Different Cube file traceye Excel Worksheet Functions 0 March 1st 07 01:01 PM
Need code to save file to new folder, erase from old folder Ron M. Excel Discussion (Misc queries) 1 February 24th 06 06:02 PM
Excel links are pointing to the same file joanne Links and Linking in Excel 0 June 9th 05 08:23 AM
Create Folder and Text File in folder Todd Huttentsine Excel Programming 2 April 29th 04 03:41 PM
Have a lookup pointing to a CSV file Murali Krishnan Excel Programming 1 September 24th 03 07:21 PM


All times are GMT +1. The time now is 06:44 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"