Try:
Dim Bal
Bal = ActiveCell.End(xlToRight)
then if you want to proceed to the next row use
Activecell.Offset(1,0).Activate
This can also be put in a loop to cycle thru the list and get the las
cell of each row.
Note: the Offset(0,0) does NOTHING - It just means do not offset an
rows or colums
HT
-----------------------------------------------
~~ Message posted from
http://www.ExcelTip.com
~~View and post usenet messages directly from
http://www.ExcelForum.com