View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
[email protected] leonardo.paez@morganstanley.com is offline
external usenet poster
 
Posts: 3
Default Referencing a VB control on an Excel Cell

Hello all,
Is there a way to reference the value of a VB tool (say a checkbox) on
a cell in Excel? I would like to use it on an "if" function that
prints something on another cell based on the checkbox being checked
or not. As an alternative I can just have Trues or Falses but if I
could use the checkbox it would look neat, also I could do it from a
macro but I don't want to create one if I don't have to....

Thanks in advance! ;)