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.
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.