Hi,
I was wondering if the following was possible using VBA in Excel:
The user marks a range in a column - this could be a multiple selection using CTRL + LeftMouseButton.
I would then like to update the cell next to the selected range with e.g. a X - meaning that the cell was part of a selection.
Example:
The user marks the following cells:
A1, A2, A4, A8 and A10
I would then like to update:
B1, B2, B4, B8 and B10 with a X
I've tried several things but my selected range always gets "lost" when moving to the adjacent cell.
Hope someone can help me out.
Best wishes
Christian
I was wondering if the following was possible using VBA in Excel:
The user marks a range in a column - this could be a multiple selection using CTRL + LeftMouseButton.
I would then like to update the cell next to the selected range with e.g. a X - meaning that the cell was part of a selection.
Example:
The user marks the following cells:
A1, A2, A4, A8 and A10
I would then like to update:
B1, B2, B4, B8 and B10 with a X
I've tried several things but my selected range always gets "lost" when moving to the adjacent cell.
Hope someone can help me out.
Best wishes
Christian