View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default linking worksheets programmatically

Hi all,

I have two workbooks A and B. When the user opens workbook A, I would like
to have Workbook A to create a link to worksheet1 from workbook B, which
resides out on the network. I tried various UNC path syntax to workbook B,
but it didn't work.

Can you share your thoughts on enabling this to happen programmatically on
opening workbook A? Thanks for sharing your thoughts.

Ben


--