Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
As newbee, I read the MSExcel-helpfiles on the WorkbookOpen event and it
did work for a short while. Strange enough it stopped working and I can't find out why. This is what I did: STEP1: I created an Eventclassmodule ("EventClassModule") with the following code: Public WithEvents App As Application Private Sub App_WorkbookOpen(ByVal Wb As Workbook) Run ("check_user") End Sub STEP2: I ran the InitializeApp procedu Sub InitializeApp() Dim X As New EventClassModule Set X.App = Application End Sub Does anybody know why the macro isn't run anymore? -- Message posted via http://www.officekb.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trim function doesn't clean out ASCII Code 160 (Space) | Excel Worksheet Functions | |||
Formula to list unique values | Excel Worksheet Functions | |||
I cant use englisch function names in a swedich version of excel | Excel Discussion (Misc queries) | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions | |||
change function variable prompts?? | Excel Worksheet Functions |