Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Shared Drive/Macro or Hyperlink

I'd like to record a hyperlink or macro to open specified files. My problem is that these are housed on a shared drive so the file pathname may be I:\Exldata..., M:\Exldata..., or O:\Exldata.... (the remainder of the file path name is the same)

Is there a way?
  #2   Report Post  
Posted to microsoft.public.excel.programming
MDW MDW is offline
external usenet poster
 
Posts: 117
Default Shared Drive/Macro or Hyperlink

Sure, just use the fully qualified network drive name. You can find it out by going to Windows Explorer. For instance if on the Windows Explorer navigation, you see

Data on 'HQShare\Public' (I:)

Then replace "I:\" in your code with "\\HQShare\Public\Data"

"Hargrove" wrote:

I'd like to record a hyperlink or macro to open specified files. My problem is that these are housed on a shared drive so the file pathname may be I:\Exldata..., M:\Exldata..., or O:\Exldata.... (the remainder of the file path name is the same)

Is there a way?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6
Default Shared Drive/Macro or Hyperlink

Very cool. Thank you.

"MDW" wrote:

Sure, just use the fully qualified network drive name. You can find it out by going to Windows Explorer. For instance if on the Windows Explorer navigation, you see

Data on 'HQShare\Public' (I:)

Then replace "I:\" in your code with "\\HQShare\Public\Data"

"Hargrove" wrote:

I'd like to record a hyperlink or macro to open specified files. My problem is that these are housed on a shared drive so the file pathname may be I:\Exldata..., M:\Exldata..., or O:\Exldata.... (the remainder of the file path name is the same)

Is there a way?

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
Saving shared spreadsheets on a shared drive. Meridith Excel Discussion (Misc queries) 0 April 3rd 08 05:20 PM
shared spreadsheet on a shared drive Meridith Excel Discussion (Misc queries) 0 January 23rd 08 02:16 AM
Printing viewing a shared workbook on a shared drive aloomba Excel Discussion (Misc queries) 0 April 13th 07 02:52 PM
Excel on shared drive Greg Snidow Excel Discussion (Misc queries) 0 August 25th 05 04:22 PM
Create folders on a shared drive with a macro Michael McClellan Excel Programming 2 June 1st 04 11:58 PM


All times are GMT +1. The time now is 10:42 AM.

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

About Us

"It's about Microsoft Excel"