View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Formula Reproduction

Maybe you could just change the formula:

=d2/d$51

range("E2:E50").formula = "=d2/d$51"

Maybe????


bodhisatvaofboogie wrote:

Okay, here's my formula, very simple:

=D2/D51

Now that resulting value beigns in E2. When I try to drag the formula to do
the same things in every following cell in Column E, it doesn't work. I want
it to continue on down the line. BUT it not only changes D2 to D3, D4,
etc...it changes D51 to D52, D53, etc......how do I get it to not do that,
and yet reproduce on down the line correctly? Mind you I'm trying to get
this done in a macro as well, so if I can just record the process, I'll just
copy and paste the code into the macro. THANKS!!!


--

Dave Peterson