Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Place this event code in Thisworkbook Module
Private Sub Workbook_BeforePrint(Cancel As Boolean) With ActiveSheet .Cells.CheckSpelling SpellLang:=1033 End With End Sub Gord Dibben MS Excel MVP On Tue, 1 Dec 2009 08:25:01 -0800, Stacey Crowhurst wrote: Hi. How do I set up my worksheet to automatically run spell check when I click the print button? Let me know if you need more information. Thank you in advance !!! :) Stacey |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Automatically Spell Check Before Printing | Excel Programming | |||
disable spell check whilst automatically sending email from Excel | Excel Worksheet Functions | |||
... Can I set Spell Check to automatically check my spelling ... | Setting up and Configuration of Excel | |||
Spell Check | Excel Programming | |||
macro to automatically check spelling before printing and before saving | Excel Programming |