I want to get the actual current date in Excel or VBA. Obviously, if I just use today() or now() I get the current system date. This doesn't work for me because I want to userproof the fact that users can easily change the system date.
Does anyone have some code that I can use to somehow get the correct date, irrespective of what is set as the system date in Windows??
Thanks heaps.