View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] SpartanXY@gmail.com is offline
external usenet poster
 
Posts: 5
Default Output - Results of an Array

Hi

I have an array made of string - consider them ID Tags if you will :
001,002,003..so on and so forth.

When I return the elements of this array (say after comparing it to
another array, to match which ID's are common) - i get the output as a
number : 1,2,3. is there anyway to preserve the format of the input of
the array - so that when i throw it back to the spreadsheet, i still
get 001,002,003 and not 1,2,3...

ty
sp.