SaveSquirrels
New Member
- Joined
- Jul 26, 2012
- Messages
- 29
Hi,
Does anyone by any chance know of a VBA (or maybe help me start out to build one )that can do the following:
I click on a button and then a selection from one sheet from another excel document is pasted in the current document.
However these are the conditions:
-The user should be able to specify which document should be copied from. So a pop up appears in which the user selects the document to copy from.
-I want to preset the specified sheetname and range that should be copied from and also preset where to copy it to.
For example user selects data.xls and then all information contained in cells from sheet1 A1:Z100 of that document will be copied into sheet2 A1:Z100 of the current document.
I would be very grateful, thanks in advance!
Suzan
Does anyone by any chance know of a VBA (or maybe help me start out to build one )that can do the following:
I click on a button and then a selection from one sheet from another excel document is pasted in the current document.
However these are the conditions:
-The user should be able to specify which document should be copied from. So a pop up appears in which the user selects the document to copy from.
-I want to preset the specified sheetname and range that should be copied from and also preset where to copy it to.
For example user selects data.xls and then all information contained in cells from sheet1 A1:Z100 of that document will be copied into sheet2 A1:Z100 of the current document.
I would be very grateful, thanks in advance!
Suzan