• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Changing Cell value in a sheet according to the cell value in another sheet using vba

Arpit Modi

New Member
I have a excel workbook.
There are two sheets 'Sheet1' and 'Sheet2'. I want to create a vba code that change the value of cell 'A1' in Sheet1 directly to value of Cell 'A1' in Sheet2 with some extra string. I used the fromula in cell A1 of Sheet 1-- ="Hello " & Sheet2!$A1. I want to do the same with VBA. Please help.
 
Back
Top