From: Ron5440 on
I am using '97 and I can't seem to return the value of the checkbox.
x = Sheets("New Report").textbox1.Value
--
Thanks,
Ron
From: dan dungan on
Hi Ron,

I don't see where you are checking the value of a combobox.

Dan
From: Dave Peterson on
You used .textbox1.value

Did you want .checkbox1.value????

Ron5440 wrote:
>
> I am using '97 and I can't seem to return the value of the checkbox.
> x = Sheets("New Report").textbox1.Value
> --
> Thanks,
> Ron

--

Dave Peterson