LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
dan dan is offline
external usenet poster
 
Posts: 113
Default formulas after insert row

I am a beginner. After I successfully insert a row to my
spreadsheet I noticed that my spreadsheet formulas did not
carry down into the new cell. Is there a way to remedy
this issue? My code is as follows:
Do
If IsEmpty(ActiveCell)= False Then
ActiveCell.Offset(1,0).Select
ActiveCell.EntireRow.Insert
End If
Loop Until IsEpty(ActiveCell)=True

I also noticed that the new row is inserted after my first
row of data (not a big issue). Is there a way to insert
the new row as the first data row in my spreadsheet? I
tried renaming my range to "A5" from "A6", this worked but
it also carried my header formatting along with the row
insert. Thanks.


 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
insert blank row and formulas scottmcm Excel Worksheet Functions 1 May 5th 10 06:44 PM
Is it possible to insert a picture using formulas? phil2401 Excel Worksheet Functions 4 December 15th 05 08:12 PM
How do I insert OR in imbedded formulas? bfd Excel Worksheet Functions 3 September 28th 05 09:59 PM
insert two formulas one cell Daddys Girl Excel Worksheet Functions 1 September 24th 05 10:29 PM
Insert rows with Formulas Doug Manning Excel Discussion (Misc queries) 0 September 16th 05 05:33 PM


All times are GMT +1. The time now is 12:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"