Interviewer And Interviewee Guide

Microsoft Excel Interview Question:

I want to show a userform each time my file is opened?

Submitted by: Administrator
Combine the two solutions above:

Private Sub Workbook_Open()
UserForm1.Show
End Sub

or

Sub Auto_open()
UserForm1.Show
End Sub
Submitted by: Administrator

Read Online Microsoft Excel Job Interview Questions And Answers
Copyright 2007-2025 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.