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 wOOdy-Soft 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 JustNigel

  1. JustNigel

    Outlook custom forms

    I have designed a form in outlook with several tabs and VB script to add functionality. I have published the form in a public folder but under some circumstances users still get prompted to 'enable macros', usually when the tabs are filled in. Can anyone explain why the message occurs when the...
  2. JustNigel

    Item_CustomPropertyChange in OUtlook

    The Item_CustomPropertyChangeevent does not always seem to fire, triggering the Item_CustomPropertyChange procedure I have a custom form that, amongst other fields, has two combo boxes on it. The first combo box is populated from a table within an Access 97 database. The code for which resides...
  3. JustNigel

    Desparate - operation failed message - just prior to demo

    I have written an outlook form with vbScript to control the path of the form through public folders. Today I filled added all of the fields on the multiple page form and the vb scrip - that has not been modified - is giving an operation failed error when the app tries to save the form or move...
  4. JustNigel

    VB Script Outlook 98

    Yes I agree, but rush precluded futher thinking time, as always Works though
  5. JustNigel

    Outlook Public folders

    Using the following I can hard code a move between folders. I need to vary this for 100+ folders hopefully using an ini file. So far its been resisting my efforts to feed the path in as a variable - any suggestions gratefully accepted 'public folder path set MyFolder =...
  6. JustNigel

    VB Script Outlook 98

    An answer is nested Do's - there are lots of fields in my problem. Here is a model of the solution I used -you were right a loop could do more sub cmbTest_click 'outer loop do 'inner loop do n = n + 1 if n = 5 then msgbox "Exit 1" exit do end if if n = 8 then msgbox "Exit...
  7. JustNigel

    VB Script Outlook 98

    Summary: Is there a alternative for the GOTO statement in vbScript for outlook 98 - if so will it fit the sketch below I'm having to do a complex e-form in outlook. Worked out how to prepare a printout for customer (Using word) in single case but they want not line by line - I mdled it in VB6...

Part and Inventory Search

Back
Top