View Single Post
  #1   Report Post  
Kiran
 
Posts: n/a
Default Object doesn't support this property or method (Error 438)

Hi,
This is the code that is giving the above error,
Set objList = Worksheets(1).ListObject(0).ListRows.Add
I got this code from the MS Help in excel. I am trying to dynamically add a
row at a specified location. Can anyone help with this.
Thanx