Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by kredlo

  1. kredlo

    Calander Function

    You didn't say which calendar control you used. I don't use Word, but if I right-click the control toolbox in Excel and select 'additional controls' Calendar 10.0 is available.
  2. kredlo

    Using Boolean logic in VB, AND, OR

    This test procedure shows that your syntax was OK. str01 gets set to 'A'. Sub test() Dim int01 As Integer Dim str01 as string int01 = 5 If int01 = 5 Or 6 Or 8 Then str01 = 'A' Else str01 = 'B' End If End Sub
  3. kredlo

    list box inconsistencies

    I am a relatively new VBA user and this is my first post. I am using Excel 2002 sp3 with VBA (help shows VB 6.03 version 1024) on an XP sp3 machine. I have a project with one workbook that has one form - frmRecordJob. This form has a calendar control, a combo box, 2 listboxes, some labels, and...

Part and Inventory Search

Back
Top