Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My add-in dynamically creates a number of command buttons that sit on the
worksheet. I use code like: activeSheet.OLEObjects.Add(ClassType:="Forms.Comma ndButton.1", ...) This is all well and good. However the command buttons that get created are the old fashioned (Windows 3?) square buttons that just don't look very good anymore. Is there a way to get more "modern" command buttons? You know, rounded corners, etc. The buttons need to be OLEObjects (as opposed to say Form command buttons) because I need the events raised by OLEObject command buttons. TIA, josh |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
command buttons disappear when I move worksheet 2007 | Excel Discussion (Misc queries) | |||
Command Buttons on Excel Worksheet - font size decreases on click | Excel Programming | |||
'Save current worksheet'; 'Open next worksheet' - two command buttons | Excel Discussion (Misc queries) | |||
Create a search Field within a worksheet to search command buttons | Excel Programming | |||
Control Buttons vs. Command Buttons | Excel Programming |