Hey guys,
Hi Cory,
We are working on the issue mentioned by you. The issue has been logged into our Issue Tracking System with ID CELLSNET-20061. We will update you as soon as possible with the solution.
Thanks,
Hi Cory,
After working on this issue, wee are unable to reproduce the issue. It all worked find if we set language of the machine as Czech. For further investigation, please send us your sample porject as well as the Excel file.
Thanks,
We were working on designing a small project for you, but while doing so, found the problem which was not how we saved the workbook but how we were attempting to open it. We changed the original code:
to:Dim myExcel As New ObjectmyExcel = CreateObject(“Excel.Application”)myExcel.Interactive = TruemyExcel.Visible = TruemyExcel.Application.Workbooks.Open(FileName)myExcel = Nothing
and we did not get that error anymore. Thank you for your help!PlatformAPI.ShellExecute(“explorer.exe “”” + FileName + “”"", AppWinStyle.NormalFocus, False)