Excel Macro Question

B

billrl34

Is there a simply way to have the cursor in an Excel spreadsheet, once
it reaches the last column of a spreadsheet due to a macro running and
moving the cursor thru columns of data, to automatically jump back to
Column A(the same beginning position so the macro can run again?
 
D

Don Guillett

This is not lotus. You do not have to have the cursor moving to get the job
done. And, you can use a loop to do the macro as often as desired. Why not
post your coding efforts for suggestions.
 
Top