Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
This problem is so frustrating and I am sure there is an easy answer...
I have created a vb macro that performs a soap call and then writes the xml that is returned to a file. I can run this from the front end with a button that activates the macro and everything works just fine.
However when i try and call the script using Let loadfile = MyVBMacro(); in the load script nothing happens!
Is there a security setting I'm missing?
Please help!
Mark
You want to call ActiveDocument.Fields() at LOAD time. It's not available at that time.
hi,
can you please mention where the ActiveDocument.Fields() need to be used?
I didn't said you need, I said you want to call ActiveDocument.Fields() at LOAD time. You can't do that because ActiveDocument.Fields() does not exists at LOAD time.