Consulting

Results 1 to 3 of 3

Thread: Copy Data till Last Row and Column

  1. #1
    VBAX Regular
    Joined
    Jan 2018
    Posts
    32
    Location

    Copy Data till Last Row and Column

    Hi Friends,

    i am newbie to VBA and don't know how to write the codes , tried recorded however not getting the expected results
    I have a Pivot Table and need to copy the Data from A7 till last Row and Last Column its in Table Format , every day Data gets added to source data and Pivot has been updating auto.

    I need to copy the Data starting from Cell A7 since daily numbers are getting added ( Columns and Row are adding to Pivot Table )

    How do i copy the Data from At to Last Row and Column and email through Outlook Body.

    Recorded Macro doesn't help me here.
    Kindly review and help

  2. #2
    VBAX Expert
    Joined
    Sep 2016
    Posts
    788
    Location
    MsgBox Range("A7").PivotTable.TableRange1.Address

  3. #3
    VBAX Regular
    Joined
    Jan 2018
    Posts
    32
    Location
    Why MsgBox ? will it copy the entire pivot table

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •