View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Christopher Benson-Manica Christopher Benson-Manica is offline
external usenet poster
 
Posts: 5
Default Collection methods

Bob Phillips spoke thus:

For Each ws in Activeworkbook
For Each qyt In ws.QueryTables
qyt.Delete


I see. Now, if Excel's help could have told me that... I know now
that collections have a Count property, but where could I have found
that information, say, on MSDN or the VBA help...?

Next qty
Next ws


--
Christopher Benson-Manica | I *should* know what I'm talking about - if I
ataru(at)cyberspace.org | don't, I need to know. Flames welcome.