Link to home
Start Free TrialLog in
Avatar of mickeydog
mickeydog

asked on

programmatically read a cell comment

i want to programmatically read a cell comment (in VB)

to write the comment, i can do, for example:
Range("A1").Comment.TEXT TEXT:="user:" & Chr(10) & "some words"

but there doesn't seem to be anything to read it back.
ASKER CERTIFIED SOLUTION
Avatar of frazer
frazer

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mickeydog
mickeydog

ASKER

thanks!
hope there's no grading mixup this time!