I'm creating a form that has fill in the blanks and option buttons. The user can fill out the form in any order-option buttons first and fill in the blanks second or vise versa. Each option button runs a macro that moves the cursor to a different cell location in a hidden column. Currently, I have each macro end by selecting cell E7, which is in a visible column and near the fill in the blank section.
Users are confused why they left the cursor on cell B4, clicked on an option button, and now the cursor is on cell E7.
How can the cell location be memorized, the macro run that moves the cursor to hidden cells for processing, and then the cursor returned to where the user left it? The cursor position is a variable. Thanks in advance.
Users are confused why they left the cursor on cell B4, clicked on an option button, and now the cursor is on cell E7.
How can the cell location be memorized, the macro run that moves the cursor to hidden cells for processing, and then the cursor returned to where the user left it? The cursor position is a variable. Thanks in advance.