creating pushable buttons

  • Thread starter Thread starter CK
  • Start date Start date
C

CK

I wish to create a simple table where for ten different fields of
information the user will have 5 choices of answer
that can be selected by pushing a button labeled with the correct answer. I
have seen many forms that use this
type of button but have no clue what the process is. If someone can tell me
some basics of how this is done or knows of a good reference it will be much
appreciated.
 
After putting a button on to a worksheet you assign a macro to run
when it is clicked.

REgards
BrianB
==============================================
 
Back
Top