adrivetest
Member
- Joined
- May 19, 2009
- Messages
- 5
- Programming Experience
- Beginner
hi,
i was wondering if it's possible to convert excel's cell comments into an array through the same way we can when converting excel's cell text into array like this :
where arrValue is Object, and xlSheet is Sheet object
can we do something similarly for comment text?
i was wondering if it's possible to convert excel's cell comments into an array through the same way we can when converting excel's cell text into array like this :
where arrValue is Object, and xlSheet is Sheet object
VB.NET:
arrValue = xlSheet.Range("A1:B5").Value
can we do something similarly for comment text?