Refering to other objects in other forms

C

Craig Coope

Hi,

I am a bit of a novice with the VB side of Excel (Only discovered it
yesterday!)

I'm trying to refer to another toggle button in another form but I am
not sure of the syntax.

I have this "If ToggleButton1.Value = True Then" but the toggle button
I am refering to is not in this form.

I assume I need to preceed "ToggleButton1" with the name of the form
it is in but I'm not sure exactly how to do this...

Any help would be great :eek:)

Craig...
 
Top