Avionics Man
New Member
- Joined
- Oct 13, 2010
- Messages
- 15
All right, My sub works fine with a locally declared variable. When I try to make it a public declaration, I get the error "object required". The line
Public MR2 as integer
is at the top of the module with a line between it and the sub. It won't let the line be in the same procedure area.
I want to use MR2 in all the subs, not just the one
Help!
Public MR2 as integer
is at the top of the module with a line between it and the sub. It won't let the line be in the same procedure area.
I want to use MR2 in all the subs, not just the one
Help!