View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
stacy[_2_] stacy[_2_] is offline
external usenet poster
 
Posts: 30
Default Run VBA on Checkbox Value

Okay, that makes sense, but I may have another issue.

What I have is, let's say, the following:

Cell M15 will be filled out with "Name"
Cell M16 will be filled out with a "Phone Number"

I have a checkbox (Which is actually Checkbox25)

If they Click this Checkbox25, I want the information from M15 and M16
to populate M24 and M25. If they Uncheck the Checkbox25, I would like
for the information in M24 and M25 to disappear... Still leaving M15
and M16 unchanged.

I am having issues with writing this part of the code... Any help?