So basically what I want to do is in the body of the macro I have set x = 1 and I want to show that answer in a userform as label1. How would I go about referring to that variable.
I have tired:
UserForm1.Label1.Caption = x (and that doesnt work)
Any help would be awesome
Thanks
Bookmarks