Hello,
Is there a way to automatically add cell contents of a specific range to cell comments on opening a document (specifically after the data from external sources has been updated).
The plan is to have a VBA code that:
- Wait till the document has been updated from linked documents (usually about 10 seconds)
- Takes the contents of each cell in H4:H100, I4:I100, J4:J100, K4:K100 and copies them into the comments for their respective cell
- Resize the comment box to fit around the text
The cells referenced don't contain the text themselves, but instead they reference other cells which contain a lot of text.
If you can get this to work, you'll make my staff and me very happy!
Many thanks,
Is there a way to automatically add cell contents of a specific range to cell comments on opening a document (specifically after the data from external sources has been updated).
The plan is to have a VBA code that:
- Wait till the document has been updated from linked documents (usually about 10 seconds)
- Takes the contents of each cell in H4:H100, I4:I100, J4:J100, K4:K100 and copies them into the comments for their respective cell
- Resize the comment box to fit around the text
The cells referenced don't contain the text themselves, but instead they reference other cells which contain a lot of text.
If you can get this to work, you'll make my staff and me very happy!
Many thanks,