View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jean-Jerome Doucet via OfficeKB.com Jean-Jerome Doucet via OfficeKB.com is offline
external usenet poster
 
Posts: 17
Default Drawing lines to cells with VBA

I found my problem.

Here's the fix :

Range("A" & lstRw & ":AE" & lstRw)

I replaced the range lines with this one.

--
Message posted via http://www.officekb.com