View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dale Dale is offline
external usenet poster
 
Posts: 92
Default Populate Array Question

Problem. I'm trying to find a match between two arrays and have run into a
problem. Two sheets, value is 62113 in both and the cell format is general.
Sheet1 has been imported using VBA and 62113 appears left justified to the
eyes. Sheet2 has been manually entered and appears right justified.
My code is showing the first value as 62113, sheet1, and "62113" for sheet2.
What could the problem be and the fix ?

Signed ?????