View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lol[_2_] lol[_2_] is offline
external usenet poster
 
Posts: 1
Default FileSystemObject

I am trying to copy a file within an Excel application
using VBA 6.0. 'Help' says to use a FileSystemObject
which has a Move method. But the VBA development
environment will not let me Dim a variable as a
FileSystemObject. Is there a library that I need to
activate? Or is there a workaround with older commands?