Macro to clear text

  • Re: Macro to clear text


    Thanks for reply. It is text colored using fill color. There is no conditional formatting. I am using Office 2013

  • Re: Macro to clear text


    Fill Colour is the background colour assigned to a cell so assuming you mean the Font colour.



    Call it passing a range

    Code
    ClearIt Range("A1:C50")


    or simply select some cells and pass the selection

    Code
    ClearIt Selection

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!