cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

VBA - Exporting comment value to xls

mrajih
Super Contributor

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

4 Replies

mrajih
Super Contributor

The "Display" solution worked well.

 

Thank you very much

Mehdi

oguimard
Retired

Have you tried instead of "external" :

Display ?

Internal ?

 

 

Hello

 

Try this

MyObject.GetProp("Comment", "Display")

Jerome

png
MEGA
MEGA

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