Activate first column's cell while same row

ktab

Well-known Member
Joined
Apr 21, 2005
Messages
1,297
Hello,

Let's say that i have an x as range that this x.address is e.g. e13
I want to set new x as a13 (same row first column's cell).
Use of end(xltoleft) won't work.

Thank you
Kostas
 

Excel Facts

Move date out one month or year
Use =EDATE(A2,1) for one month later. Use EDATE(A2,12) for one year later.
Kostas

I'm not 100% sure what you mean but perhaps something like this?
Code:
Set x=Range("A" & x.Row)
 
Upvote 0
Yes like that it's working (my first efford was like range("a" & x.row & """") but experimented as range("a" & x.row) and worked). Thank you anyway for prompt answer Norie
 
Upvote 0

Forum statistics

Threads
1,215,579
Messages
6,125,646
Members
449,245
Latest member
PatrickL

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