Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

QUESTION ABOUT EXCEL HYPERLINKS

Status
Not open for further replies.

IncredibleVolk

Technical User
Apr 2, 2004
67
US
I currently run a DTS package where the results are pushed into Excel using an ActiveX script. The results are a summary (or count) of fields in a table. I'd like to create a hyperlink that will allow the user to click on the cell to get more detailed, drill-down information. I was wondering if it's possible to substitute the address field in this hyperlink for an sql query that will display the drill-down results when the user clicks on the cell. The value is already stored in the cell, I'd just like the user to get detailed account information about that value.

oSheet.Hyperlinks.Add oSheet.Cell(iRow,iColumn), " , , ""
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top