View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
[email protected] dennispa@gmail.com is offline
external usenet poster
 
Posts: 2
Default Copy Pivot column from one Sheet to Another

Hi,

I have the following vba command which copies the Pivot Data to another sheet, however I need to be more specific. I need to copy individual columns, ideally by column name or by column number and I don't want the header only the data.

Worksheets("Core Pivot").PivotTables("corePivot").TableRange2.Copy Destination:=Worksheets("Present").Range("A2")