I am using the below to find the last column in a row, but I want to move over 1 cell (to the right) where I will add some data.
Is there a simple way to do it? Or do I have to come up with some way to count how many columns I am at and then move to that number +1?![]()
Selection.End(xlToRight).Select
Thanks
Bookmarks