Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Not sure what you mean. The code works for me.
How can the code work fine, but always return "" ? NickHK "BOBODD" wrote in message ... When I run the code below, the if/then satements work fine, but the out put is "" regardless of the condition. It seems be ok with words, but not puntuation. If chkBankLink.Value = True And chkCapture.Value = True Then a = ", " b = ". " ElseIf chkBankLink.Value = True Xor chkCapture.Value = True Then a = "" b = ". " Else a = "" b = "" End If |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Change 3 letter text string to a number string | Excel Discussion (Misc queries) | |||
Punctuation English/Danish | Setting up and Configuration of Excel | |||
Remove Punctuation? | Excel Worksheet Functions | |||
Splitting a text string into string and number | Excel Discussion (Misc queries) | |||
Ignore punctuation | Excel Programming |