Results 1 to 3 of 3

Summarizing to New worksheet

Threaded View

  1. #1
    Forum Contributor
    Join Date
    07-11-2009
    Location
    NYC,USA
    MS-Off Ver
    Excel 2007
    Posts
    135

    Summarizing to New worksheet

    Hello All,

    I have a Petty Cash Workbook that consists of a Cash Receipts worksheet, and two separate credit card worksheets. I would like to be able to summarize the data from these three worksheets to a fourth worksheet called “Yearly Totals”.

    I’ve copied and modified code from Ron deBruin’s website but I’m not getting anywhere with it.
    I’m constantly running a Runtime ERROR 9 with this line:
            
      Set DestSh = Worksheets(“Yearly_Totals”)
    I also wanted to modify the code to use the current region property in order to pick up a bordered range, which you’ll see when you open this booklet. This would work better than the standard last row of data formula in this instance.
            
    Set CopyRng = sh.Range(sh.Rows(StartRow), sh.Rows(shLast))
    I’m pretty much an intuitive cut/paste kind of person so this is throwing me for a loop. (Literally and figuratively )

    I’ve attached a formatted workbook for your perusal.

    I would appreciate any help or explanation regarding this.

    I have one other question regarding this workbook, but will post it to another thread if I can get past this design problem.


    Thanks!

    Mark
    Attached Files Attached Files
    Last edited by max57; 12-07-2009 at 01:24 PM.

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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