S
simon
Subject: Re: how to collectly put data in each cell from magnetic card read
11/5/2006 9:20 PM PST
By: simon In: microsoft.public.excel.worksheet.functions
Is there programing do this for me with out me to use text to column manually?
every time i scan the card
data read from megnetic card reader as following :
%BAS49247 ^STRONG/MORRI ^ E61158?
each time when card scanned BAS49247 go to column A with out %
STRONG / MORRI go to column B without ^ and E61158 go to column C without
^ and ? And then cursor jump down to column A row 2
thanks
11/5/2006 9:20 PM PST
By: simon In: microsoft.public.excel.worksheet.functions
Is there programing do this for me with out me to use text to column manually?
Try to get data from magnetic card read into excel each cell automaticallyBernard Liengme said:You could use Text-to_Column (on the Data menu) to do this
every time i scan the card
data read from megnetic card reader as following :
%BAS49247 ^STRONG/MORRI ^ E61158?
each time when card scanned BAS49247 go to column A with out %
STRONG / MORRI go to column B without ^ and E61158 go to column C without
^ and ? And then cursor jump down to column A row 2
thanks