Computer Forum Forum Index
Register  FAQ Profile Log in to check your private messages Log in Register 

"Application not found" error message

 
Post new topic   Reply to topic    Computer Forum Forum Index -> microsoft word vba beginners
View previous topic :: View next topic  
Author Message
robot
Guest





PostPosted: Thu Nov 01, 2007 7:10 am    Post subject: "Application not found" error message Reply with quote

The following code:

Dim objshell As Object
Set objshell = CreateObject("Shell.Application")
objshell.Open "http://www.google.com/"

runs fine in most machines in my office, but a few machines display the
error message:
"Application not found" on executing line 3.

There is no difference in the configuration of all machines, as all of them
are installed with Win XP and Office XP.

Suggestions to solve the issue would be most appreciated.
Back to top
Google
Sponsor





PostPosted: Thu Nov 01, 2007 7:10 am    Post subject: Advertisement

Back to top
Russ
Guest





PostPosted: Thu Nov 01, 2007 5:36 pm    Post subject: Re: "Application not found" error message Reply with quote

Robot,
I would try to compare references enabled between machines, in the VBA
Editor menu Tools/References...

Quote:
The following code:

Dim objshell As Object
Set objshell = CreateObject("Shell.Application")
objshell.Open "http://www.google.com/"

runs fine in most machines in my office, but a few machines display the
error message:
"Application not found" on executing line 3.

There is no difference in the configuration of all machines, as all of them
are installed with Win XP and Office XP.

Suggestions to solve the issue would be most appreciated.




--
Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID
Back to top
robot
Guest





PostPosted: Fri Nov 02, 2007 2:01 am    Post subject: Re: "Application not found" error message Reply with quote

Hi Russ,

I compared the enabled references and could find no difference.

"Russ" <drsN0SPAMmikle@hotmailD0Tcom.INVALID>
???????:C34F86D1.1EAFC%drsN0SPAMmikle@hotmailD0Tcom.INVALID...
Quote:
Robot,
I would try to compare references enabled between machines, in the VBA
Editor menu Tools/References...

The following code:

Dim objshell As Object
Set objshell = CreateObject("Shell.Application")
objshell.Open "http://www.google.com/"

runs fine in most machines in my office, but a few machines display the
error message:
"Application not found" on executing line 3.

There is no difference in the configuration of all machines, as all of
them
are installed with Win XP and Office XP.

Suggestions to solve the issue would be most appreciated.




--
Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID
Back to top
Russ
Guest





PostPosted: Fri Nov 23, 2007 11:45 pm    Post subject: Re: "Application not found" error message Reply with quote

Robot,
It is as if there is no application associated with opening a webpage on
those machines. What happens if you type that url into Windows Explorer (not
Internet Explorer)?

Quote:
Hi Russ,

I compared the enabled references and could find no difference.

"Russ" <drsN0SPAMmikle@hotmailD0Tcom.INVALID
???????:C34F86D1.1EAFC%drsN0SPAMmikle@hotmailD0Tcom.INVALID...
Robot,
I would try to compare references enabled between machines, in the VBA
Editor menu Tools/References...

The following code:

Dim objshell As Object
Set objshell = CreateObject("Shell.Application")
objshell.Open "http://www.google.com/"

runs fine in most machines in my office, but a few machines display the
error message:
"Application not found" on executing line 3.

There is no difference in the configuration of all machines, as all of
them
are installed with Win XP and Office XP.

Suggestions to solve the issue would be most appreciated.




--
Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID




--
Russ

drsmN0SPAMikleAThotmailD0Tcom.INVALID
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Computer Forum Forum Index -> microsoft word vba beginners All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Computer Forum