Thread: Help Needed...
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett[_4_] Don Guillett[_4_] is offline
external usenet poster
 
Posts: 2,337
Default Help Needed...

Time this vs my suggestion

--
Don Guillett
SalesAid Software

"Rollin_Again " wrote in
message ...
Public Sub AddItems()

Do While ActiveCell.Row <= Range("A65536").End(xlUp).Row

vrows = ActiveCell.Row + 1 & ":" & ActiveCell.Row + 4

Rows(vrows).Insert Shift:=xlDown

ActiveCell.Offset(1, 0).Value = "Actual"
ActiveCell.Offset(2, 0).Value = "Forecast"
ActiveCell.Offset(3, 0).Value = "Variance"
ActiveCell.Offset(5, 0).Select

Loop

End Sub





Rollin


---
Message posted from
http://www.ExcelForum.com/