VBA Code for Automatic Time in MsgBox
Sub MyMessage()
MsgBox Time
End Sub
VBA Code for Automatic Date in MsgBox
Sub MyMessage()
MsgBox Date
End Sub
VBA Code for Amount in MsgBox
Sub MyMessage()
MsgBox 25000
End Sub
VBA Code for Custom Text in MsgBox
Sub MyMessage()
MsgBox "This is my File, Don't Touch it"
End Sub
VBA Code for MsgBox
Sub MyMessage()
MsgBox Time
MsgBox Date
MsgBox "This is my File, Don't Touch it"
MsgBox 25000
End Sub
Video Tutorial
Download VBA Code
the telegram link is not working sir
Plz check again it is working fine, or try in chrome or opera https://t.me/TechGuruPlus