Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following code in a project which is responding in a way I
don't understand. Any enlightenment would be appreciated as I am new at this. When the Cancel button is clicked I get an error code. Else MsgBox " There were no files found. ", vbRetryCancel, "Please Respond" If Msg = 4 Then ' What to do code End If If Msg = 7 Then Exit Sub End If Run-time error '380': Could not set the List property. Invalid property value. All I am trying to do is to give the user a opportunity to exit the procedure. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Msgbox Code Help Please.... | Excel Discussion (Misc queries) | |||
VBA code using if then and msgbox | Excel Discussion (Misc queries) | |||
syntax for code in MsgBox()? | Excel Programming | |||
MsgBox Code Error | Excel Programming |