I need assistance in converting a formula over to vba, I have inserted the formula, as well as my attempt to change it. Being that I am not a programmer, I would appreciate any assistance in showing me, the proper way to list the formula into the mace
formula needed to be inserted
=LEFT(G8,FIND("(",G8)-1)
This is my attempt to create it, in VBA
Range("E" & i + 1).Formula = "=Left(Range(G" & i + 1 & Find(" ""("", Range("G" & i)-1 & ")"
formula needed to be inserted
=LEFT(G8,FIND("(",G8)-1)
This is my attempt to create it, in VBA
Range("E" & i + 1).Formula = "=Left(Range(G" & i + 1 & Find(" ""("", Range("G" & i)-1 & ")"