Barkingdoggy
New Member
- Joined
- Jun 21, 2011
- Messages
- 5
This code doesn't work because of the nested quotes. I want the code to set the cell formula. The formula should set the cell value to blank if the client data is zero.
What's the right code? TIA
Code:
ActiveCell.FormulaR1C1 = "=IF('Client Data'!R[-4]C[20]=0,"",'Client Data'!R[-4]C[20])"
What's the right code? TIA