View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
GregR GregR is offline
external usenet poster
 
Posts: 246
Default Fill Default/Fill Copy

I have a macro that copies the last entered row and inserts rows based
on a number from an input box. It works great except two of the
columsns I want the copied formulas to increment to the next value and
two of the columns not to increment. Right now all of the columns in
the copied rows increment. The inserted rows start at row 8 and are
incremented by the number in the input box. TIA

Greg