VB Code:
  1. Function LineFeed()
  2. LineFeed = IIf(chkLineFeed.Value = 1, vbCrLf)
  3. End Function
i get an 'argument not optional' anyone have any ideas why?