Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If FtpFail = True Then
MsgBox "Order has been successfully Exported." Else MsgBox "Order has been saved but it has not been exported. Please check your connection to the internet and try again." End If FtpFail is a global Public Variable Dimmed as a Boolean The variable is read by an API call to write a file to an FTP server Even if FtpFail = True (by stepping through the program and a msgbox and debug message I always get true, and the file actually writes) it always Displays the error message for False, regardless of what the value of FtpFail actually is. am i doing something wrong? -- When you lose your mind, you free your life. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
IF vs Boolean | Excel Discussion (Misc queries) | |||
More on Boolean | New Users to Excel | |||
Boolean formula | Excel Programming | |||
VBA Boolean | Excel Discussion (Misc queries) | |||
Boolean Question | Excel Programming |