New exciting : Infra-Red reader

H

helmekki

Hi All

I have an infra-red reader that reads the products number (the Line
end with numbers) placed on the products.....

The idea i have is once the reader does its job and stores the red fil
in the computer, then import the files using a vba code and once th
files are inside Excel then it is done..................

Is there a VBA code that deals directely with this machine(infra-re
reader)?

Is there a code or any information about it (web sites).............

Any help appreciated
Thanks to all
hesha
 
E

Earl Kiosterud

Hesham,

Unless someone is familiar with your exciting new product (and you haven't
given us the name), you'll not likely get a very specific answer. Tell us
about the file it generates. Do you have choices as to what it creates?
Check its documentation, or if there's a File-SaveAs or anything like that
that has a file type box, examine the choices there. There are many file
formats Excel can open directly (one way of importing into Excel), such as
xls, txt, csv, etc. Look at a File - Open dialog, and open and examine
choices in the the file types box.

Thus you may not need VBA.
 
Top