Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
jduenyas
Specialist
Specialist

CreateObject

Hi All

Any reason why in a new document which I have created, in the VB Edit Module the following statement breaks:

dim FSO
Set FSO = CreateObject("Scripting.FileSystemObject")

All that I am doing is using the FSO object to copy a PDF printout to a common folder

It works fine in other documents but in this one it breaks/stops and does not continue.

Any thought may help.

Thanks

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Have you granted System Access to the module?

-Rob

View solution in original post

5 Replies
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Have you granted System Access to the module?

-Rob

jduenyas
Specialist
Specialist
Author

???

Must have been long time since I coded the older documents.

Where do I grant the System Access?

Thanks

jduenyas
Specialist
Specialist
Author

PS. It is still in my box and not in ACCESS POINT.

I am the only user of this document.

jduenyas
Specialist
Specialist
Author

NEVER MIND!!!

FOUND IT and remembered.

Thanks.

(What would we do without your knowledge???)

jduenyas
Specialist
Specialist
Author

For others who may run into this issue: