On 24/02/2011 1:32 PM, Bill Purcell wrote:
On 230211-20:05, Bill Purcell wrote:
On 240211-12:29, Mark Hammond wrote:
Check out the win32com\Demos directory - but AFAIK, the excel
samples there haven't been tested with recent versions of excel.

I am looking at excelAddin.py.  I am wondering if it would be possible
to register functions directly without messing with CreateObject in
VBA?  I see self.appHostApp.CommandBars.Add() and am hoping I can do
something like self.appHostApp.WorksheetFunction.Add()?  Is it
possible to register/add functions when registering an addin in
excelAddin.py?

I'm afraid I have no idea - hopefully someone else on this list will have more knowledge of Excel than I.

Cheers,

Mark
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to