Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Problem in Linking a software with VBA

I have a problem linking a software with Excel (VBA).

In a command line of my macro when its time waiting to recieve results from
the software is bigger than 90 seconds, the VBA make an error. The error
message is "Microsoft Office is waiting for an OLE application". I guess it
is about run time or time out limit of VBA. Do you have ever seen this error?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Problem in Linking a software with VBA

No first hand experience with it, but in past posts on this topic others have
claimed success with

Application.DisplayAlerts = False
' code that causes the message
Application.DisplayAlerts = True

--
Regards,
Tom Ogilvy


"Hosein Alizadeh" wrote:

I have a problem linking a software with Excel (VBA).

In a command line of my macro when its time waiting to recieve results from
the software is bigger than 90 seconds, the VBA make an error. The error
message is "Microsoft Office is waiting for an OLE application". I guess it
is about run time or time out limit of VBA. Do you have ever seen this error?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default Problem in Linking a software with VBA

You can also look at this API approach shown by Rob Bovey:

http://groups.google.com/group/micro...1?dmode=source

This article show options available in VB the Language, but not in Excel.
However, the explanation might be useful.

http://support.microsoft.com/kb/q138066/

--
Regards,
Tom Ogilvy



"Hosein Alizadeh" wrote:

I have a problem linking a software with Excel (VBA).

In a command line of my macro when its time waiting to recieve results from
the software is bigger than 90 seconds, the VBA make an error. The error
message is "Microsoft Office is waiting for an OLE application". I guess it
is about run time or time out limit of VBA. Do you have ever seen this error?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sum with array problem using SRC/BusinessObjects software [email protected] Excel Worksheet Functions 1 June 8th 06 02:12 PM
Sum with array problem using SRC/BusinessObjects software [email protected] Excel Programming 1 June 5th 06 02:37 PM
Really weird problem... software glitch? SOX101010 Excel Discussion (Misc queries) 2 January 6th 06 09:43 PM
Problem caused by Googels personal index software! Frank Kabel Excel Programming 0 December 13th 04 12:29 PM
REPOST: Software recommendation (Recording software) BruceJ[_2_] Excel Programming 1 November 7th 03 12:52 AM


All times are GMT +1. The time now is 01:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"