+ Reply to Thread
Results 1 to 2 of 2

table - lines variables for DB functions, charts.. etc..

  1. #1
    Marina Limeira
    Guest

    table - lines variables for DB functions, charts.. etc..


    with a vba macro I populated a table, the size of this table is variable in
    each execute this macro.

    and with this table I create pivot table, Database functions, but
    How to use all resources with all data?

    suggestions and examples
    thanks

    Marina




  2. #2
    Roger Govier
    Guest

    Re: table - lines variables for DB functions, charts.. etc..

    Hi Marina

    Create a dynamic named range for your data.
    Insert>Name>Define>Mydata Refers to =OFFSET($A$1,0,0,COUNTA(A:A),10)
    The above example would create a range which contained as many rows as
    are present in column A, and the would be 10 columns wide.
    Change the formula as appropriate to your data location.

    Then in the Pivot Table, where it asks for data range, enter =Mydata.

    --
    Regards

    Roger Govier


    "Marina Limeira" <marinalimeiraa@yahoo.com.br> wrote in message
    news:%23843XDiHGHA.3984@TK2MSFTNGP14.phx.gbl...
    >
    > with a vba macro I populated a table, the size of this table is
    > variable in
    > each execute this macro.
    >
    > and with this table I create pivot table, Database functions, but
    > How to use all resources with all data?
    >
    > suggestions and examples
    > thanks
    >
    > Marina
    >
    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1