Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 107
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Clear spreadsheet cells format

Hi Souris,

Try:

Sub Test
Cells.Style = "Normal"
End sub


---
Regards,
Norman



"Souris" wrote in message
...
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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default Clear spreadsheet cells format

Cells.ClearFormats
in code.
--
steveB

Remove "AYN" from email to respond
"Souris" wrote in message
...
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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I clear all cells containing #n/a on a spreadsheet? haynheart Excel Worksheet Functions 4 November 3rd 07 03:19 PM
to clear contents of a spreadsheet Jerry Excel Discussion (Misc queries) 2 August 17th 07 02:20 AM
to clear contents of a spreadsheet Jerry Excel Discussion (Misc queries) 0 August 17th 07 01:43 AM
text format in spreadsheet cells Elizabeth Excel Discussion (Misc queries) 7 May 23rd 07 08:18 PM
Using control to clear spreadsheet dvonj Excel Discussion (Misc queries) 11 March 20th 06 10:29 AM


All times are GMT +1. The time now is 02:53 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"