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: *

  1. Stefan29

    linked excel-file in outlook adressbook

    [sadeyes]When you have an excel-file with the data from different persons (name, adress,..), it's possible to import this excel-file in a outlook adress book. When this excel-file changes (add/delete persons, change data of persons) you have to re-import this file. Is there a possibility to link...
  2. Stefan29

    Link between Acces and Oulook

    I link a table in Access with an adressbook of Oulook. When i add adresses in oulook, they also appears in Access (=OK). But when I add records in the table of Access, they aren't exported as new addreeses in the adressbook but as a remarque. So my question is: how can i recuperate the adresses...
  3. Stefan29

    How can i change the filename of a word-file

    Thanks a lot Mike! It's working!!!
  4. Stefan29

    How can i change the filename of a word-file

    Hi mike, Thank you for your help. But now there is a error message that indicates that he doesn't recognise the method or property "Filedialog". I think that i have the insert a libary somehow but i haven't no idea with one and where i can have them! Can you help me?
  5. Stefan29

    How can i change the filename of a word-file

    The "save As..." Window opens but the filename that Words propose isn't the correct filename. Can i change the filename Word propose in visual basic?
  6. Stefan29

    How can i change the filename of a word-file

    I want to change the filename of a word-file without knowing the location where this file has to be saved to. So the filename is known but the location has to be given later by the user. Is this possible in word?
  7. Stefan29

    inpossible to link data control with ACCESS 2000 database

    Hi, me again, I want to link Visual Basic Version 5 with a access 2000 database but a error message appears "Does not recognize filename.mdb database". With an excel-database it works fine. I have seen the same question at the forum for Visual Basic Version 6. The solution there was...
  8. Stefan29

    runt-time error 5987: disk full when saving word-document

    Thank you for the quick answer: 1)this disk isn't partitioned 2)i'm pretty sure off the path name (it function well with another smaller document!) This is a part of the program: Global y as object Set y = CreateObject("Word.application") y.Documents.Open filename:=...
  9. Stefan29

    runt-time error 5987: disk full when saving word-document

    Hi, I have the following problem with a little Visual Basic (version 5) -program: I want to open an existing Word-document, replace same words, save this document and close it. With one Word-document the error 5987: "Disk is full"-message appears, however my free disk capacity is...

Part and Inventory Search

Back
Top