Hi all!
To improve work quality, we're working on a way to generate labels more easily.
Background:
Environmental testing is made almost everywhere in the company. When someone is getting ready for a series of tests, he has to print the labels he needs (they correspond to the rooms that he's going to be testing). ATM we have no real tool to generate the labels, which is an issue because it's quite a mess: we test rooms' walls, floors, ceilings, chairs, doors, ... You can have 3 tests on a wall and 2 tests on the second wall of the same room, ...
Goal:
Make this person's life easy by allowing him to check a few buttons, click a print command and be on his way to the printer and then to his tests.
Challenges:
I don't know if or how I'll be able to do a few things. The first (and probably one of the most important) is how data will be arranged. An Access database would probably be better here but I'm even worse in Access than I am in Excel
I'm not familiar with button controls and auto-populating stuff. This won't be too hard I think
I have no knowledge of VBA at all. The macro (I guess it'll be a macro) I'll be using should be quite basic but again, I don't know anything about that
Please see attached file, there are a few comments in there
Questions:
At the moment I'm not exactly sure where I am. As I said, layout will probably be important. I made a "linear" database. I don't know if e.g one table per Dept would be better?
My small table with "list of rooms - to be tested?" columns, as I said in the text box, should be automatic. I'm not sure what formulas I could use to display what I want to display with the associated checkboxes. (It shouldn't be too hard but I'm stuck with the data layout. It might need helper columns or something)
The output would - I guess - need VBA. As I said, the aim is to print labels so IDK if I should pre-format a few blank worksheets that would be populated with VBA code or if it would to it by itself (by pre-formatting I mean adapt rows height and columns width to the labels size).
Any comment, idea, chocolate bars appreciated
Regards,
Simon
PS: This is a cross post from excelforum. I thought afterwards Chandoo was perhaps a more suitable forum for a project (as opposed to a single formula question)
To improve work quality, we're working on a way to generate labels more easily.
Background:
Environmental testing is made almost everywhere in the company. When someone is getting ready for a series of tests, he has to print the labels he needs (they correspond to the rooms that he's going to be testing). ATM we have no real tool to generate the labels, which is an issue because it's quite a mess: we test rooms' walls, floors, ceilings, chairs, doors, ... You can have 3 tests on a wall and 2 tests on the second wall of the same room, ...
Goal:
Make this person's life easy by allowing him to check a few buttons, click a print command and be on his way to the printer and then to his tests.
Challenges:
I don't know if or how I'll be able to do a few things. The first (and probably one of the most important) is how data will be arranged. An Access database would probably be better here but I'm even worse in Access than I am in Excel
I'm not familiar with button controls and auto-populating stuff. This won't be too hard I think
I have no knowledge of VBA at all. The macro (I guess it'll be a macro) I'll be using should be quite basic but again, I don't know anything about that
Please see attached file, there are a few comments in there
Questions:
At the moment I'm not exactly sure where I am. As I said, layout will probably be important. I made a "linear" database. I don't know if e.g one table per Dept would be better?
My small table with "list of rooms - to be tested?" columns, as I said in the text box, should be automatic. I'm not sure what formulas I could use to display what I want to display with the associated checkboxes. (It shouldn't be too hard but I'm stuck with the data layout. It might need helper columns or something)
The output would - I guess - need VBA. As I said, the aim is to print labels so IDK if I should pre-format a few blank worksheets that would be populated with VBA code or if it would to it by itself (by pre-formatting I mean adapt rows height and columns width to the labels size).
Any comment, idea, chocolate bars appreciated
Regards,
Simon
PS: This is a cross post from excelforum. I thought afterwards Chandoo was perhaps a more suitable forum for a project (as opposed to a single formula question)