I need to copy a combo box using a macro.
Cell A1 is a formula that will pull an account number based off of a text description in cell B1.
Cell B1 is linked to my combo box.
My combo box pulls from a range on another tab with my chart of account descriptions.
I need to be able to copy the combobox down 1 row, but I need the linked cell to move down with it.
I already have a macro that does this using data validation, but I am trying to upgrade the functionality of the file. Data validation list is too long and too small, I want users to be able to type to lookup an account.
I am having trouble getting the linked cell to move down when copying the combobox in VBA.
Thank you in advance for your help.
Cell A1 is a formula that will pull an account number based off of a text description in cell B1.
Cell B1 is linked to my combo box.
My combo box pulls from a range on another tab with my chart of account descriptions.
I need to be able to copy the combobox down 1 row, but I need the linked cell to move down with it.
I already have a macro that does this using data validation, but I am trying to upgrade the functionality of the file. Data validation list is too long and too small, I want users to be able to type to lookup an account.
I am having trouble getting the linked cell to move down when copying the combobox in VBA.
Thank you in advance for your help.
Last edited: