View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.programming
GS[_2_] GS[_2_] is offline
external usenet poster
 
Posts: 3,514
Default When found add it to the last and display total in Msgbox

typos...

If, as you say, F1:F3 contains Name1,Name2,Name3 then...

arrNm(1, 1)=Name1

arrNm(2, 1)=Name2
arrNm(3, 1)=Name3

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion