ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Excel into Excel (https://www.excelbanter.com/excel-programming/397283-excel-into-excel.html)

maijiuli

Excel into Excel
 
Hello,

Is it possible to do something like Mail Merge but from one excel file to
another excel file.

I have one excel file with our dummy data (ie: First Names, Last Names,
Salary)
I have another excel file we use to create test scenarios.

What I need is to use the dummy data and input them into the test scenarios
in specific cells. Some cells have multiple information in them. For
example in cell A2 we have <Last Name, <First Name

Is this possible? Thank you for looking,
--
Thank You!

JLGWhiz

Excel into Excel
 
Is there a reason they could not be copied and pasted, or use VBA to make
certain cells in the test file equal to cell data in the dummy file?
xmpl:
Sheets("TestData").Range("B2") = Sheets("DummyFile").Range("D10").Value

"maijiuli" wrote:

Hello,

Is it possible to do something like Mail Merge but from one excel file to
another excel file.

I have one excel file with our dummy data (ie: First Names, Last Names,
Salary)
I have another excel file we use to create test scenarios.

What I need is to use the dummy data and input them into the test scenarios
in specific cells. Some cells have multiple information in them. For
example in cell A2 we have <Last Name, <First Name

Is this possible? Thank you for looking,
--
Thank You!



All times are GMT +1. The time now is 05:27 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com