data not exporting to excel
Hi
We are running a series of measures, normally we are able to export to excel. For some reason this is not happening, even shutting down the program and restarting the application did not help. Please advise
0
Best Answers
-
Thank you Yuri,
I ran this macro and restarted office 365. The data is now exporting into excel.
0 -
Thank you, YuriG,
I ran the macro and rebooted office 365. The data is exporting into excel as expected.
0
Answers
-
Image-Pro automatically detects Excel and if it's available, can send data.
Do you have Excel on your computer? What version?
Did it work before?
What table are you trying to export?
Are you able to save table to XLS file?
Yuri0 -
Yes, I have excel and it was working fine a couple of days ago. I am using office 365, we can copy and paste the data but we were able to forward the measures from the data table.
0 -
Can you please run the 2 macros below, so we can see where the problem is?
Public Sub ExportExcelCommandTest Dim c As MediaCy.Commands.Export.ExportToExcel c = New MediaCy.Commands.Export.ExportToExcel c.Run("Line 1", "Line 2") End Sub Public Sub HelloExcel Dim xlApp As Microsoft.Office.Interop.Excel.Application = CreateObject("Excel.Application") If xlApp Is Nothing Then Exit Sub' no excel With xlApp .Visible = True .Workbooks.Add.Activate .ActiveCell.Value="Hello!!!" End With
Please let us know which macro starts Excel and places some text in Sheet1.
Thanks,
Yuri
0 -
Error message
0 -
I don't see the left part of the macro, so it could be a problem with copy/paste.
Please try the attached macro project, that has these 2 functions.
Yuri
0
Categories
- All Categories
- 961 Image-Pro v9 and higher
- 9 Image-Pro FAQs
- 18 Image-Pro Download & Install
- 448 Image-Pro General Discussions
- 486 Image-Pro Automation (Macros, Apps, Reports)
- 20 AutoQuant Deconvolution
- 2 AutoQuant Download & Install
- 18 AutoQuant General Discussions
- 195 Image-Pro Plus v7 and lower
- 3 Image-Pro Plus Download & Install
- 106 Image-Pro Plus General Discussions
- 86 Image-Pro Plus Automation with Macros
- 19 Legacy Products
- 16 Image-Pro Premier 3D General Discussions
- 26 Image-Pro Insight General Discussions