Thread: Simple VB code
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
cjupiter cjupiter is offline
external usenet poster
 
Posts: 3
Default Simple VB code

Hi,

Im trying to write a simple macro with a checkbox, so when i click a
checkbox a number is added to another number. So for example when i select a
checkbox i want the number 5 to be added to a number in another cell on my
spreadsheet.

Thankyou