T
tte
Hi All
im trying to figure out how to put the current date in the text portion
of an input box... here's the snippet for the input box...
BackUp = InputBox("CONTINUE BACKUP with date shown?" & Chr(13) &
Chr(13) & "TO REPLACE A BACKUP, enter date as ""MMDDYYYY"", no slashes,
and follow instructions.", "ECC Cashout Backup Utility:")
I would like the date to appear automatically in the text field of the
input box as MMDDYYYY (11042003) and I would also like to keep this
field as writeable in case a change has to be made to an old backup.
thanks in advance...
im trying to figure out how to put the current date in the text portion
of an input box... here's the snippet for the input box...
BackUp = InputBox("CONTINUE BACKUP with date shown?" & Chr(13) &
Chr(13) & "TO REPLACE A BACKUP, enter date as ""MMDDYYYY"", no slashes,
and follow instructions.", "ECC Cashout Backup Utility:")
I would like the date to appear automatically in the text field of the
input box as MMDDYYYY (11042003) and I would also like to keep this
field as writeable in case a change has to be made to an old backup.
thanks in advance...