View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WIJ WIJ is offline
external usenet poster
 
Posts: 6
Default searching the entire workbook after scanning a Barcode

Hi,

I am tring to write some vba code (which I dont know alot about).

I am about to do a stocktake of our equipment, What I want to do is: Scan a
barcode into A1(on sheet1), press enter and have a search on the whole
workbook done (I have about 30 sheets).

clause there are some double ups, so when it finds one I want to keep
searching (find next) until I find the one I am looking for.

I'm not sure if my instructions where very clear, but if you could help it
would be much appreciated.

WIJ