S
Sean T.
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
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