Microsoft Excel allows us to create Custom Excel Functions or User Defined Functions using VBA. We can create Custom Excel Functions with the functionality we want and they can be accessed in the ...
VB makes it easy to calculate the last day of the month Your email has been sent Working with dates can be a tedious programming task. Use this simple approach to calculate the last day of the month ...
At some point, every developer needs to manipulate strings, whether it's to convert data from one format to another or to alphabetize a list. Strings might be a basic part of programming, but using ...
I've had to do a lot of work with pointers when working with the API. Hopefully some of you might find these items useful when you have to do the same.<BR><BR><BR>Obviously, you will need StrPtr, ...
Tap into Outlook’s advanced e-mail and folder functions from VB Your email has been sent What do you get when you cross VB code and Outlook 2000? A slick enterprise app. Check out these examples and ...