M
mark1
1. Is there a quick and easy way to turn my cell comment
into a validation message? Right now, I'm manually
displaying the comment and typing it into the cell
validation message.
2. Random VBA question:
When should you use the Set keyword?
Why this:
Set x = Range("A1")
when you can do this:
x = Range("A1")
Thanks for the help!!
into a validation message? Right now, I'm manually
displaying the comment and typing it into the cell
validation message.
2. Random VBA question:
When should you use the Set keyword?
Why this:
Set x = Range("A1")
when you can do this:
x = Range("A1")
Thanks for the help!!