excel - Userform to specify workbook/worksheet to copy -


i appreciate on following....

i looking create userform import external worksheets open workbooks current workbook - aim use 2 drop down lists , 1 submit button:

first drop down box: lists open workbooks - user clicks specify required.

second box: lists worksheets within selected workbook in first box - user clicks specify required.

submit button: when submit clicked, macro take copy of workbook/worksheet combination specified in dropdown boxes , paste new tab in main workbook.

thanks in advance.

you can list workbooks , worksheets in combo box did in post

you can link workbook / worksheet combo boxes 'dependent drop down list', see post. note need on-change event fired when first combo value selected in order populate second combo.

finally, can copy worksheets workbook shown in post


Comments

Popular posts from this blog

java.util.scanner - How to read and add only numbers to array from a text file -

rewrite - Trouble with Wordpress multiple custom querystrings -

php - Accessing static methods using newly created $obj or using class Name -