I am trying to have some vba code to put the value of a formula and text in a specific cell. I want the code to speak. Leads: (formula value). Currently, my code runs the formula and puts the value in the correct field. I just don't know how to add text with it. The code I have is written below.
ws.Range("$B$1").Formula = "=COUNTIF(E:E,""Lead"")"
source
share