View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] peng.gong@gmail.com is offline
external usenet poster
 
Posts: 3
Default VBA code to find macros associated with command buttons in an s/s

Given a sheet containing many command buttons, how can I find the
macros/subroutines associated with those buttons? (i want to do it in
vba code, rather than right click each button and select "assign
macro") Thanks a lot.