I do have the following code and I do want to access inside the Public Module Test to the TextBox1.Text property.
Public Module Test
TextBox1.Text
Why is this not working an