+ Reply to Thread
Results 1 to 3 of 3

Help with Excel spreadsheet Macro

  1. #1
    Registered User
    Join Date
    08-07-2012
    Location
    Ann Arbor, MI
    MS-Off Ver
    Excel 2003
    Posts
    1

    Help with Excel spreadsheet Macro

    I downloaded a file from http://angus65.com/.

    It is a budget spreadsheet following Dave Ramsey's principles. I want to be able to add rows of categories or delete ones I do not want and still be able to use the Macro to populate the following months. I would appreciate any assistance in getting this figured out.
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    08-07-2012
    Location
    netherland
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Help with Excel spreadsheet Macro

    Another aspect of worksheet-macro traffic that is not always covered in Microsoft Excel 2003 VBA courses is the number of read/write events. It is much faster to read a block of a thousand cells than to read each cell individually. If a macro is acting on a large range of data, read the range in first before looping through the data rather than looping and reading a cell on each iteration.

  3. #3
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Help with Excel spreadsheet Macro

    ethn,

    Please take a moment to read the forum rules and then amend your thread title to something descriptive of your problem. Once you have done this please send me a PM and I will remove this request.

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ 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