Thread
:
formula in vba
View Single Post
#
1
Posted to microsoft.public.excel.programming
Gary Keramidas[_2_]
external usenet poster
Posts: 364
formula in vba
how would you enter this formula using vba
=MID(B7,FIND(" ",B7)+1,LEN(B7)-FIND(" ",B7,1)) & "/"&MID(B8,FIND("
",B8)+1,LEN(B8)-FIND(" ",B8,1))
--
Gary
Reply With Quote
Gary Keramidas[_2_]
View Public Profile
Find all posts by Gary Keramidas[_2_]