Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 'found' these lines:
If Len(Dir(Application.Path & "\" & "abc.exe")) = 0 _ Or Len(Dir(Application.Path & "\" & "xyz.dll")) _ = 0 Then MsgBox " very long message " Exit Sub End If Load UserForm1 UserForm1.Show End Sub What exactly is the If statement trying to determine, please? Regards. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
understanding of a formula | New Users to Excel | |||
Understanding a formula | Excel Worksheet Functions | |||
Understanding this formula | Excel Worksheet Functions | |||
Understanding declarations | Excel Programming | |||
Help understanding the following VBA code...... | Excel Programming |