G
Gary
Is there a way to have Spell Check run when you close the workbook, similar
to having it run when you click send on an email?
Thanks.
to having it run when you click send on an email?
Thanks.
CLR said:Hi Gary.....
It goes in the "This Workbook" module, not a "Sheet " Module..........if you
would like it in a Sheet Module, then you could use this one to activate each
time you switched away from that sheet.
Private Sub Worksheet_Deactivate()
Cells.CheckSpelling CustomDictionary:="CUSTOM.DIC", _
IgnoreUppercase:=False _
, AlwaysSuggest:=True
End Sub
Vaya con Dios,
Chuck, CABGx3