library_vb » Revisions »
Differences
This shows you the differences between the selected revisions of the page.
| 2012-03-24 | 2012-04-06 | ||
| msdn interwiki (martin) | no summary (martin) (hidden) | ||
| Line 60: | Line 60: | ||
| If Err.Number <> 0 Then | If Err.Number <> 0 Then | ||
| MsgBox "Error opening session: " & Err.Description | MsgBox "Error opening session: " & Err.Description | ||
| - | End | + | GoTo |
| End If | End If | ||