Hi all, I'm trying to do a macro in VBA so that it select the first empty cell in the column A. I know of the one that select the last one that have something in it with the Selection.XlDirection(xlDown).Select
but if after I push the down arrow on my keyboard while recording a macro in the code it select a particular cell, like A45000. The thing is since the number of value can change from one time to another, I need the macro to go with the arrow use on the keyboard instead of predetermined cell. Any help in this regards would be greatly appreciated.
Thanks a lot
but if after I push the down arrow on my keyboard while recording a macro in the code it select a particular cell, like A45000. The thing is since the number of value can change from one time to another, I need the macro to go with the arrow use on the keyboard instead of predetermined cell. Any help in this regards would be greatly appreciated.
Thanks a lot