I have a file on our network that needs to be posted to the web weekly. Does any know how I can do this through VBA code. Below is what I tried with no avail.
Dim myFile As FileSystemObject
Set myFile = CreateObject("Scripting.FileSystemObject"
myFile.CopyFile "\\root\folder\file.txt", "
Thanks
Dan
Dim myFile As FileSystemObject
Set myFile = CreateObject("Scripting.FileSystemObject"
myFile.CopyFile "\\root\folder\file.txt", "
Thanks
Dan