How can i open files from ProcessBook? Note, these files already exists.
In excel, we can do:
'Workbooks.Open Filename:=PathName & Filename'
How can we do in Processbook?
My objective is to open a "xlsm" file that will execute a macro. This macro will generate a graphic and will save as JPG.
So i can upload this image in my Display.
However i dont know how to open this xlsm.
Can anyone help me?
Thanks!