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 derfloh 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: AlexFeddes
  • Content: Threads
  • Order by date
  1. AlexFeddes

    define value outside module or in an *.ini file

    Hello, I think I posted this question in the wrong forum earlier - appologies. But I would like to define text and values 'globally' so that they can be used throughout all modules. Below is an example of what I want. Preference would be to define MB1 and MB2 in an outside msgbox.ini file...
  2. AlexFeddes

    define value outside module or in an *.ini file

    Hello, I would like to define text and values 'globally' so that they can be used throughout all modules. Below is an example of what I want. Preference would be to define MB1 and MB2 in an outside msgbox.ini file (C:\msgbox.ini) and let the module call for that '[MsgBox] 'MB1 = "Test 1" 'MB2 =...
  3. AlexFeddes

    Can macro's refer to a setup (ini) file to define colors and categorie

    I want to distribute a template (*.dot file) to enable people to automate certain tasks of marking selected text and copying that to an overview in the document. I have written certain code to color and add a symbol to selected text, then automatically placing this selected text in a section of...
  4. AlexFeddes

    Can macro's refer to a setup (ini) file to define colors and categorie

    I want to distribute a template (*.dot file) to enable people to automate certain tasks of marking selected text and extracting that to an overview in the document. I have written certain code to color and add a symbol to selected text, then automatically placing this selected text in a section...
  5. AlexFeddes

    ChangeFileOpenDirectory should point to a folder in the user profile

    Instead of pointing to a fixed folder in for example Program Files (in Vista all folders in Program Files are read only), I want to open a file in the My Documents folder from the user that is logged in. ChangeFileOpenDirectory "C:\Program Files\1-ACF Studytools\Handleiding\" Documents.Open...
  6. AlexFeddes

    ChangeFileOpenDirectory should point to a folder in the user profile

    Instead of pointing to a fixed folder in for example Program Files, I want to open a file in the My Documents folder from the user that is logged in. ChangeFileOpenDirectory "C:\Program Files\1-ACF Studytools\Handleiding\" Documents.Open FileName:="ACF Studies introductie.doc" I would like the...

Part and Inventory Search

Back
Top