Thread: Macro Code Help
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
iKKi[_2_] iKKi[_2_] is offline
external usenet poster
 
Posts: 4
Default Macro Code Help

Sub Macro1()

Range("B10").Value = Range("D10").Value

End Sub

"amirstal" wrote in message
ups.com...
I have this formula where cell D10=B10+C10.
I want to create a macro that once I run it, cell B10 takes the value
that is in cell D10 (while the above formula remains intact).
How can I do it?

Thanks.