A
ArizonaHeat
I am trying to run multiple Macros sequentially. My understanding was that
each Macro was completed before the next one was started, but it does not
seem to be working that way. I have one Macro that runs three other Macros:
Macro macUpdate:
RunMacro macDownloadData
RunMacro macUnZip
RunMacro UpdateTables
----------------------------------------------------------------------------
Macro macDownloadData:
RunApp "C:\Program Files\Ipswitch\WS_FTP Professional\wsftppro" -s "ARMLS
FTP:/Full Data Daily/*.*" -d local:C:\Access\ARMLSData\
-----------------------------------------------------------------------------
Macro macunZip:
RunApp "C:\Program Files\WinZip\wzunzip" -o C:\Access\ARMLSData\RES-dat.zip
c:\Access\ARMLSData\ListingData\
------------------------------------------------------------------------------
Macro UpdateTables:
OpenQuery
Clos
-------------------------------------------------------------------------------
Each of the individual Macros work correctly, but when the main
Macro(macUpdate) is executed, all three Macros (macDownloadData, MacUnZip and
UpdateTables) are executed at the same time.
I have searched Google and Microsoft Knowledge Base with no joy. Any
assistance would be appreciated.
each Macro was completed before the next one was started, but it does not
seem to be working that way. I have one Macro that runs three other Macros:
Macro macUpdate:
RunMacro macDownloadData
RunMacro macUnZip
RunMacro UpdateTables
----------------------------------------------------------------------------
Macro macDownloadData:
RunApp "C:\Program Files\Ipswitch\WS_FTP Professional\wsftppro" -s "ARMLS
FTP:/Full Data Daily/*.*" -d local:C:\Access\ARMLSData\
-----------------------------------------------------------------------------
Macro macunZip:
RunApp "C:\Program Files\WinZip\wzunzip" -o C:\Access\ARMLSData\RES-dat.zip
c:\Access\ARMLSData\ListingData\
------------------------------------------------------------------------------
Macro UpdateTables:
OpenQuery
Clos
-------------------------------------------------------------------------------
Each of the individual Macros work correctly, but when the main
Macro(macUpdate) is executed, all three Macros (macDownloadData, MacUnZip and
UpdateTables) are executed at the same time.
I have searched Google and Microsoft Knowledge Base with no joy. Any
assistance would be appreciated.