#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Pivot Table

I was just wondering if someone knew whether or not a
Pivot Table could display its results as hyperlinks?
I have a pivot table that is linked to quotes in a file
and I use the Pivot Table as a kind of search to locate
quotes by number. Is there a way to make the Quote
numbers in the Pivot Table become hyperlinks to the Saved
Quotes? (The Saved Quotes are saved by quote number also.)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Pivot Table

I doubt it, but if you can figure out a formula that will convert the quote
number produced by the pivot table into the location of the Saved Quotes you
could use the Hyperlinks worksheet function formula to build your link.
This would be in a cell outside the pivot table, but adjacent to it with
reference back to the quote produced by the pivot table.


"Eric" wrote in message
...
I was just wondering if someone knew whether or not a
Pivot Table could display its results as hyperlinks?
I have a pivot table that is linked to quotes in a file
and I use the Pivot Table as a kind of search to locate
quotes by number. Is there a way to make the Quote
numbers in the Pivot Table become hyperlinks to the Saved
Quotes? (The Saved Quotes are saved by quote number also.)



  #3   Report Post  
Posted to microsoft.public.excel.programming
No Name
 
Posts: n/a
Default Pivot Table

Well, I got a formula to produce hyperlinks when the
Pivot Table query is executed, but I was wondering if
there is a code that I can attach to the table so that
when a field setting is changed, my values in the cells
change with it?

Range("C14").Select
Dim MyName1 As String
MyName1 = Range("A14").Value
With Worksheets(5)
.Hyperlinks.Add .Range
("C14"), "\\ERIC\SharedDocs\Shared Documents
Eric&Rick&Tom\Quote System Database\Saved Quotes\" &
MyName1 & ".xls", TextToDisplay:=MyName1

Above is the coding I created, is there anyway to add
something that would tell it to re-run if a change is
made to the Pivot Table? Thnaks!

-----Original Message-----
I doubt it, but if you can figure out a formula that

will convert the quote
number produced by the pivot table into the location of

the Saved Quotes you
could use the Hyperlinks worksheet function formula to

build your link.
This would be in a cell outside the pivot table, but

adjacent to it with
reference back to the quote produced by the pivot table.


"Eric" wrote in message
...
I was just wondering if someone knew whether or not a
Pivot Table could display its results as hyperlinks?
I have a pivot table that is linked to quotes in a file
and I use the Pivot Table as a kind of search to locate
quotes by number. Is there a way to make the Quote
numbers in the Pivot Table become hyperlinks to the

Saved
Quotes? (The Saved Quotes are saved by quote number

also.)


.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Pivot Table

Well, that isn't a formula. With a formula using the hyperlink worksheet
function, it would update automatically.

A hyperlink worksheet function would be placed in the cell like

=HYPERLINK("\\ERIC\SharedDocs\Shared Documents Eric&Rick&Tom\Quote System
Database\Saved Quotes\" & A14 & ".xls", A14)

--
Regards,
Tom Ogilvy

wrote in message
...
Well, I got a formula to produce hyperlinks when the
Pivot Table query is executed, but I was wondering if
there is a code that I can attach to the table so that
when a field setting is changed, my values in the cells
change with it?

Range("C14").Select
Dim MyName1 As String
MyName1 = Range("A14").Value
With Worksheets(5)
.Hyperlinks.Add .Range
("C14"), "\\ERIC\SharedDocs\Shared Documents
Eric&Rick&Tom\Quote System Database\Saved Quotes\" &
MyName1 & ".xls", TextToDisplay:=MyName1

Above is the coding I created, is there anyway to add
something that would tell it to re-run if a change is
made to the Pivot Table? Thnaks!

-----Original Message-----
I doubt it, but if you can figure out a formula that

will convert the quote
number produced by the pivot table into the location of

the Saved Quotes you
could use the Hyperlinks worksheet function formula to

build your link.
This would be in a cell outside the pivot table, but

adjacent to it with
reference back to the quote produced by the pivot table.


"Eric" wrote in message
...
I was just wondering if someone knew whether or not a
Pivot Table could display its results as hyperlinks?
I have a pivot table that is linked to quotes in a file
and I use the Pivot Table as a kind of search to locate
quotes by number. Is there a way to make the Quote
numbers in the Pivot Table become hyperlinks to the

Saved
Quotes? (The Saved Quotes are saved by quote number

also.)


.



Reply
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
how to create pivot table from existing pivot table in excel 2007 Udayraj Dhulekar Excel Discussion (Misc queries) 2 July 8th 13 08:22 PM
Pivot Table and Pivot Table dates are not in correct order ls Charts and Charting in Excel 3 July 14th 09 04:02 PM
Filter lines with Pivot table and non Pivot table columns Grover Excel Discussion (Misc queries) 1 September 26th 07 12:48 AM
Filter lines containing pivot table and non pivot table data Grover Excel Worksheet Functions 0 September 24th 07 07:20 PM
Help required with setting up a pivot table with the source on sheet1 to have the pivot table created on sheet called "report" Diana[_5_] Excel Programming 0 August 21st 03 10:19 PM


All times are GMT +1. The time now is 12:03 PM.

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"