+ Reply to Thread
Results 1 to 4 of 4

Updating counts and totals

  1. #1
    Registered User
    Join Date
    05-22-2008
    Posts
    74

    Updating counts and totals

    I am adding rows above the "totals" row with VBA code. In the Totals row I have a count in Column 1 and a dollar total in Column 18. When I insert a row with values the count and the total do not automatically update. How do I tell the page to update?

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    1) Is your calculation on automatic or manual?
    2) Does the new inserted row adjust the formula in the total row? Or is the formula not being impacted.


    rylo

  3. #3
    Registered User
    Join Date
    05-22-2008
    Posts
    74
    I don't know where to set a calculation to auto or manual. Almost everything is being done with vba except the totals are typed into the worksheet directly. The problem is that it starts out with
    Please Login or Register  to view this content.
    As soon as I add an entry I would either have to change the actual formula or expect excel to increase the row as I insert a new one.

    The formula is not being impacted.

  4. #4
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591
    Hi

    1) Calculation is found at tools, options, calculation, then nominate which calculation type you require.

    2) However, I don't think that is your problem. Can you put up a sample file, including the code you mentioned, and step through your actions and what you would expect to result from those actions. I can't be sure if the item you posted is macro code that puts a fixed result into a cell, or morelikely is a FUNCTION in your workbook that needs to count a dynamic range to automatically update.


    rylo

+ 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