View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steph Steph is offline
external usenet poster
 
Posts: 110
Default How do I close a file system object?

I have a file opened using a file system object in a macro. How do I close
the file? file.close doesn't work.
Thanks