Omg.. Using macro recorder I solve this pretty easily.. sorry I'm newbie using VBA and macros, and thanks a lot for your reply it worked exactly how I needed.
Omg.. Using macro recorder I solve this pretty easily.. sorry I'm newbie using VBA and macros, and thanks a lot for your reply it worked exactly how I needed.
It does not do exactly what I requested in the pictures but it get the job done, now instead of inserting values below it does insert on A10 and then shift down.
also now I copy that table from another worksheet and works great:
Sub Agregar()
'
' Agregar Macro
'
'
Sheets("Data").Select
Rows("1:6").Select
Selection.Copy
Sheets("ENTREV. INIC. Y EST DE SIT 1").Select
Rows("10:10").Select
Selection.Insert Shift:=xlDown
End Sub
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.