View Single Post
  #3   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

On Monday, July 11, 2016 at 1:57:30 PM UTC+1, wrote:
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")


Perfect - Thx