Results 1 to 12 of 12

Thread: Run-time error "438"

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    VBAX Regular
    Joined
    Apr 2018
    Posts
    6
    Location
    Thanks Paul for the reply, here part of the code where the error is:

            Sheet1(User1).Visible = True --------> this is where the error shows :(
            Sheet2(User2).Unprotect (txtPass.Text)
            Sheet3(User3).Activate
    
            bOK2Use = True
            Unload UserForm1
        
        End If
        
    End Sub
    The run-time error code "438" says - Object doesn't support this property or method
    Last edited by Haaris; 05-04-2018 at 01:54 PM.

Tags for this Thread

Posting Permissions

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