G
greg
This should be easy.
I want to select a cell. then copy the comment from a cell into the
clipboard.
To get the comment I can
Excel.Selection.Comment.Text
for copying to the clipboard. Googline I see a clipboard object. people
use:
Clipboard.setText
but clipboard is not an object for me.
Do you have to add a reference in?
dim it as something?
thanks
I want to select a cell. then copy the comment from a cell into the
clipboard.
To get the comment I can
Excel.Selection.Comment.Text
for copying to the clipboard. Googline I see a clipboard object. people
use:
Clipboard.setText
but clipboard is not an object for me.
Do you have to add a reference in?
dim it as something?
thanks