Compile Error in Excel 2004 when Inputbox contains "VBCRLF"
InputBox "First Line" & vbCrLf & "Secondline" 'No Error appears
Action_Id = InputBox "First Line" & vbCrLf & "Secondline" "Compliet Error
Expected End Of Statement.
Can anyone give me a work around for this isssue?
Respectfully,
Darin Duphorn
|