I am new to vba / macros in excel. Is there a way I can determine the very last cell used on a spreadsheet ?
Thanks
Dave
I am new to vba / macros in excel. Is there a way I can determine the very last cell used on a spreadsheet ?
Thanks
Dave
You might like to look at SpecialCells(xlCellTypeLastCell). Check it out on the internet.
Thanks, I have found it, and it does what I want.