Thread: Fill Problem
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paputxi Paputxi is offline
external usenet poster
 
Posts: 3
Default Fill Problem

Say I have formulas in A1 and B1. I want to write VBA code to fill the
formulas down to, say, row 20 (which will actually be an input value). What
is some VBA code for doing that?