Thread
:
CheckBox Value
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
CheckBox Value
The code below enters True when the CheckBox is checked, and False when it
is not. Is there any way to have it place an X when the checkbox is checked
and nothing when it is not checked?
rng(1, 3).Value = CheckBox1.Value
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds