View Single Post
  #7   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

It worked ok for me when I tested.

Paul wrote:

Oddly enough it didn't

Dave Peterson wrote:
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


--

Dave Peterson