VBA Com automation
Posted: Thu Aug 22, 2013 7:55 am
Hi. I'm using Eview7 and I'm just beginning to work with COM automation in VBA.
I have this set of commands in my program:
%currpath = @runpath
cd %currpath
In VBA I tried
app.Run ("%currpath = @runpath")
app.Run ("cd %currpath")
the first works but "cd %currpath" gives the error "Path or file not found: URRPATH in "CD URRPATH"
Do I need to use some combination of app.run and app.get?
Thanks, Silvana
I have this set of commands in my program:
%currpath = @runpath
cd %currpath
In VBA I tried
app.Run ("%currpath = @runpath")
app.Run ("cd %currpath")
the first works but "cd %currpath" gives the error "Path or file not found: URRPATH in "CD URRPATH"
Do I need to use some combination of app.run and app.get?
Thanks, Silvana