Hey I'm using Visual Basic 6.0 and I have a Module to declare my global variables using the code: Public blnLeaderboard As Boolean
It seems that none of my globals are being made for some reason because when I try to make an exe program it says this Object Required. Then highlights the "blnLeaderboard ="
This is the full part of my setting if something is wrong: Set blnLeaderboard = True
Please help.