I have a process that when it finishes save the file on the web server with the same name. I always get a message telling me that this file exists.
I want in VBA code to tell it (yes replace it or overwrite on it )
Thanks
Perhaps for a AIDR() check. If it is there, perform a Kill on that item.
For example,
Kill lcBase_Path & oFileLdb.Name 'Delete the ldb file on basepath location.
DelayTime 10 'Slight delay to insure file action completed. little function to insure file has time to fully delete. Steve Medvid
"IT Consultant & Web Master"
e-Mail: Stephen_Medvid@GMACM.com
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.