Thread
:
macro to spellcheck entire workbook
View Single Post
#
1
Posted to microsoft.public.excel.programming
Charles
external usenet poster
Posts: 1
macro to spellcheck entire workbook
Excel-Lent,
This is a recored macro it should help
Cells.CheckSpelling CustomDictionary:="CUSTOM.DIC",
IgnoreUppercase:=False _
, AlwaysSuggest:=True, SpellLang:=1033
Charles
---
Message posted from
http://www.ExcelForum.com/
Reply With Quote
Charles
View Public Profile
Find all posts by Charles