LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Linking from a Combo box to another excel file's specific workshee

I'm using the following code to access a worksheet from a combobox

Private Sub SourceDocLinksComboBox_Change()
If SourceDocLinksComboBox.Value = "Net Promoter - Overall" Then

SourceDocLinksComboBox.Value = SourceDocLinksComboBox.List(0, 0)
ActiveWorkbook.FollowHyperlink Address:="file:///\\Path\Path\Some
excel fil.xls#Sheet3!A1", _
NewWindow:=True

End If
...

It works fine when I don't try and specify the worksheet but breaks down
when I add #Sheet3!A1

Any ideas?

Thanks,

- James
 
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
linking a form combo box... results from the combo box to another Trey Excel Discussion (Misc queries) 1 July 15th 07 01:58 AM
Turn off/on auto calc when entering or leaving a specific workshee Rominall Excel Programming 1 March 20th 07 03:49 PM
Linking Special Formats from One Worksheet to a Different Workshee ExcelNovice Excel Discussion (Misc queries) 0 January 18th 07 09:44 PM
Search for a specific file's extension 2007-User Excel Programming 7 September 10th 06 04:27 AM
excel 97: linking 2 combo boxes JMCN Excel Programming 1 October 22nd 03 11:05 PM


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