macro for inserting a row

G

Guest

is there a macro to insert rows below any row with the same formatting,
including the merging in the source row?
 
H

halimnurikhwan

Kazuki san,
try this:
Sub copytest()
ActiveCell.Copy ActiveCell.Offset(1, 0)
ActiveCell.Offset(1, 0).Activate
End Sub

rgds,

Halim

Kazuki menuliskan:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top