View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
george-v george-v is offline
external usenet poster
 
Posts: 3
Default Delete Rows from List Objects based on Conidtion

Only a part of code.

Set wrksht = ActiveWorkBook.WorkSheets("Query6")
Set objListobj=wrksht.ListObjects(1)
Set objListRows=objListobj.ListRows

I am getting an error message which says "subscripts out of range", Run time
error '9' at the second line of code shown above