Howdy,
I have a macro that makes copies of a worksheet based on user input. Then, once the user types a Part Number into a specific cell & clicks "Save" - the macro also saves that workbook with the filename of the Part Number (for instance, if the user types "ABCD" into the Part Number cell & clicks "Save" then the macro saves the file as ABCD.xlsm).
That all works as desired.
I also have a macro whereby if the user changes the Part Number and a few other cells (including a combobox selection), then clicks "Save" again - the macro loops over all worksheets & copies the data which has changed from the 1st Worksheet to all other worksheets. (For instance, if the user changes the Part Number to "ABCDE" - then clicks "Save" - the macro copies the "ABCDE" to all other worksheets, as well as saves the file as ABCDE.xlsm
The code for that macro is here:
That macro works as desired as well - EXCEPT that the last commands (the copying of the Combox2) does NOT work.
How can I get the code to also copy the results of the combobox, such that if the user changes the selection in the combobox on the 1st sheet, the selection gets copied & updated on all other sheets?
Thanks in Advance,
Rob
Bookmarks