View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Using Checkboxes to enable/disable vb

Did removing the double quotes work when you tried it?


Paul wrote:

Thanks a lot. it seems that the capitalization made a difference. so
matching on "True" worked, but not "TRUE"... Even though the actual
text is capitalized.

so this is what worked:
If Sheet1.[L7].Value = "True" Then
...code...

Thanks again.

Paul


--

Dave Peterson