ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Spell Check Entire WorkBook (https://www.excelbanter.com/excel-discussion-misc-queries/179937-spell-check-entire-workbook.html)

missy

Spell Check Entire WorkBook
 
I'm using Excel 2003 - how can I spell check an entire workbook with multiple
worksheets? Now I have to run a spell check on each worksheet - switching to
the next sheet after each check.

Gary''s Student

Spell Check Entire WorkBook
 
Try this small macro:

Sub Macro1()
For Each w In Worksheets
w.Cells.CheckSpelling SpellLang:=1033
Next
End Sub

--
Gary''s Student - gsnu200773


"Missy" wrote:

I'm using Excel 2003 - how can I spell check an entire workbook with multiple
worksheets? Now I have to run a spell check on each worksheet - switching to
the next sheet after each check.



All times are GMT +1. The time now is 10:27 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com