Hello All,
I have a macro that was not created by me and is stopping in the middle of the command. Can anyone tell me what this means?
![]()
Range("A1").Resize(Cells.Find(What:="*", SearchOrder:=xlRows, _ SearchDirection:=xlPrevious, LookIn:=xlValues).Row, _ Cells.Find(What:="*", SearchOrder:=xlByColumns, _ SearchDirection:=xlPrevious, LookIn:=xlValues).Column).Select
Bookmarks