Yevette
Active Member
- Joined
- Mar 8, 2003
- Messages
- 336
All,
I know it's probably something simple, but I've been struggling to find VBA in the forum that will move the cursor down 8 rows (same column) if the cell contains the word "Other" from a drop down list. If E1 = "Other" then Select E9 (so that the user can enter data in E9). But then the user needs to be able to continue entering data in the spreadsheet. I need this to work with 2 contiguous columns (E:F), so the range is E1:F5 (moving down to range E9:F13, respectively - but only if the cell above is changed to "Other").
It seems like it should be simple but every code I've tried does nothing to move the cursor to where I want it.
Thank you for your help.
I know it's probably something simple, but I've been struggling to find VBA in the forum that will move the cursor down 8 rows (same column) if the cell contains the word "Other" from a drop down list. If E1 = "Other" then Select E9 (so that the user can enter data in E9). But then the user needs to be able to continue entering data in the spreadsheet. I need this to work with 2 contiguous columns (E:F), so the range is E1:F5 (moving down to range E9:F13, respectively - but only if the cell above is changed to "Other").
It seems like it should be simple but every code I've tried does nothing to move the cursor to where I want it.
Thank you for your help.