bubbles2010
New Member
- Joined
- Jun 15, 2010
- Messages
- 19
Hello. I am a new user. I was trying to copy the sum from sheet1 to sheet2 in the same work book with macro. I was using this code:
Range(Sheets(1).Rows(36), Sheets(1).Rows(36)).Copy Destination:=Sheets(2).Range("A36")
It works fine. The only problem is it is copying the formula, but not the actual value. I know how to reference using excel equation, but I don't want to do that. I want to use VB code.
Thank you so much.
Range(Sheets(1).Rows(36), Sheets(1).Rows(36)).Copy Destination:=Sheets(2).Range("A36")
It works fine. The only problem is it is copying the formula, but not the actual value. I know how to reference using excel equation, but I don't want to do that. I want to use VB code.
Thank you so much.