S
SteM
Hi all,
since i installled Vista I started to have problems launching Word2000 from
VBA Access.
In any case I noted a difference between Winword2000 and other Office
programs:
on the normal launch Word shows a window for 'user account control', Cancel,
Allow (or something like that, mine is not in english).
Running Excel, Powerpoint and others, not.
I need to run Word2000 from a vba macro in Access2000: no problem with XP or
Win2000.
If i call a 'new Word.Application' or 'Shell("c:\xxxx\winword.exe')' i have
the error:
Function call or argument not valid
or
Automation Error
To execute the requested operation is needed a higher rights.
If i change using 'calc' or 'notepad' there are no problems.
If I put Word in other folder (ex. c:\tmp\winword.exe) Shell() is able to
run it but then i need to get the variable to control the program:
if I call GetObject(,"Word.Application") I get error 13.
What happens ???
How can i solve?
Any idea?
since i installled Vista I started to have problems launching Word2000 from
VBA Access.
In any case I noted a difference between Winword2000 and other Office
programs:
on the normal launch Word shows a window for 'user account control', Cancel,
Allow (or something like that, mine is not in english).
Running Excel, Powerpoint and others, not.
I need to run Word2000 from a vba macro in Access2000: no problem with XP or
Win2000.
If i call a 'new Word.Application' or 'Shell("c:\xxxx\winword.exe')' i have
the error:
Function call or argument not valid
or
Automation Error
To execute the requested operation is needed a higher rights.
If i change using 'calc' or 'notepad' there are no problems.
If I put Word in other folder (ex. c:\tmp\winword.exe) Shell() is able to
run it but then i need to get the variable to control the program:
if I call GetObject(,"Word.Application") I get error 13.
What happens ???
How can i solve?
Any idea?