Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


andymcadam
2016-01-05T08:27:43Z
I have an Excel macro that runs in Excel with no parameters with no problems.

However when I try to run it using a VC task, the task says it's running, Excel shows as system process, the excel file is locked for editing when I try to open it, but the job does not complete and the macro seems not to process anything.

It's a simple macro that just opens XLS files in a folder and saves them off in PDF format. It runs fine from within Excel but not when running from VC.
Sponsor
Forum information
Support
2016-01-05T19:06:09Z
It could possibly be due to a change in running environment. Please make sure VisualCron is using the same profile as the logged in user. This can be done by making sure that the Credentials used by VisualCron for this Job have 'Load Profile and Local login' options checked in. Please let me know if this resolves your issue.
Michael
Support
http://www.visualcron.com 

Please like  VisualCron on facebook!
Support
2016-01-05T20:16:35Z
You may also need to break down which exact code causes the hanging by adding row by row in macro. This will probably help. It sounds like it is an interactive message box or window that causes the hang.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
Kevin R
2016-03-25T00:06:57Z
I've had a similar issue with anything to do with Excel files. What I've found is I can open Excel files from batch commands only if I run the command in the foreground. But the Macro task only allows the task to be run in the background. Is there a way to enable this option?
Scroll to Top