I have a Form "NewCourse" that is launched from a button "CmdANC" on a sheet "Sheet2(Vendor List)".
On this form I have a ComboBox "CBox1" that pulls its List from "Sheet2(Vendor List)" as needed. There is also a textbox "TxtBx1" that requires the user to input data to be added to "Sheet2(Vendor List)".
What I need is my Command Button "AddCourse" to look at "Sheet2(Vendor List)" in Column B for selected text in "CBox1" then drop down a row and insert a new row then add the text in "TxtBx1" to that new Rows Column C.
any help wpuld be greatly appreciated.
On this form I have a ComboBox "CBox1" that pulls its List from "Sheet2(Vendor List)" as needed. There is also a textbox "TxtBx1" that requires the user to input data to be added to "Sheet2(Vendor List)".
What I need is my Command Button "AddCourse" to look at "Sheet2(Vendor List)" in Column B for selected text in "CBox1" then drop down a row and insert a new row then add the text in "TxtBx1" to that new Rows Column C.
any help wpuld be greatly appreciated.