+ Reply to Thread
Results 1 to 2 of 2

SpellChecker macro issue

  1. #1
    Registered User
    Join Date
    08-30-2014
    Location
    SF bay
    MS-Off Ver
    2013
    Posts
    0

    Angry SpellChecker macro issue

    Hello,

    I am trying to set a simple spell checking macro for a range of cells on a protected worksheet and I am getting the following Error:
    run-time error '1004'
    CheckSpelling method of Range class failed

    HERE IS THE RECORDED MACRO - ANY HELP WOULD BE APPRECIATED
    Sub SpellChecker()
    '
    ' SpellChecker Macro
    '

    '
    Range("C4:K103").Select
    Selection.CheckSpelling SpellLang:=1033
    ActiveWindow.SmallScroll Down:=-96
    Range("C4:F4").Select
    End Sub

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166
    Hello Barnep02,

    Welcome to Excelforum. Be a part of large Excel community. Enjoy Learning.
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Insert shift down issue macro issue
    By CC64 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-15-2012, 10:57 PM
  2. Paste Special Macro issue or macro look up issue
    By notavirusfan in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-18-2012, 11:41 AM
  3. [SOLVED] Spellchecker for function names
    By Kristoffer Andreas Berg in forum Excel General
    Replies: 0
    Last Post: 01-13-2006, 07:10 PM
  4. Supressing SpellChecker dialogbox
    By davidm in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-27-2005, 03:20 AM
  5. How do I enable the spellchecker in a protected worksheet?
    By Anne CFS in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 10-20-2005, 04:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1