How can I share some information from Form2 with Form1?

Would I make my variable like this?:

Public myVar As String

Or how is the best way of doing this?