Select next adjacent cell

WAF875

New Member
Joined
Apr 17, 2016
Messages
24
I want to use a command button to enter a number in a cell, on the second press it goes into the adjacent cell and third press the next adjacent cell and so on. I have tried using GoTo and GoSub if the cell is not blank but it only works for the first two number then stops. Thanks
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
We need more details. what number do you want to put in first cell?
And what cell is the first cell?
What number do you want in adjacent cell?
When you say adjacent do you mean one row below?
Adjacent may mean up down left or right.
 
Last edited:
Upvote 0
We need more details. what number do you want to put in first cell?
And what cell is the first cell?
What number do you want in adjacent cell?
When you say adjacent do you mean one row below?
Adjacent may mean up down left or right.

When I click the button I need "1" to go into A1 on the next click I need "1" to go into B1 on the next click I need "1" to go into C1 and so on.
I will have numerous buttons with different numbers but once I get one sorted they will all fall in line
 
Upvote 0

Forum statistics

Threads
1,215,262
Messages
6,123,935
Members
449,134
Latest member
NickWBA

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top