View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
merjet merjet is offline
external usenet poster
 
Posts: 812
Default newbie, vba simple prg from a book doesn't write...see vlookup with vba?

so what should the not working line be like:
with or without set?


Without. "Set" isn't in the Sub you posted. But you added "Set" in
your comment after the Sub.

Merjet