Results 1 to 10 of 10

Thread: Run-Time Error '5': Invalid procedure call or argument

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1

    Run-Time Error '5': Invalid procedure call or argument

    Hello,

    I am receiving a "Run-Time error '5': Invalid procedure call or argument" when I try to select my worksheet tab called "Data Input". When I debug the macro, it debugs it to this line:

    Option Explicit
    Private Sub Worksheet_Activate()
        Application.CommandBars(sToolBarDataInputActions).Visible = True
    End Sub
    Would you know why I am getting this? This worksheet is on Excel 2010. Thanks so much
    Last edited by Aussiebear; 06-26-2025 at 11:36 AM.

Posting Permissions

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