Here I go again!

Sumeluar

Active Member
Joined
Jun 21, 2006
Messages
266
Office Version
  1. 365
  2. 2016
  3. 2010
Platform
  1. Windows
  2. MacOS
  3. Mobile
Hello all!

I have two templates.
One is used by all the technicians to enter the equipment they worked on during the day, each individual entry is copied, saved and printed.
The second template I have to go sheet by sheet for that specific date and enter the daily activity manually.
Is there a way to create to copies of each and have the second teplate to automatically acquire the entries and copy them in to the first empty cell, starting from c5, c6 and so on?

Kind regards!

Sumeluar
 

Excel Facts

How can you automate Excel?
Press Alt+F11 from Windows Excel to open the Visual Basic for Applications (VBA) editor.
yes there are ways of doing it. Without knowing the layout of your files, I can't help. however you can write macro with the following code, put it in a suitable loop (for next or do while) and get what you want.

Cells(5,3) = workbooks("file name.xls").worksheets("sheet1").cells(5,3)

change parameters to suit your conditions. let me know if you still need help

ravi
 
Upvote 0

Forum statistics

Threads
1,213,528
Messages
6,114,154
Members
448,553
Latest member
slaytonpa

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top