View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Aruna Tennakoon Aruna  Tennakoon is offline
external usenet poster
 
Posts: 4
Default VB excel Null values !! Please help me !!

Hi everyone,

I have these lines in my excel file,

Item Code Qty
9119299 3
9119399 3
AR350001 1

I am reading this file using VB 6.0 and I am using
"Microsoft.Jet.OLEDB.4.0" as the provider to read this excel file. For the
first two lines I am getting null vales in VB.. ? and other line is okey ..
any idea why is that happen and how to fix this problem. Please help me ..
!!!!

-Aruna