View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sean T. Sean T. is offline
external usenet poster
 
Posts: 1
Default .insert difference between 97 and 00

Hello Group,

I'm inserting rows via vba with the line:

RangeRow.EntireRow.Resize(intNumRows).Insert
shift:=xlShiftDown

This method works perfectly with Excel 2000 but generates
an error in 97. Any ideas?

Sean