V
vrzimmerm
I'm trying to display message box that combines text along with a
variable that was previously defined. The following code only
displays the date that's contained in the variable Dt, but it doesn't
display the text. How can this be done?
Dt = "Records prior to " & Dt & " have been removed"
MsgBox Dt
Thanks.
variable that was previously defined. The following code only
displays the date that's contained in the variable Dt, but it doesn't
display the text. How can this be done?
Dt = "Records prior to " & Dt & " have been removed"
MsgBox Dt
Thanks.