Excel - Excel Hyperlink on Network Shared Drive
Asked By Smooth
29-Jun-07 09:42 AM
My workgroup has a shared drive that everyone has access to. All files
and folders are available to everyone in the group. I've created a
project database using Excel 2003 SP2 that contains hyperlinks to
files that are contained in various folders on the shared drive. These
files are PDF, HTML and MS Word documents, as well as JPG and BMP
images. Everyone in the group can access these files directly, but
only the individual that created the hyperlink can use the hyperlink
to access the referenced file. If another individual tries to use the
hyperlink, the following error message appears.
The address of this site is not valid. Check the address and try
again.
How can we make the hyperlinks useable by everyone in the group?
Thanks,
SRR
Microsoft Word
(1)
Excel 2003
(1)
Excel
(1)
Worksheet
(1)
Workbook
(1)
Database
(1)
Slashes
(1)
SRR
(1)
Dave Peterson replied...
Can you verify that the link still points to the correct location for the users
who are having trouble.
I've found that if I used the UNC path, it worked better than using a letter
mapped to that drive. (Not all used the same letter!)
And lots of people have said that these hyperlinks (insert|hyperlink style) can
change depending on how the workbook was opened.
You may be able to avoid this problem by:
File|Properties|Summary Tab|Hyperlink Base
change it to C:\
(something that's always available)
=======
Personally, I try to use the =hyperlink() worksheet function. I think that they
behave much nicer.
=hyperlink("file:////" & $a$1 & a2, "Click me")
if $a$1 contained the path: \\server\share\folder\folder\
and a2 contained the name of the file: myFile.doc
--
Dave Peterson
Mark replied...
Check the direction of the slashes in the hyperlink (on both the PC with the
links that work and on one of the PC that do not). I have one client who
has one person on their network that the direction of the slash is different
and does not work but all the others do. I believe it is a problem with
the one person having an older version of Excel.
Mark.

Excel How to strore exact double from macro into Excel cell? I know this is "stoopid" because I am sure I have done this before I make it work using a macro, other than storing a formula into the cell? - -- -- Excel keeps track of 15 significant digits when you treat the entry as a number. VBA a2") End Function Sub doit2() Range("a4") = Range("a2") End Sub Enter the following in Excel: A1: 0.28 A2: = 0.28 + 2^-54 A3: = doit1() A4: (to be filled in by macro doit2) Execute the doit2() macro, then enter the following in Excel: B1: = A1-A2 = 0 (FALSE) B2: = A3-A4 = 0 (FALSE!) B3: = A2-A3 = 0 (TRUE different as intended, even though we cannot see that when formatting to 15 decimal places, Excel's conversion limit. The FALSE value of B2 demonstrates that function doit1 returns a different am using the latter only for this example to rule out discussions of differences between Excel and VBA, I hope.) Ostensibly, this has nothing to do with Excel's 15-significant-digit conversion limit. Unless. . . . Are you confirming my WAG, to wit: in
Excel Migrating from 2003 to 2007: Unexpected link errors appear I have an application which creates an excel workbook. It works fine using the Excel 2003 object model to create the workbook. Now if I use the Excel 2007 object model (a simple upgrade) suddenly it throws a link error when its opened
Excel Slow Macros in Excel 2007 I have a home built ecg machine and use Excel to process the data and display the results. The VBA code takes the incoming data processes the data and displays the ecg waveform in a chart. This works fine in Excel 2003 but recently I have installed Excel 2007. The VBA code in Excel 2007 runs 20 times slower than Excel 2003 which means that it is impossible to display the waveforms in "real time" and
Excel Linking an Excel 2003 document copied to a Word 2003 document Hi, Everyone. I have Office 2003. I copied an Excel 2003 document using the button on the Standard toolbar, and then I opened a Word document
Excel Errata formattazione dei numeri salvando da VBA in formato txt Ciao a tutti, ho un diversi test e tentativi, ma il risultato = E8 sempre lo stesso: se salvo un file excel come txt (delimitato da tabulazione) da programma, il risultato = E8 corretto: i numeri hanno la posta il codice! ;-) - - - -- -- -- -- -- -- -- -- -- -- -- -- -- Mauro Gamberini http: / / www.riolab.org / http: / / www.maurogsc.eu / http: / / social.microsoft.com / Forums / it-IT / officeit / threads On 28 Ott, 15:36, "Mauro Gamberini" Genau. . . (vuol directory ' based on the names of files that are in column A ' Dim SourceFile As Workbook Dim Summary As Workbook Dim WbName As String Dim SumAct As Double Dim SumBdg As Double Dim i As da quel punto di vista sono su una brutta china. . . ;-) Franz Dimenticavo, la versione di Excel = E8 2003 con Multilingual User Interface Pack (ovviamente io ho settato la lingua su italiano. . .) Ciao Franz attimo di tempo più tardi) http: / / www.riolab.org / http: / / www.maurogsc.eu / http: / / social.microsoft.com / Forums / it-IT / officeit / threads non dipende dalla versione che utilizzi, ho testato e