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: 1
Default Transfer pivot table data to another workbook

Hi

I'm trying to transfer data from a pivot table in the following format:

Order Number Activity Code Time
400500 Z1 0:30
400600 X1 0:15
P3 0:15
400800 A1 0:45
BL2 0:30
CF1 0:15

to another workbook in this format:

Order Number Activity Code Time
400500 Z1 0:30
400600 X1 0:15
400600 P3 0:15
400800 A1 0:45
400800 BL2 0:30
400800 CF1 0:15

I've tried working with rowfields, datarange, rowrange, but all
attempts so far have failed.

Dim pt as pivottable
dim pf as pivotfield
dim rng as range
for each pf in pt.rowfields
set rng = pf.datarange
debug.print pf
for each cell in rng
if not isempty(cell) then debug.print cell
next
next

The above goes through the row fields Order Number and Activity Code.
How can I grab the Order Number when it is not shown in the table, eg
400600 for P3? Also, how can I get the Time (data field) at the same
time? Ideally I would like to iterate through each row of the pivot
table, get the data from all 3 fields and transfer it to a new
workbook.

Thanks
Tony

 
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
Transfer data from an excel tab to a pivot table automatically GKelly Excel Discussion (Misc queries) 0 November 19th 09 04:35 PM
How to transfer data from one workbook to another via VBA Adnan Excel Discussion (Misc queries) 0 August 1st 08 06:42 PM
How do I transfer data with hyperlinks to a pivot table without l. DarcyMS Excel Worksheet Functions 1 January 23rd 08 06:56 PM
Data transfer from a template to a workbook Nick Excel Worksheet Functions 0 April 20th 06 05:26 PM
How can I transfer data from excel worksheet into pivot table? tranfer data into pivot table??? Excel Programming 1 October 21st 04 03:21 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"