View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
davesexcel[_119_] davesexcel[_119_] is offline
external usenet poster
 
Posts: 1
Default How to repeat a macro


range("A1").select
do until selection.value=""
'your code
selection.offset(1,0).select
loop


--
davesexcel


------------------------------------------------------------------------
davesexcel's Profile: http://www.excelforum.com/member.php...o&userid=31708
View this thread: http://www.excelforum.com/showthread...hreadid=557698