Skip to content

Instantly share code, notes, and snippets.

@cerkit
Created August 15, 2014 13:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cerkit/043e767ffa0f32487ddf to your computer and use it in GitHub Desktop.
Save cerkit/043e767ffa0f32487ddf to your computer and use it in GitHub Desktop.
Append on condition using IIf
C1 &= IIf(chkRailCar.Checked, "Y", "N")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment