Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22,906
Default Automatically Spell Check Before Printing

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
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
Automatically Spell Check Before Printing JLGWhiz[_2_] Excel Programming 0 December 1st 09 05:09 PM
disable spell check whilst automatically sending email from Excel RocketRod Excel Worksheet Functions 0 February 10th 08 11:02 PM
... Can I set Spell Check to automatically check my spelling ... Dr. Darrell Setting up and Configuration of Excel 0 March 21st 06 08:26 PM
Spell Check Hans Emilio Excel Programming 3 June 12th 05 09:56 PM
macro to automatically check spelling before printing and before saving dgb Excel Programming 0 September 24th 03 12:53 PM


All times are GMT +1. The time now is 09:39 AM.

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

About Us

"It's about Microsoft Excel"