Ready Property

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The Ready Property returns 'True' when an application is 'ready'. What
determines if an application is 'ready'? Can it only be used with an
application that is currently running?
 
In excel 2002, the help says:

Returns True when the Microsoft Excel application is ready; False when the Excel
application is not ready. Read-only Boolean.

It's not AN application--it's Excel.

I popped up the Tools|Options dialog box and ran this:

Option Explicit
Sub testme()
MsgBox Application.Ready
End Sub

I got False back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top