DigitalDesignz
05-18-2008, 06:18 PM
Well I'm hoping someone can help me (hopefully relatively quickly :p ) with this...
I'm making an inventory system for my job. I'm not a programmer for the company or anything. I just offered to try and throw something together for them when I found out we were going to be doing some big time inventory work in a few weeks and was sick of how unorganized their system currently is.
What I've come up with is basically a visual layout (like a blueprint) of the room in which we plan to inventory. Each button represents a cart that has boxes of envelopes containing corn. Each of these envelopes have a barcode on them, along with some other information. We will be scanning each of these envelopes in a MS Excel file for each cart. So once you click the button that represents Cart 1 it opens an Excel file with the barcodes and matching information for everything on that cart. There will be close to 50 different Excel files all located within the same folder on the server.
There are other features and add-ons in the project, but none of any importance to my question/request.
What I am wanting to be able to do, is have a Find feature built into the program that simultaneously searches all of the Excel files, including different worksheets within the file, for the requested string. So say you type in the barcode or other details you're wanting to find, click find, it either pops up with a MsgBox or actually opens the file with the found string and has its focus on that cell or both.
I'm still basically a beginner when it comes to Visual Basic. I'm 20 years old and started with VB6 about a year ago. But I pick things up quite quickly...
Any help you can provide would be GREATLY APPRECIATED. And sorry about writing a novel here. Just wanted to be as thorough as possible...
Thanks in advance:D
I'm making an inventory system for my job. I'm not a programmer for the company or anything. I just offered to try and throw something together for them when I found out we were going to be doing some big time inventory work in a few weeks and was sick of how unorganized their system currently is.
What I've come up with is basically a visual layout (like a blueprint) of the room in which we plan to inventory. Each button represents a cart that has boxes of envelopes containing corn. Each of these envelopes have a barcode on them, along with some other information. We will be scanning each of these envelopes in a MS Excel file for each cart. So once you click the button that represents Cart 1 it opens an Excel file with the barcodes and matching information for everything on that cart. There will be close to 50 different Excel files all located within the same folder on the server.
There are other features and add-ons in the project, but none of any importance to my question/request.
What I am wanting to be able to do, is have a Find feature built into the program that simultaneously searches all of the Excel files, including different worksheets within the file, for the requested string. So say you type in the barcode or other details you're wanting to find, click find, it either pops up with a MsgBox or actually opens the file with the found string and has its focus on that cell or both.
I'm still basically a beginner when it comes to Visual Basic. I'm 20 years old and started with VB6 about a year ago. But I pick things up quite quickly...
Any help you can provide would be GREATLY APPRECIATED. And sorry about writing a novel here. Just wanted to be as thorough as possible...
Thanks in advance:D