I declared some variables in a sub procedure as Public variables
and then in that sub procedure only, whenever i typed an object it didnt list the options after i typed in the "." operator.
please excuse my lack of technical knowledge.
-Jay
Printable View
I declared some variables in a sub procedure as Public variables
and then in that sub procedure only, whenever i typed an object it didnt list the options after i typed in the "." operator.
please excuse my lack of technical knowledge.
-Jay
Make sure you have Option Explicit set and then try and recompile the app. Something is undefined or duplicate definition exists and it is baffling the IDE.
HTH,
Duncan
Is the sub set as public?