Dear Sir,
I need VB code to work following way;
I will link it with a button, when we click it, it should open following path;
User select an excel file, the folder has many excel workbooks.xlsb with different names
All workbooks do have sheet named "Layout" so when user select any of worksbook, the following should be copied to "Activesheet"
Copied from "Selected workbook - Worksheet: Layout - Range B6:Q498"
Paste to "Activeworksheet - Range: B6:Q498"
It should paste same format, formula and everything same way
I need VB code to work following way;
I will link it with a button, when we click it, it should open following path;
Thisworkbook.path/Backup/
User select an excel file, the folder has many excel workbooks.xlsb with different names
All workbooks do have sheet named "Layout" so when user select any of worksbook, the following should be copied to "Activesheet"
Copied from "Selected workbook - Worksheet: Layout - Range B6:Q498"
Paste to "Activeworksheet - Range: B6:Q498"
It should paste same format, formula and everything same way