Dear all,
I am working on a project that I need to reserve part of the table if some conditions are met. For example I have a table and when I select two conditions with drop down list(type and profile: green color). Cyl name(CL125) and quantity 10, this two are filled manualy. Now I want that with vba excel should filter with first two criteria(type(column B and profile(column C) and insert for each not already reserved cell(column G), fill cell on column "G", ten new cyl name(in this example CL125). Below in the table is filled with blue. Once this new data are inserted it will also automaticaly insert column H(date) and column I(time). Below is a test example because I am testing/figure it out how to make this automation with vba and I didn't find any solution. Could you please help me with this issue. Thank you very much
I am working on a project that I need to reserve part of the table if some conditions are met. For example I have a table and when I select two conditions with drop down list(type and profile: green color). Cyl name(CL125) and quantity 10, this two are filled manualy. Now I want that with vba excel should filter with first two criteria(type(column B and profile(column C) and insert for each not already reserved cell(column G), fill cell on column "G", ten new cyl name(in this example CL125). Below in the table is filled with blue. Once this new data are inserted it will also automaticaly insert column H(date) and column I(time). Below is a test example because I am testing/figure it out how to make this automation with vba and I didn't find any solution. Could you please help me with this issue. Thank you very much