View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Loop never ends

It might help to see the code.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"useless at looping!" <useless at wrote
in message ...
I have a macro that I run every month which calculates commission and one

of columns in my spreadsheets uses vlookup. I would like the macro to paste
the vlookup command I am using into cells in column AD only if the cell in
column AC is not blank. I have tried creating loops but they either stop
after pasting into the first cell or continue on forever.

Anyone who can help? It would be greatly appreciated!!!