C
Chip Orange
It's possible to use the control key when selecting text with the mouse to
have multiple areas of selected text that aren't continuous with one
another.
I need to do this with VBA.
I've tried recording a macro to see how it's done, but that didn't work.
I've tried defines range for each block I need selected, but as I use the
range.select method on each successive block of text, it unselects the
previous block.
Can anyone tell me how this can be done?
Thanks.
Chip
have multiple areas of selected text that aren't continuous with one
another.
I need to do this with VBA.
I've tried recording a macro to see how it's done, but that didn't work.
I've tried defines range for each block I need selected, but as I use the
range.select method on each successive block of text, it unselects the
previous block.
Can anyone tell me how this can be done?
Thanks.
Chip