N
Ned
A msgbox displays at the end of my process. It does not
display the information neatly. Is there a way to change
the following code to (1) center the information on each
line in the msgbox and (2) break the information where I
want it to break instead of breaking automatically?
MsgBox "JE" & vID & " " & vDate & " " & LineCounter
& "lines " & Chr(13) & vResp & Chr(13) & " in " & Round
(vStop - vStart, 1) & " seconds"
Thanks for the help.
display the information neatly. Is there a way to change
the following code to (1) center the information on each
line in the msgbox and (2) break the information where I
want it to break instead of breaking automatically?
MsgBox "JE" & vID & " " & vDate & " " & LineCounter
& "lines " & Chr(13) & vResp & Chr(13) & " in " & Round
(vStop - vStart, 1) & " seconds"
Thanks for the help.