Thread: Command Buttons
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default Command Buttons

Not sure if this will work for 2007.

For a Forms-type button, right-click the button and select Assign Macro. If
a macro has already been assigned, then touch Edit


For a Controls-type button, right-click the button and pick View Code
--
Gary''s Student - gsnu2007c


"Robert Martin" wrote:

I have a spreadsheet created by someone else.
It has command buttons that are used for adding
values to a list in the sheet.
How can I get to the actual code the button runs?
I've been digging and digging and can't figure out
where the code for the button is.
Any ideas would be greatly appreciated.

I'm using Excel 2007.


TIA

Robert