Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CommandButton event within a Frame (Excel)

Status
Not open for further replies.

goodmanrAy

Programmer
Feb 6, 2002
53
GB
Hello
I am writing a user interface for excel.
I have a CommandButton which is placed on a Frame (using Frame Object > Edit). I am struggling to find out how to access the click event for the CommandButton on the frame. When I double click it in design mode, it doesn't create a click event.

Would I treat the CommandButton as an embedded object, and create events as if I was Using Events with Embedded Charts.

Any help is much appreciated.

thanks

Andrew
 
I have solved this problem.

You do in fact treat the embedded CommandButton like you would an embedded chart.

see
Using Events with Embedded Charts
in the help

Andrew
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top