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 Rhinorhino 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 Keenable

  1. Keenable

    Documents.Open file not found Office XP suite

    No spaces in the name. Doesn't work even when I try the following example on a different computer on a different database (where there's no conflict with FileName being also an column on a table). I get the same error: Private Sub Command0_Enter() Dim WordApp As Word.Application Dim WordDoc...
  2. Keenable

    Documents.Open file not found Office XP suite

    I have tried many different ways to open an existing document via Access, for example... Dim wordApp As Word.Application Dim wordDoc As Word.Document Set wordApp = CreateObject("Word.Application") Set wordDoc = wordApp.Documents.Open(FileName:=docName) ...from...
  3. Keenable

    CacheSize in system registry for WORD

    I am working with a 1000 page document in Word 2002 running on a fast P4 using Office XP Home Edition and my machine will halt, no errors reported or recorded, just seizes-up, with a cold reboot my only option. The document does not have graphics. I did have spell-checking features turned on...

Part and Inventory Search

Back
Top