Send data to another sheet automatically

brunocordeiro

New Member
Joined
Nov 4, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
I am trying to create a macro that send values to another sheet, i did it:

Sheets("MATRIZ DE POLIVALÊNCIA").Select
Columns("E:E").Select
Range("E4").Activate
Selection.Insert Shift:=xlToRight, CopyOrigin:=xlFormatFromLeftOrAbove
Range("E8").Select
ActiveCell.FormulaR1C1 = "='RICARDO'!R[-6]C[19]"
Range("E9").Select
Selection.FillDown
Range("E10").Select
Selection.FillDown

But, doing like that, it only works specifically with the 'RICARDO' tab, i want to do it for many other sheets.
Explaining the situation, i am creating a record of every employee in the company, this record contains their skills, from 0 to 3, i want to send these skills levels to a main table, 'MATRIZ DE POLIVALÊNCIA'.
 

Attachments

  • 1604490720571.png
    1604490720571.png
    312 bytes · Views: 6

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,215,008
Messages
6,122,672
Members
449,091
Latest member
peppernaut

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