Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
The function requires brackets when the returned value is being assigned. Action_Id = InputBox("First Line" & vbCrLf & "Secondline") Cheers Andy QTP Professional wrote: 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 -- Andy Pope, Microsoft MVP - Excel http://www.andypope.info |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
No Excel Function Wizard on Mac-Office 2004? | Excel Worksheet Functions | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) | |||
sharing/using/saving Excel 2002 files in Excel 2003 | Excel Discussion (Misc queries) | |||
Help with Charting My Data -- | Charts and Charting in Excel |