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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: hchen
  • Order by date
  1. hchen

    Outlook 2000 Spell Check

    I am using Outlook 2000, and want to send emails automatically using Access 2000 VBA. Before emails are sent, the spelling of words in mail messages should be checked automatically. My question is how to check spelling programatically, such as using Set Options. I know the spelling can be...
  2. hchen

    Shared workbook on Terminal Sever 2003

    I have a shared Excel 2000 workbook with some VBA. The workbook is used and shared by some remote terminer sever users. It was working OK on terminer sever 2000 for long time. Now, the new sever 2003 is installed, and the shared workbook is not working properly. The main problem is when the...
  3. hchen

    Shared workbook on Windows Sever 2003

    I have a shared Excel 2000 workbook with some VBA. The workbook is used and shared by some remote terminer sever users. It was working OK on terminer sever 2000 for long time. Now, the new sever 2003 is installed, and the shared workbook is not working properly. The main problem is when the...
  4. hchen

    Shared Excel Workworkbook Crashes

    Thank you Shelron. I set up the Shared workbook settings using VB in order to make sure that everyone has got thae same settings. By the way, some people may view and enter data using terminal server. I set up the setting for conflict resolution as: .ConflictResolution =...
  5. hchen

    Shared Excel Workworkbook Crashes

    I developed a shared Excel 2000 workbook recently. The shared workbook is put on network, and many people could use the shared XL workbook and enter data simultaneously. My problem is when more than one perple open the workbook at same time, the workbook crashes SOMETIMES when the workbook...
  6. hchen

    CHINESE - HEBREW

    Yes you can! You can use Word 2000 to input Chinese characters, after you install MS package IE5. You could download the free package from the following site. http://www.microsoft.com/msdownload/iebuild/ime5_win32/en/ime5_win32.htm. if you want to only read Chinese documents, Word should...
  7. hchen

    Multiple criteria for report

    Try following: If [TimeCardID] is numeric, it should be: stLinkCriteria = "[TimeCardID]=" & Me![TimeCardID] If [Combowkend] is NON-numeric, it should be: stLinkCriteria = "[Combowkend]=" & "'" & Me![Combowkend] & "'" so, try this...
  8. hchen

    Link Exchange/Outlook Contact Items

    Hi, I have got a problem when I tried to link Outlook 2000 Contact Items from Access 2000. I want to get contact's address from Outlook, which is used in Access. I used File>Get External Data>Link Tables. Select Exchange in 'Files of Type' and then select a public folder (contacts). But, at last...
  9. hchen

    Link Exchange/Outlook Contact Items

    Hi, I have got a problem when I tried to link Outlook 2000 Contact Items from Access 2000. I want to get contact's address from Outlook, which is used in Access. I used File>Get External Data>Link Tables. Select Exchange in 'Files of Type' and then select a public folder (contacts). But, at last...

Part and Inventory Search

Back
Top