Results 1 to 13 of 13

Excel vba function asking for object required error 424

Threaded View

  1. #8
    Forum Guru Kaper's Avatar
    Join Date
    12-14-2013
    Location
    Warsaw, Poland
    MS-Off Ver
    most often: Office 365 in Windows environment
    Posts
    8,863

    Re: Excel vba function asking for object required error 424

    OK. We know what error message you are getting.
    But ... Where the code execution stops?

    PS. is rg_main_seasonals the name of the range or range object
    I mean: (Ctrl+F3) ... rg_main_seasonals
    or
    Dim rg_main_seasonals as Range
    if it is the first case (just named range) then you shall call
    Call Main_HideRows(Range("ra_main_seasonals"), tgbtnSeasonal)

    Edit: I noticed after posting (I used parts of your previous messages copied into this answer):
    Isn't it just a problem with missspelling:
    ra_main_seasonals
    vs.
    rg_main_seasonals

    (the cure for such problems is using Option Explicit to force variable declarations)
    Last edited by Kaper; 12-14-2013 at 08:55 AM.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Run time error 424: Object Required in Outlook/Excel VBA
    By sirhacksalot in forum Excel General
    Replies: 9
    Last Post: 12-07-2013, 11:09 AM
  2. Excel VBA Error Code 424 Object Required
    By jeskit in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-14-2011, 08:27 AM
  3. Object Required Error in VB Excel Program that Passes Range to a function
    By navs8603 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 12-06-2011, 05:10 AM
  4. Object Required error on Application.Match function.
    By ctckark1 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 06-12-2011, 11:01 AM
  5. Excel 2007 Unable to .pastespecial, Error 'object required'
    By CMSS in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-09-2010, 10:34 AM

Tags for this Thread

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