VBA to cycle through cells

max8719

Board Regular
Joined
Jan 9, 2015
Messages
71
Hi I have 2 buttons one for cycle left and one for right. i would like to be able to cycle the selection forward and backward.

I15, AN15, BP15, CU15, DY15, FD15, GH15, HM15, IR15, JV15, LA15, ME15.

Thanks in advance.
 
Last edited:

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Hi,

Surprisingly .. you have not posted your current macros ...which allow you to cycle left and right ...

You could create a Named Range ...
 
Upvote 0
Hi apologies but I haven't created a macro yet, I just have two objects i would like to use as buttons
 
Upvote 0
Are you saying if you enter a value in Range("I15") then you want the active cell to then be Range("AN15")
and so on.
 
Upvote 0
Hi,

Do not know your constraints ... but given your explanations ... you should be using a SpinButton ...

By the way is there a coherent Column count in between all your cells in Row 15 ...?
 
Upvote 0
I just want the active cell selection go through the cells stated, each these are merged cells ie I15 to AM15 is a merged cell "January" and so on.
 
Upvote 0

Forum statistics

Threads
1,213,536
Messages
6,114,202
Members
448,554
Latest member
Gleisner2

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