View Single Post
  #11   Report Post  
Posted to microsoft.public.excel.programming
GammaRuit GammaRuit is offline
external usenet poster
 
Posts: 8
Default Auto Detect Data, Auto Print Data, Auto Erase Data Loop

On Sep 12, 8:49*pm, Ron Rosenfeld wrote:
On Mon, 12 Sep 2011 17:38:46 -0700 (PDT), GammaRuit wrote:
I can program my barcode generator to print out something specific as
the very last line of the decode. Maybe END or COMPLETE or THANK YOU


How do you get the information into Excel?

I'm thinking you could just run a test after each line, and print out the range after you read or Last Line code; adapting from what I've already written.



I click A1

I take my scanner scan a QR Code. say my QR is encoded with:

Hi
How
Are
You


It prints it out line by line as it you were typing really fast.

A1 Hi
A2 How
A3 Are
A4 You