Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 26
Default Question with Excel Automation Add-in

Hi,

I have created an add-in for excel using managed code (in this case I use
VC# express edition). In my class constructor, I have a call to my .NET
remoting object, e.g.

public AddInClass() {
// connect to remote server
ServerConnectObj conn = new ServerConnectObj();
// create remote object
RemoteType rObj = new RemoteType();
}

Whenever I have this remote server connection things going on in my
constructor, my automation add-in function would not be recognized by Excel.
Meaning, I can add the add-in into excel properly. But the function does not
show up on the insert function dialog box nor I can use it in my excel. I
have the dll for RemoteType in the same folder as my Excel Add-in dll. I
don't know what's going on here. Can someone please help? Thank you!
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
Automation question [email protected] Excel Programming 2 December 3rd 06 11:10 PM
Automation 2-Part Question... Bob Barnes Excel Discussion (Misc queries) 0 March 26th 06 11:54 PM
COM automation in CPP question about array Nicolas[_2_] Excel Programming 0 August 22nd 05 08:51 PM
Excel automation question [email protected] Excel Programming 2 July 14th 05 12:22 AM
Automation Question Mark Excel Programming 3 March 25th 05 09:29 PM


All times are GMT +1. The time now is 12:13 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"