PaquettePaul
Member
- Local time
- Today, 15:42
- Joined
- Mar 28, 2022
- Messages
- 107
Isaac, in some cases, people only have a sense of what they want to accomplish but do not know if there are better ways to implement things. Case in point is finding out the last day of the month and the first day of the month. I used to have a function with several lines of code to accomplish the task. Then I found out about DateSerial which showed that the problem can be solved with one line of code. Several times I have asked for “direction” advice and the members have generously provided their knowledge which have made my solution more efficient and manageable.