I have created a macro in Microsoft Access that will not run in VisualCron. I get an error of "Unhandled Exception You entered an expression that has an invalid reference to the property Visible"
My macro has the following Actions
SetWarnings
Open Query
Open Query
Transfer Text
Transfer Text
OpenQuery
OpenQuery
TransferSpreadsheet
Any ideas on what I need to do to get it to run successfully? I can run it just fine from Access (Microsoft Access > Macros > Select Macro > Run).