Excel macro as part of my AddIn

D

David Thielen

J

Jialiang Ge [MSFT]

Hello Dave,

I'm not sure whether I understand the request to "support" a macro in Excel
rightly. Do you mean to expose a macro or a function from your COM Add-in?
Am I right to understand your example as: "dave" is a UDF (user defined
function) exposed from your COM Add-in, and "dave(<wr:eek:ut
select='/data/a'/>) * dave(<wr:eek:ut select='/data/b'/>)" will be written to
a worksheet cell as a formula?

If my understanding is right, I remember we once discussed a similar
question together three months ago in the
microsoft.public.excel.programming newsgroup. Here is an archive link of
that thread:
http://www.pcreview.co.uk/forums/thread-3475992.php

There are two, not very perfect, solutions:

1. Write, or convert the COM addin to an automation add-in:
http://support.microsoft.com/kb/285337
http://www.codeproject.com/KB/COM/excelnetauto.aspx

2. Still use COM addin, but we need an additional Excel add-in
(xla) to call the public function in the COM Addin
http://support.microsoft.com/kb/256624/

Please review the old thread for more details, and let me know if you have
any other concerns, or need anything else.

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 
D

David Thielen

thank you - yes. I couldn't find that and thought we had discussed it.


Hello Dave,

I'm not sure whether I understand the request to "support" a macro in Excel
rightly. Do you mean to expose a macro or a function from your COM Add-in?
Am I right to understand your example as: "dave" is a UDF (user defined
function) exposed from your COM Add-in, and "dave(<wr:eek:ut
select='/data/a'/>) * dave(<wr:eek:ut select='/data/b'/>)" will be written to
a worksheet cell as a formula?

If my understanding is right, I remember we once discussed a similar
question together three months ago in the
microsoft.public.excel.programming newsgroup. Here is an archive link of
that thread:
http://www.pcreview.co.uk/forums/thread-3475992.php

There are two, not very perfect, solutions:

1. Write, or convert the COM addin to an automation add-in:
http://support.microsoft.com/kb/285337
http://www.codeproject.com/KB/COM/excelnetauto.aspx

2. Still use COM addin, but we need an additional Excel add-in
(xla) to call the public function in the COM Addin
http://support.microsoft.com/kb/256624/

Please review the old thread for more details, and let me know if you have
any other concerns, or need anything else.

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
D

David Thielen

Hi;

I know this is a long-shot but... Is there an easy way to do this
using VBA? If so, we can write this totally seperate from our AddIn.

thanks - dave


Hello Dave,

I'm not sure whether I understand the request to "support" a macro in Excel
rightly. Do you mean to expose a macro or a function from your COM Add-in?
Am I right to understand your example as: "dave" is a UDF (user defined
function) exposed from your COM Add-in, and "dave(<wr:eek:ut
select='/data/a'/>) * dave(<wr:eek:ut select='/data/b'/>)" will be written to
a worksheet cell as a formula?

If my understanding is right, I remember we once discussed a similar
question together three months ago in the
microsoft.public.excel.programming newsgroup. Here is an archive link of
that thread:
http://www.pcreview.co.uk/forums/thread-3475992.php

There are two, not very perfect, solutions:

1. Write, or convert the COM addin to an automation add-in:
http://support.microsoft.com/kb/285337
http://www.codeproject.com/KB/COM/excelnetauto.aspx

2. Still use COM addin, but we need an additional Excel add-in
(xla) to call the public function in the COM Addin
http://support.microsoft.com/kb/256624/

Please review the old thread for more details, and let me know if you have
any other concerns, or need anything else.

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 
J

Jialiang Ge [MSFT]

Hello Dave,

What do you mean by "do this using VBA"? Do you mean to expose a UDF (user
defined function) with VBA, like this?
http://www.exceltip.com/st/Writing_Your_First_VBA_Function_in_Excel/631.html
http://www.vertex42.com/ExcelArticles/user-defined-functions.html

In addition, here are a few more good articles for how to expose UDFs from
Add-in projects:
http://blogs.msdn.com/eric_carter/archive/2004/12/01/273127.aspx
http://blogs.msdn.com/pstubbs/archive/2004/12/31/344964.aspx

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================
 
D

David Thielen

thank you!!

Hello Dave,

What do you mean by "do this using VBA"? Do you mean to expose a UDF (user
defined function) with VBA, like this?
http://www.exceltip.com/st/Writing_Your_First_VBA_Function_in_Excel/631.html
http://www.vertex42.com/ExcelArticles/user-defined-functions.html

In addition, here are a few more good articles for how to expose UDFs from
Add-in projects:
http://blogs.msdn.com/eric_carter/archive/2004/12/01/273127.aspx
http://blogs.msdn.com/pstubbs/archive/2004/12/31/344964.aspx

Regards,
Jialiang Ge ([email protected], remove 'online.')
Microsoft Online Community Support

=================================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
(e-mail address removed).

This posting is provided "AS IS" with no warranties, and confers no rights.
=================================================


david@[email protected]
Windward Reports -- http://www.WindwardReports.com
me -- http://dave.thielen.com

Cubicle Wars - http://www.windwardreports.com/film.htm
 

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

Top