• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

VBA: Copying All formats and formulas to a next row

inddon

Member
Hello There,

I have 15 columns with formats, conditional formatting and formulas in various columns. The first column and row starts from B6 (Serial Number). Column B7 has the formula as: IF(ISBLANK($C6),"",$B6+1). Attached jpg file is the snapshot of the data.

What I would like to do is the following:
1. When the user comes to a new row, the serial number gets generated.
2. The user enters the Invoice Number, and when he leaves the column Invoice Number, it should copy all the formats, conditional formats, and formulas from current row to the next row (attached file for example from row 8 into row 9)

Could you please guide and advice, how this could be achieved in VBA?

Thank you.

Looking forward to hearing from you.


Greetings
Don
 

Attachments

  • Copy formats.jpg
    Copy formats.jpg
    12.8 KB · Views: 5
Back
Top