ranjith2523
Board Regular
- Joined
- Apr 29, 2014
- Messages
- 137
- Office Version
- 365
Hi Friends,
I wrote a simple single-line coding to bring the C2 value to D2 in Excel VBA.
After I executed the above code I noticed a weird result in cell D2 like the one below, I do not understand why the plus symbol automatically gets added once I execute the VBA code and repeat the formula twice in cell D2.
Do I need to change any settings in my Excel? Till last month there were no such issues found in my system.
Please help me on this.
Regards,
Ranjith
I wrote a simple single-line coding to bring the C2 value to D2 in Excel VBA.
VBA Code:
ThisWorkbook.Sheets("MM_Input").Range("D2:D2") = "=C2"
After I executed the above code I noticed a weird result in cell D2 like the one below, I do not understand why the plus symbol automatically gets added once I execute the VBA code and repeat the formula twice in cell D2.
Do I need to change any settings in my Excel? Till last month there were no such issues found in my system.
Please help me on this.
Regards,
Ranjith