Microsoft
Software
Hardware
Network
Question : What is the VBA to do this in Access?
Hi Experts,
I have a VB script that runs a data extraction routine. Once the extraction is complete a text file will be created.
The VB script is executed using
Shell "CScript ""C:\Documents and Settings\rng\My Documents\LCL\NDW_Data_Ext
ractor_Usi
ng_GoldLoa
d\Gold_Loa
d_Export_S
cripts\Exp
ort.vbs"""
, vbHide
I want to create a VBA to detect if the text file has been created or not. If created then the VB script will run again.
How can this be done?
Thanks
Answer : What is the VBA to do this in Access?
place this codes below your shell line
if dir(FilePath)<>"" then
msgbox "File was created"
else
end if
Random Solutions
compact command syntax help
Saving a filename with the week number of the last sunday
Access to SQL ODBC Connection without the ODBC SQL Login Screen
Combine Publisher Files
How to create a SQL loop to create a dataset
VXDLDR / windows protection error.
Hidden user on login screen windows 7 help ?
Medium date in text field need to sort in query
Error opening DTS Package in SQL 2008 SSMS
How do I send a Report as a .pdf Document?