=HYPERLINK("611",",611 NVQ Level 4 Strategy.doc")
--
D Rodman
Bill Manville
MVP - Microsoft Excel, Oxford, England
No email replies please - respond to newsgroup
=HYPERLINK("C:\Temp\MyFile.doc", "My File") will show My File in the
cell, in hyperlink format, and will link to the file specified when you
click the cell.
Perhaps I should explain the structure that I am working with?
Main Folder - Test
contains 4 folders - 611, 613, 614, Admin Docs
All of the above will be operated from either a CDRom +RW or DVD +RW
The Hyperlink is required to 'open' a file be it .doc, .xls, .pdf or .html
These documents will be closed in the normal fashion.
The hyperlinks are in cells which relate to the documents viewed like a list
but sorted into groups matching the folder 611, 613 etc.
Does this help at all?
--
D Rodman
The is all happening via the CDRom
--
D Rodman
That first argument is not the filename in full - it lacks an extension
and does not have a path (which might be OK in some circumstances).
At least I would expect to see something like
=HYPERLINK("611.1 NVQ Level 4 Strategy.doc","Strategy")
and if that doesn't work then something like
=HYPERLINK("\\MyServer\MyFolder\611.1 NVQ Level 4
Strategy.doc","Strategy")