MACRO INSERTAR CELDAS

marco6325

New Member
Joined
May 22, 2006
Messages
2
Buenas, quisiera que me ayudaran please¡¡,es urgente, tengo esta macro para crear hojas a partir de una planilla existente
Sub ingresar()
For k = 1 To 1
Worksheets("Obra").Copy Before:=Worksheets("Obra")
Next k
Range("A1").Select
End Sub
como hago para que cada vez que genere una hoja y la llene de datos, ciertas celdas se copien y peguen en una tabla que se encuentra en otra hoja, quiero que se peguen al final de la tabla y con el formato de la misma......
Les agradezco de antemano su ayuda
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.

Forum statistics

Threads
1,223,956
Messages
6,175,619
Members
452,661
Latest member
Nonhle

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