View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Geir Holmavatn Geir Holmavatn is offline
external usenet poster
 
Posts: 3
Default Loop through columns

Hi,

Say I have forenames in column A and family names in column B.

How do I loop through all rows in column B and create
<familyname, <forename in column C?

Thanks for hints on this ;-)

/geir