Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi guys.
I'm trying to add an event procedure to my VBA code and I am unable to supress the VBA window from opening when the macro runs. I have tried turning off screen updating and making sure that the VBA window is closed but it still opens when it runs. Any help would be appreciated. Thanks James Application.ScreenUpdating = False Application.VBE.MainWindow.Visible = False With ActiveWorkbook.VBProject.VBComponents("Sheet7").Co deModule StartLine = .CreateEventProc("BeforeDoubleClick", "Worksheet") + 1 .InsertLines StartLine, "PurchasePartsDblClick" End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
View cell contents as a pop-up window (similar to comments window) | Excel Worksheet Functions | |||
Template opens in hidden window? | Excel Discussion (Misc queries) | |||
The window opens in a smaller window not full sized window. | Excel Discussion (Misc queries) | |||
make hidden window or workbook visible without specify the name | Excel Worksheet Functions | |||
unhide hidden window or workbook | Excel Worksheet Functions |