what's wrong with this?

on error GoTo NoFTP
' just in case the FTP server is off-line
NoFTP: GoTo offline

offline = MsgBox("Sorry, I think the FTP server is Off-Line. Try back later.", vbRetryCancel, "Server offline")

If offline = vbRetry then
Command1.Value = 1
ElseIf offline = vbCancel then
End
End If




Thankz, Drew
[email protected]?SUBJECT=I Love Your Stuff