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 MILLER09

  1. MILLER09

    how do I get a com addin to talk to a .NET form

    i've created a COM addin for several office applications (word,excel,ppt) and have put a commandbarbutton into each. Clicking this button calls a form. This form acts as a user interface to the current documents document properties so that the user only need click onto menuitems in several...
  2. MILLER09

    How do I disable the "Save" on Word, Excel etc and use VB instead?

    I'm new to VB and need help. My problem is this: 1. I save a document in any MS Office product (let's say word to make it easier) using File>Save As 2. I open the document several days (weeks/moths etc) later and need to start a VB script instead when the File>Save button is clicked Is there a...
  3. MILLER09

    Testing Applications

    Hi YippieKyyay, See Chapter 6 'Debugging Visual Basic Programs' in 'Visual Basic 6.0 Complete'. This chapter is an excellent resource for anyone who wants to know good debugging skills. (Enter 2469 into the search engine on the Catalog page at www.sybex.com.)
  4. MILLER09

    How do I track user changes to the System Date?

    I'm new to VB and need help. My problem is this: 1. I need to know that the date a document is saved as is the real date that it was saved and not a date that was changed by the user Is there a way of turning off the capability of a user to change the system Date (and Time)? Or of tracking and...
  5. MILLER09

    How do I convert a file extension into document type?

    Hi Lonnie, Thankyou for your help. This seems too simple to be true. Will this short bit of code just separate the file extension from the file name and return it or can it also return the type of document that this extension is in place of? I assume that a getFilePath using DAO has to be...
  6. MILLER09

    How do I send values entered into a Word Form to an Access Database?

    Hi, I'm new to VB and need help. My problem is this: 1. I have created a Form in Microsoft Word 2. When the form is completed it has values for each of its name fields How do I send these values and the names to which they correspond to an Access Database? Regards, Emmett
  7. MILLER09

    How do I convert a file extension into document type?

    Hi, I'm new to VB and need help. My problem is this: 1. I have a list of files saved in an Access Database in the following form: file:///file_name.extension_type for example, ----------------------------------- ID_Num | File_Path ----------------------------------- 0 |...
  8. MILLER09

    How do I save the path of a file as a link in an Access Database?

    Hi, I'm new to Visual Basic and need help. My problem is this: 1. I save a document in Microsoft Word as file_name.doc 2. I retrieve the path of this file (somehow) in the form: file:///file_name.doc How do I save this link to a word document into an Access Database? Regards, neuralSea
  9. MILLER09

    How do I get the path of a saved filename as a link?

    I'm new to VB and need help. My problem is this: 1. I complete a document in word 2. I go to File>Save to save the document 3. I type in the name that it is to be saved as How do I get this file name and path for every word document I create as a link? Thankyou, neuralSea

Part and Inventory Search

Back
Top