R
Reinhard F. Bentrup
How can I add comments to a range of cells by one (or a few) VBA commands?
I'm having a list of 10000 strings which I need to add as a comment to A1
to A10000. If I add them one after the other it takes about a minute - too
long to wait for.
But I did'nt find a way to insert them in one go. Can I do this like
transfering of an array to a range of cells? This takes just milliseconds.
Thanks - Reinhard
I'm having a list of 10000 strings which I need to add as a comment to A1
to A10000. If I add them one after the other it takes about a minute - too
long to wait for.
But I did'nt find a way to insert them in one go. Can I do this like
transfering of an array to a range of cells? This takes just milliseconds.
Thanks - Reinhard