Hi Guys,
Can someone tell me what is wrong with the carriage returns below.
varRestart = oShell.Popup ("The " & sTitle & " installation has been completed successfully!" & vbCrLf _
"Your laptop needs to be restarted so it can be encrypted. You should be able to go about your work as vbCrLf _
Your laptop will encrypt in the background. Would you like to restart now to begin the process?" & vbCrLf _
This message will continuously pop up every 5 minutes until a restart has taken place" , 3600, sTitle, vbExclamation+vbYesNo+vbSystemModal)
Thank you.
Can someone tell me what is wrong with the carriage returns below.
varRestart = oShell.Popup ("The " & sTitle & " installation has been completed successfully!" & vbCrLf _
"Your laptop needs to be restarted so it can be encrypted. You should be able to go about your work as vbCrLf _
Your laptop will encrypt in the background. Would you like to restart now to begin the process?" & vbCrLf _
This message will continuously pop up every 5 minutes until a restart has taken place" , 3600, sTitle, vbExclamation+vbYesNo+vbSystemModal)
Thank you.