+ Reply to Thread
Results 1 to 2 of 2

Totals From Another Worksheet

Hybrid View

  1. #1
    DNA
    Guest

    Totals From Another Worksheet

    I want to have a worksheet for data entry, but add and display the totals
    on another worksheet.

    How?


  2. #2
    Don Guillett
    Guest

    Re: Totals From Another Worksheet

    macro to
    sheets("destination").range("a2:b6").value=sheets("source").range("a2:b6").v
    alue
    or in destination
    source!a2


    --
    Don Guillett
    SalesAid Software
    [email protected]
    "DNA" <[email protected]> wrote in message
    news:[email protected]...
    > I want to have a worksheet for data entry, but add and display the totals
    > on another worksheet.
    >
    > How?
    >




+ 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