Quite often I recieve e-mails sent to me where the subject and body of the e-mail is blank. When I open my e-mail using another hard drive (I have removable hard drives) the e-mail that showed up blank, looks fine on the other hard drive. So, if I want to read e-mails that show up blank, I have...
I have the following enumeration defined in a class:
'Class module to handle connection to database
Public Enum DBLoc
DBLocal = 1
DBServer = 2
End Enum
From time to time, I'll get a compile error stating Constant Expression Required even though it is defined in the class.
Is this a bug...
Is it possible to call a procedure using the contents of a variable as the name of the procedure? Kinda of like this
Dim StrProcedure as String
Call StrProcedure
The reason I'm trying to do this is because I've got a monster Select...Case statement that I'd like to get wrid of. It's for a...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.