Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a userform that is displayed when the workbook is opened. After it is
displayed, I add a new sheet and fill it with data. I want for the userform to stay displayed while the sheet is added and updated, but I am having trouble making this happen. Here is what I have: In ThisWorkbook module: Private Sub Workbook_Open() UserFormMain.Show End Sub In UserFormMain: Public Sub UserForm_Initialize() appH = Application.Height appW = Application.Width appName = Application.Name winTop = ActiveWindow.Top winUHeight = ActiveWindow.UsableHeight Height = appH Width = appW Application.ScreenUpdating = False ' Add new sheet and fill with data ThisWorkbook.FormGroups_Initialize Application.ScreenUpdating = True End Sub Thanks, Frank |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Format problem in displayed userform | Excel Worksheet Functions | |||
Userform to have Last Updated Values Time & Date Displayed ?? | Excel Programming | |||
Userform is blank when displayed | Excel Programming | |||
How to hide the column headings displayed by Excel at the left of. | Excel Discussion (Misc queries) | |||
How to have a userform displayed and be able to work in a different spreadsheet | Excel Programming |