close
Hi,
I need help to include this formula: =MID(TRIM(A7),12,20) into a existing
VBA procedure.
I need to run the procedure in Column C for all the names in Column B
Thank you,
--
Regards,
JeffTo get rid of extra spaces within the text
Sub trimit()
x = Mid(Application.Trim(Range(quot;a7quot;)), 3, 6)
Range(quot;f4quot;) = x
End Sub
--
Don Guillett
SalesAid Software
quot;Jeffquot; gt; wrote in message
...
gt; Hi,
gt;
gt; I need help to include this formula: =MID(TRIM(A7),12,20) into a existing
gt; VBA procedure.
gt;
gt; I need to run the procedure in Column C for all the names in Column B
gt;
gt; Thank you,
gt; --
gt; Regards,
gt; Jeff
gt;
全站熱搜