Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Does anyone know if you can have a Command Button on a Chart page?
When I copy and paste a Command Button to a Chart page the Command Button looses all of it properties. I have a macro written where there must be a Command Button on each page in order for it to work. About 2/3 of the sheets in my workbook are Charts. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chart sheets do not support embedded objects. To that end you can not use
controls from the control toolbox. You can however use buttons from the forms toolbar. -- HTH... Jim Thomlinson "Keith" wrote: Does anyone know if you can have a Command Button on a Chart page? When I copy and paste a Command Button to a Chart page the Command Button looses all of it properties. I have a macro written where there must be a Command Button on each page in order for it to work. About 2/3 of the sheets in my workbook are Charts. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Form Button vs Command Button | Excel Programming | |||
Wanting to Create A Command Button Command | Excel Programming | |||
VB's Command Button vs Form's Command Button | Excel Programming | |||
Command Button vs Form Button | Excel Programming | |||
Command Button vs Control Button | Excel Programming |