View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
QTP Professional
 
Posts: n/a
Default 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