How do I convert an integer number to a hh:mm time format using existing VBA Excel syntax? For example, 900 = 09:00 and 2100 = 21:00, 930 = 09:30, 2130 = 21:30. In other words, I don't want AM/PM stuff (I want the 24-hour system).
Any help in getting the (preferably one-liner) syntax to do this would be greatly appreciated!
Bookmarks