Posted to microsoft.public.excel.programming
|
|
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
|