View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] theargus@gmail.com is offline
external usenet poster
 
Posts: 14
Default Automating Autofill Coding Question

Gord Dibben wrote:



Macro to do the same job.......


Sub Fill_Blanks()
'by Dave Peterson 2004-01-06
'fill blank cells in column with value above




This macro is very helpful!

How can it be modified to perform the same action on columns B and C
(in addition to column A)?


Thanks in advance!,


- Kobi