How do I set a comment in a cell with VBA?
I should have thought that the command:
range("A1").comment = "This is a comment in cell A1"
would work ... but it doesn't. I get an error message which reads:
"Object variable or With block variable not set"
Can anyone help?
|