Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi all,
in very simple Excel Com Add-in, I want to change the font of the given range by using Font-set_Bold(true). Unfortunately, I do not ga that far. It throws when I do get_Font(). Object* ExcelAddinModule1::frumk(Object *rg) { Workbook *b; Excel::Range *caller; Range *incoming; incoming=__try_cast<Range *(rg); Excel::Font *ff=incoming-get_Font(); // <== never comes back !!! } On top of that; I would like to know from which cell my frumk function has been called. Application-get_Caller thorws as well...... Any hint/suggestion is welcomed. Cheers |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Vince, Not likely you get an answer in this newsgroup (Excel Programming) about a question regarding "C" level programming for the COM object in Excel. You may want to try posting your question elsewhere. This group deals with programming questions regarding Worksheet functions and VBA (mostly). Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=514049 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't get bar code font to work in EXCEL 2003 | Excel Discussion (Misc queries) | |||
DataLabel.Font.ColorIndex vs DataLabel.Text (Private Sub does not work in excel 2003) | Charts and Charting in Excel | |||
excel 2003 shading cells and changing font colors does not work | Excel Discussion (Misc queries) | |||
Automation of Font Resizing | Excel Discussion (Misc queries) | |||
Automation of Font Resizing | Excel Discussion (Misc queries) |