Thread
:
Macro Code Question for Newbe
View Single Post
#
2
Posted to microsoft.public.excel.programming
Jim Rech
external usenet poster
Posts: 2,718
Macro Code Question for Newbe
There are many way to do that. Here's one:
Range("B1", Range("B1").End(xlDown)).Offset(0, 1).FillDown
--
Jim Rech
Excel MVP
Reply With Quote
Jim Rech
View Public Profile
Find all posts by Jim Rech