View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Hans Knudsen[_2_] Hans Knudsen[_2_] is offline
external usenet poster
 
Posts: 10
Default Delete custom lists

Thank you.


Jim Cone wrote:
These two lines...
Application.DeleteCustomList
Application.GetCustomListNum(aryList)

Should be one line...
Application.DeleteCustomList Application.GetCustomListNum(aryList)