4Gl To Excel (Comment)

oucansu2009

New Member
i'am using 4GL (Progress 8.2A).
İ want to add 4GL to excel comment .
How can I do?

chShet:Range("A10"):Select.
chshet:Range("A10"):AddComment.
chshet:Range("A10"):Comment:Visible = False.



chshet:RANGE("A10"):Comment:TEXT="text:='omer'". **** wrong *****
how can i type this range?



 
Back
Top