‎17-12-2019 04:00 PM
Hi,
While exporting comments values to an xls file using Mega API, I get the following result (screenshot1)
The value displayed while checking on Mega is without the special characters. (screenshot2)
I used the external option in my code but no success:
Worksheets("Projects_Tech").Cells(i, 10).Value = oSystem.GetProp("Comment", "External")
Any ideas?
Thank you
Mehdi
Solved! Go to Solution.
‎17-12-2019 05:32 PM
The "Display" solution worked well.
Thank you very much
Mehdi
‎17-12-2019 04:23 PM
Have you tried instead of "external" :
Display ?
Internal ?
‎17-12-2019 04:23 PM
Hello
Try this
MyObject.GetProp("Comment", "Display")
‎17-12-2019 04:09 PM
Hi Medhi,
Please submit a Support case and we can take a look at the issue.
Community --> Knowledge & Support --> Support Center --> Submit a case.
Let me know if you have any questions. Thanks!
-Philip