+ Reply to Thread
Results 1 to 2 of 2

Automatically copy cell formulas

  1. #1
    Registered User
    Join Date
    12-18-2007
    Posts
    1

    Automatically copy cell formulas

    is there a way to copy the formulas of the cells when inserting a new row?

  2. #2
    Forum Contributor
    Join Date
    02-28-2006
    Posts
    690
    only by writing a short macro that inserts a new row, rather than using insert, row. Then within that macro you can insert code to copy formulas. You can do all this with record new macro, but make sure you use relative references,

    Position cursor in cell G1 - assuming you want a new row after row F. Tools, macro, record new macro, select relativ references, insert, new, row. Highlight row F, edit copy, highlight row G, edit paste, STOP MACRO.

    Now go to Y1 for example, and run the macro. It will create a new row and copy down the formulas from row X.

+ 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