Hi People,
I have a model with EXECUTE of a BAT that runs a VBS file.
It worked fine in the QMC.
Now it stopped working in the QMC, but still can be executed manually.
The problem seems to b...
...VW file from QMCMacros are not working. FUNCTION ExportObjectToJpg( ObjID, fName) ActiveDocument.GetSheetObject(ObjID).ExportBitmapToFile fName END FUNCTION sub Export set obj = A...
i wrote the below macro for to trigger a button, its not working when i reload it from QMC, where as when i reload manually in the server its working fine. Sub Export ActiveDocument.GetSheetObject...
Hi all, I am trying to execute a .vbs file which is running an embedded macro in Excel. It works from my local pc but when it is deployed to QMC, gets completed successfully but doesn't execute t...
...cheduled task, does not access the file system, but will only run when ran on QV Desktop not in the QV Server. I have checked in the QMC and macro execution is allowed (although unsafe macros is not t...
Hello all, Could anyone please tell me "Is it possible to run macro in excel via QMC". We have one excel and it contains several macros, right we have running the macro manually when open the e...
Hi all, I have a macro which is used to save report to pdf document on the server machine. It is excuted after reloading (Document Event Trigger > OnPostReload) with s...
HI Guys, I've got a problem when i run my QV model manually on a server it runs and send me an email with an attachment Via Macros, but when i use QMC it dosen't send and email and it d...
Hi Everyone, I have a QV application scheduled in my Management Console. Is it possible to run the application via a button on an Excel worksheet using VBA code ? I have a reasonable kno...