+ Reply to Thread
Results 1 to 2 of 2

Automatically copying rows

  1. #1
    Forum Contributor
    Join Date
    08-20-2005
    Posts
    171

    Automatically copying rows

    Hi,

    When I insert a row I would like the formula from the row below to be
    automatically copied upwards.

    Many Thanks

  2. #2
    Charlie
    Guest

    RE: Automatically copying rows

    To do it manually, hightlight the entire row and press Ctrl-C (Copy) or
    right-click and select "Copy". Then right click the same row and select
    "Insert Copied Cells".

    in VB do: (example to copy row 2)

    Range("2:2").Select
    Selection.Copy
    Selection.Insert shift:=xlDown
    Application.CutCopyMode = False


    "T De Villiers" wrote:

    >
    > Hi,
    >
    > When I insert a row I would like the formula from the row below to be
    > automatically copied upwards.
    >
    > Many Thanks
    >
    >
    > --
    > T De Villiers
    > ------------------------------------------------------------------------
    > T De Villiers's Profile: http://www.excelforum.com/member.php...o&userid=26479
    > View this thread: http://www.excelforum.com/showthread...hreadid=558798
    >
    >


+ 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