I do not understand how to get modules to recognize variables that have been declared Public in the frmMain section. When I try to use a variable in a module, and the variable has already been declared as Public in the frmMain section, VB shows an error that says the variable name has not been declared.
From everything I've read so far, what I'm doing should work, but it doesn't. So, I'm not sure what I'm doing wrong. I'm using VB5 Express. Any help would be greatly appreciated.
Thanks, Audrey