Ureader.com  
Microsoft software help and Community
   home   |   control panel login   |   archive   |  
 
Word
application.errors
conversions
docmanagement
drawing.graphics
formatting.longdocs
international
internet.assistant
mail
mailmerge.fields
menustoolbars
newusers
numbering
oleinterop
pagelayout
printingfonts
setup.networking
spelling.grammar
tables
vba.addins
vba.beginners
vba.customization
vba.general
vba.userforms
web.authoring
word6-7macros
word97vba
  
 
date: Thu, 1 Nov 2007 15:10:50 +0800,    group: microsoft.public.word.vba.beginners        back       


"Application not found" error message   
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.
date: Thu, 1 Nov 2007 15:10:50 +0800   author:   robot

Re: "Application not found" error message   
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
date: Thu, 01 Nov 2007 13:36:17 -0400   author:   Russ LID

Re: "Application not found" error message   
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
>
date: Fri, 2 Nov 2007 10:01:43 +0800   author:   robot

Re: "Application not found" error message   
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)?

> 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
date: Fri, 23 Nov 2007 18:45:00 -0500   author:   Russ LID

Google
 
Web ureader.com


    COPYRIGHT 2007, YARDI TECHNOLOGY LIMITED, ALL RIGHT RESERVE  |   contact us