View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BobAchgill BobAchgill is offline
external usenet poster
 
Posts: 2
Default Set object1 = ????

What do I need to put in the ???? to get this code to work?

Dim object1 as object
Set object1 = ????
object1.fileexists()

Thanks!

Bob