R
Richard Grene
Using the following code I am able to insert a comment into my excel
spreadsheet from vb.net.
How can I then resize the comment?
Thanks,
Richard
oSheet.Range("B1").AddComment()
oSheet.Range("B1").Comment.Visible = True
oSheet.Range("B1").Comment.Text(Text:="Any Comment")
spreadsheet from vb.net.
How can I then resize the comment?
Thanks,
Richard
oSheet.Range("B1").AddComment()
oSheet.Range("B1").Comment.Visible = True
oSheet.Range("B1").Comment.Text(Text:="Any Comment")