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 |
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) |