+ Reply to Thread
Results 1 to 2 of 2

Shift formulas, but not formats

Hybrid View

  1. #1
    JoelW
    Guest

    Shift formulas, but not formats

    I am trying to insert a row that duplicates formulas, and shifts the
    other rows down. This works great, changing the cells exactly as I want
    them:

    Public Sub InsertFiscalMonthData()

    Sheets("DATASUMMARY").Select
    Application.CutCopyMode = False
    With Rows("2:2")
    .Copy
    .Insert Shift:=xlDown
    End With

    End Sub

    ....EXCEPT...

    I want the first 12 rows to have a bold border around them. When I
    insert the row, the border grows with it.

    Is there any way to suppress the border reformatting?

    Thanks!


  2. #2
    Chip Pearson
    Guest

    Re: Shift formulas, but not formats

    Joel,

    I think you'll have to erase and reborder the region after you
    insert the cells.


    --
    Cordially,
    Chip Pearson
    Microsoft MVP - Excel
    Pearson Software Consulting, LLC
    www.cpearson.com



    "JoelW" <jswisehe@rockwellcollins.com> wrote in message
    news:1122660438.404617.260860@g44g2000cwa.googlegroups.com...
    >I am trying to insert a row that duplicates formulas, and shifts
    >the
    > other rows down. This works great, changing the cells exactly
    > as I want
    > them:
    >
    > Public Sub InsertFiscalMonthData()
    >
    > Sheets("DATASUMMARY").Select
    > Application.CutCopyMode = False
    > With Rows("2:2")
    > .Copy
    > .Insert Shift:=xlDown
    > End With
    >
    > End Sub
    >
    > ...EXCEPT...
    >
    > I want the first 12 rows to have a bold border around them.
    > When I
    > insert the row, the border grows with it.
    >
    > Is there any way to suppress the border reformatting?
    >
    > Thanks!
    >




+ 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