View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Kelley[_2_] Kelley[_2_] is offline
external usenet poster
 
Posts: 4
Default Rookie question: placing a value into one cell based on a forrmula in another

How do I use Excel VBA to place the calculated value of one cell into
another cell as a fixed value. i.e.: A1 contains the formula
=today()-6 which today resolves as "10/27/03" or it's serial
equivalent. I would like a macro to put "10/27/03" into B1 as a value.

I know this is easy, but I can't find an answer anywhere. For future
reference, is there an free online resource for people just learning
VBA?

Thanks,

Kelley New