LATE BINDING using Set WordApplication = CreateObject(strApp)

  • Thread starter Thread starter jason
  • Start date Start date
J

jason

if i use late binding and the following line :

Set WordApplication = CreateObject(strApp)

where strApp may be:
strApp = "Word.Application"

QUESTION: How do you find out what these strings are for other
applications e.g MSQuery ???

any help greatly appreciated
Jason
 
Hi Jason,

These entries are all located in the Registry under the
HKEY_CLASSES_ROOT hive. As far as I know, MSQuery can't be automated, so you
won't find an entry for it.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *
 

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