lezawang
Well-known Member
- Joined
- Mar 27, 2016
- Messages
- 1,805
- Office Version
- 2016
- Platform
- Windows
Hi
I wrote the code below and it works but to my surprised when I checked the list of VBA functions here
https://www.techonthenet.com/excel/formulas/index_vba.php
I could not find TIME function. My question, why the code below works? Thank you very much.
I wrote the code below and it works but to my surprised when I checked the list of VBA functions here
https://www.techonthenet.com/excel/formulas/index_vba.php
I could not find TIME function. My question, why the code below works? Thank you very much.
Code:
Sub mytest3()
MsgBox Time
End Sub