View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
soonh soonh is offline
external usenet poster
 
Posts: 2
Default Arguments of Excel functions

I like to program a function which will read 64 of single digit hex numbers
from 64 consecutive rows of the same column and concatenate them all as a
single text string. Anyone has any idea what is the best way to do this?