+ Reply to Thread
Results 1 to 3 of 3

Clear spreadsheet cells format

Hybrid View

  1. #1
    Souris
    Guest

    Clear spreadsheet cells format

    I would like to clear all the cells format on the same spreadsheet.
    Are there any worksheet function to do this?

    Any information is great appreciated,

  2. #2
    Norman Jones
    Guest

    Re: Clear spreadsheet cells format

    Hi Souris,

    Try:

    Sub Test
    Cells.Style = "Normal"
    End sub


    ---
    Regards,
    Norman



    "Souris" <Souris@discussions.microsoft.com> wrote in message
    news:8D7E0D4E-4969-4A3C-858B-F4B632065EB1@microsoft.com...
    >I would like to clear all the cells format on the same spreadsheet.
    > Are there any worksheet function to do this?
    >
    > Any information is great appreciated,




  3. #3
    STEVE BELL
    Guest

    Re: Clear spreadsheet cells format

    Cells.ClearFormats
    in code.
    --
    steveB

    Remove "AYN" from email to respond
    "Souris" <Souris@discussions.microsoft.com> wrote in message
    news:8D7E0D4E-4969-4A3C-858B-F4B632065EB1@microsoft.com...
    >I would like to clear all the cells format on the same spreadsheet.
    > Are there any worksheet function to do this?
    >
    > Any information is great appreciated,




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1