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
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