Hi,
I am trying to get the following loop to end when Selection.End(xlToRight) is empty. It has to be a dynamic way of finding the last column containing figures and end if there are no ones containing values.
The full string that should be empty is:
Range("D3").Select
Selection.End(xlToRight).Select
Since this is the most dynamic way I found of going to the next column with a value
Can anyone help me with a way of doing this since the "Do Until" pasted below here does not work.
Many thanks!
![]()
Please Login or Register to view this content.
Bookmarks