Jump to content

Welcome to Geeks to Go - Register now for FREE

Need help with your computer or device? Want to learn new tech skills? You're in the right place!
Geeks to Go is a friendly community of tech experts who can solve any problem you have. Just create a free account and post your question. Our volunteers will reply quickly and guide you through the steps. Don't let tech troubles stop you. Join Geeks to Go now and get the support you need!

How it Works Create Account
Photo

VBA - Minimising Excel Window, Open Form


  • Please log in to reply

#1
notquiteanexpert

notquiteanexpert

    Member

  • Member
  • PipPip
  • 17 posts
Hi Guys,

I am writing some software that uses Excel sheets purely to store data and all controls/inputs to be run from a form. I am having problems minimising the Excel window and opening the form when the workbook opens. I have tried the following:

Sub Workbook_Open()
Application.WindowState = xlMinimized
frm_Main.Show
End Sub

I have also tried various combinations like:

Sub Workbook_Open()
Application.WindowState = xlMinimized
frm_Main.Show
Application.WindowState = xlMaximized
End Sub

and

Sub Workbook_Open()
frm_Main.Show
Application.WindowState = xlMinimized
End Sub

None of these seem to work as required......they either minimise both the form and window, or neither.

Any help would be extremely appreciated!!

Thanks!
  • 0

Advertisements







Similar Topics

0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users

As Featured On:

Microsoft Yahoo BBC MSN PC Magazine Washington Post HP