PetLahev
New Member
- Joined
- Jul 30, 2009
- Messages
- 28
Hello
does anyone know how I can show up popup menu for datalabel on chart in Excel 2007 via VBA.
For Eaxample;
This command shows up popup menu for PlotArea
I just want to add a my own button there
Look at the picture
does anyone know how I can show up popup menu for datalabel on chart in Excel 2007 via VBA.
For Eaxample;
This command shows up popup menu for PlotArea
Code:
CommandBars("Plot Area").ShowPopup
I just want to add a my own button there
Look at the picture