Thread
:
Drawing lines to cells with VBA
View Single Post
#
1
Posted to microsoft.public.excel.programming
Jean-Jerome Doucet via OfficeKB.com
external usenet poster
Posts: 17
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
Reply With Quote
Jean-Jerome Doucet via OfficeKB.com
View Public Profile
Find all posts by Jean-Jerome Doucet via OfficeKB.com