ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Late Binding Issues (https://www.excelbanter.com/excel-programming/349949-late-binding-issues.html)

ben

Late Binding Issues
 

--
When you lose your mind, you free your life.

Tom Ogilvy

Late Binding Issues
 
http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...

--
When you lose your mind, you free your life.




ben

Late Binding Issues
 
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...

--
When you lose your mind, you free your life.





Tom Ogilvy

Late Binding Issues
 
http://office.microsoft.com/en-us/as...347711033.aspx

look and use the /regserver switch



--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever

Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in

message
...

--
When you lose your mind, you free your life.







ben

Late Binding Issues
 
Good thought,

I tried that already, tried it again just now.

says the "The Command Line argument is not valid. Verify the switch you are
using."

--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://office.microsoft.com/en-us/as...347711033.aspx

look and use the /regserver switch



--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever

Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in

message
...

--
When you lose your mind, you free your life.







ben

Late Binding Issues
 
http://support.microsoft.com/default...b;en-us;827593

this behaviour is by design

--
When you lose your mind, you free your life.


"ben" wrote:

Good thought,

I tried that already, tried it again just now.

says the "The Command Line argument is not valid. Verify the switch you are
using."

--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://office.microsoft.com/en-us/as...347711033.aspx

look and use the /regserver switch



--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever

Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in

message
...

--
When you lose your mind, you free your life.







ben

Late Binding Issues
 
So evidently SP3 removes the outlook key, and they don't want you to
re-install it. Does this mean that Microsoft is removing automation
compatibility for Outlook?




--
When you lose your mind, you free your life.


"ben" wrote:

http://support.microsoft.com/default...b;en-us;827593

this behaviour is by design

--
When you lose your mind, you free your life.


"ben" wrote:

Good thought,

I tried that already, tried it again just now.

says the "The Command Line argument is not valid. Verify the switch you are
using."

--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://office.microsoft.com/en-us/as...347711033.aspx

look and use the /regserver switch



--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever
Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in
message
...

--
When you lose your mind, you free your life.







ben

Late Binding Issues
 
For anyone reading this post there seems to be a work-around albeit not as
useful.

Using

set olApp = GetObject( , "Outlook.Application")

this method will fail if outlook is not open, so I tell the user to Open
outlook and press retry or just cancel the function.

--
When you lose your mind, you free your life.


"ben" wrote:

So evidently SP3 removes the outlook key, and they don't want you to
re-install it. Does this mean that Microsoft is removing automation
compatibility for Outlook?




--
When you lose your mind, you free your life.


"ben" wrote:

http://support.microsoft.com/default...b;en-us;827593

this behaviour is by design

--
When you lose your mind, you free your life.


"ben" wrote:

Good thought,

I tried that already, tried it again just now.

says the "The Command Line argument is not valid. Verify the switch you are
using."

--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://office.microsoft.com/en-us/as...347711033.aspx

look and use the /regserver switch



--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in message
...
sorry tom see post above for text
--
When you lose your mind, you free your life.


"Tom Ogilvy" wrote:

http://support.microsoft.com/default...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever
Possible

Address some of the issues.

--
Regards,
Tom Ogilvy


"ben" (remove this if mailing direct) wrote in
message
...

--
When you lose your mind, you free your life.








All times are GMT +1. The time now is 12:28 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com