nivek Posted April 30, 2008 Posted April 30, 2008 I can get the date but how do I enter separate month-day-year into a dialog box? ex: 12 - tab - 05 - tab- 08 - enter
Pain Posted April 30, 2008 Posted April 30, 2008 @YEAR send ("{TAB}") @MON send ("{TAB}") @MDAY send ("{ENTER}")
nivek Posted April 30, 2008 Author Posted April 30, 2008 Thank you, Pain But how do I get 08 instead of 2008
DaRam Posted April 30, 2008 Posted April 30, 2008 Thank you, Pain But how do I get 08 instead of 2008StringRight(@YEAR,2)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now