Jeffrey Mahoney
Well-known Member
- Joined
- May 31, 2015
- Messages
- 3,241
- Office Version
- 365
- Platform
- Windows
I'm dabbling more into the VBA code for Outlook recently. I have external systems that send me emails with updates for services and notifications. The format of these emails are atrocious.
What I've noticed is that VBA doesn't have a built MIN and MAX function. Since I work primarily in Excel, I'm used to using Application.Min(). Outlook doesn't have that.
Does anybody find it strange that such a simple function doesn't exist? Am I looking at this wrong? Since early days of BASIC those were available. Comparing two variables with IF statements isn't too bad, but start adding 3 or more variables and now the IF structure gets kinda difficult.
What I've noticed is that VBA doesn't have a built MIN and MAX function. Since I work primarily in Excel, I'm used to using Application.Min(). Outlook doesn't have that.
Does anybody find it strange that such a simple function doesn't exist? Am I looking at this wrong? Since early days of BASIC those were available. Comparing two variables with IF statements isn't too bad, but start adding 3 or more variables and now the IF structure gets kinda difficult.