Good Morning All,
I am having a major issue here; for some reason the line of code below works and sometimes does not work. When it desides not to work, it leaves a mess in my excel sheet.
Range("A1").Select ' This just goes to the upper left corner of the sheet
Selection.End(xlDown).Select
' The line of code above is suppose to jump to the last empty row in column A1.
Please can someone tell me what the problem is? Or is there another code I can use to achieve the same goal?
Ini