T
tyler.paavola
I have a macro that downloads files off a FTP to a local directory and
then processes those files. These files are ".rpt" (basically text
files). I am using the OpenText() function to process these files.
After all my code runs through successfully and the macro is finished,
I get dialog boxes telling me that:
"File Now Available"
'report_name.rpt' is now available for editing.
Choose Read-Write to open it for editing.
The macro will eventually be ran as an automated script, so I cannot
have these dialogs displaying at the end of my script.
I would like to find a fix for this other than just suppressing all
dialog boxes.
Any suggestions greatly appreciated!!
thnx
then processes those files. These files are ".rpt" (basically text
files). I am using the OpenText() function to process these files.
After all my code runs through successfully and the macro is finished,
I get dialog boxes telling me that:
"File Now Available"
'report_name.rpt' is now available for editing.
Choose Read-Write to open it for editing.
The macro will eventually be ran as an automated script, so I cannot
have these dialogs displaying at the end of my script.
I would like to find a fix for this other than just suppressing all
dialog boxes.
Any suggestions greatly appreciated!!
thnx