LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
MDW MDW is offline
external usenet poster
 
Posts: 117
Default Structure of Excel Links

I'm writing a function to parse out the path, workbook name, worksheet, and
range of all the XL Worksheet links (no other kind of links).

Does anyone know if Worksheet links ALWAYS follow the same format? For
instance, if I have a formula that refers to the cell A1 in another workbook,
the formula will contain the following text:

'C:\Folder\Path\[workbook_nm.xls]worksheet nm'!A1

I'd like my function to return the following:
- C:\Folder\Path\workbook_nm.xls
- workbook_nm.xls
- worksheet nm
- A1

I know _HOW_ to do that, but I want to make sure it will work across the
board, or if there are any exceptions when a Worksheet link will not follow
the format above.

TIA.
--
Hmm...they have the Internet on COMPUTERS now!
 
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
excel outlines structure meghnal Excel Discussion (Misc queries) 3 June 27th 09 07:28 AM
can excel links be somehow relative to folder structure? Paul134 Excel Discussion (Misc queries) 0 March 2nd 06 03:22 PM
Not getting the object structure of VBA Excel Paul Excel Programming 5 January 28th 05 12:51 PM
Analyze Excel files structure Ramon N. Gene Excel Programming 0 August 4th 04 10:55 PM
Analyze Excel files structure Ramon Excel Programming 0 August 4th 04 08:55 PM


All times are GMT +1. The time now is 08:11 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"