Very new to VBA and unsure what the code is supposed to return. So I'm looking for experts help to say in plain english what should be returned in this scenario:
BookA.Sheets("Results").Range("AE2").FormulaR1C31 = "=TRIM(RC[" & Rein_Trty_Col - 1 & "])"
I'm trying to alter an existing workbook to handle a new situation. I really appreciate any help. Thanks!
BookA.Sheets("Results").Range("AE2").FormulaR1C31 = "=TRIM(RC[" & Rein_Trty_Col - 1 & "])"
I'm trying to alter an existing workbook to handle a new situation. I really appreciate any help. Thanks!