I have created a module where I declare a Public variable.
In another form I try to get its value and show it in a MsgBoxCode:Public Const MyVariable = 5
I get an empty Msgbox. I don't know why it happens and how I can solve it.Code:Msgbox MyVariable
I thought that I would get a Msgbox containing the value 5.




Reply With Quote
