View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Snowsride Snowsride is offline
external usenet poster
 
Posts: 20
Default Code to copy formula to variable range

I have a spreadsheet that will contain entries in Column A but the number of
rows will vary. In Cell B1 I have a formula based on Cell A1 that I want to
copy down in Column B to the last row of the data in Column A. I then need
to change the formulae in Column B to values and delete Column A.

I need some code to do this.

Grateful for any help.

Thanks