Vb Script Help
I am using Bartender v9.2. Is there VB script to get the last day of the month?
0
-
Shotaro Ito
★ BarTender Hero ★
Place a text with data source VB Script - Multi Line script.
Value = DateSerial(Year(DATE),Month(DATE)+1,0)
0
Please sign in to leave a comment.
Comments
1 comment