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 wOOdy-Soft 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: nikka
  • Content: Threads
  • Order by date
  1. nikka

    Retrieving Communication from Weight Indicator (Scale)

    Hi I have a PA8101 weight indicator, I am able to communicate to the indicator via serial, com1. However I am having trouble getting info back from the weight indicator. Please help. Thanks VB.Net
  2. nikka

    Create User Defined Flags in MS Outlook

    Hi I would like to assign more colours than the standard colours to a flag. I have already used all the standard colours used by microsoft and now need more. Any idea how I can get more colours? Thanks Nikka
  3. nikka

    Opening MS Outlook email - Bugs Database

    Hi I have a little bugs database and I would like to be able to save or link the clients oiginal query sent to me in outlook in my bugs database. The email also has attachments. Or perhaps I could link the screen shots to a specific folder Any advice is gratly appreaciated. Even better if...
  4. nikka

    How do I use the wdDialogInsertFormField

    How do i call the wdDialogInsertFormField, I want to use the insertpicture field. The user must propted to enter the path of where the graphic is and it must be inserted automatically. Thanks Nikka
  5. nikka

    Macro toolbar to insert graphics in Word

    I have several graphics that I use frequently and would like to design a macro that can insert these graphics for me with a click of a button, as I require them. Thanks
  6. nikka

    STT Trainer releases

    I have noticed that there is an STT Trainer 3.5 and a new release of STT Trainer 4. How stable is the new release and how do I benifit from the new product? Is SAP Tutor planning for a new release? If so what could I look foward too? Thanks Nikka :B
  7. nikka

    Find Style and remove table border? VBA

    I would like to find the following style : "Table Body Text" Which is in a table. Once I find the table I would like the border which surronds the text to be removed. Please help as I am not having success with this. Selection.HomeKey Unit:=wdStory Selection.Find.ClearFormatting...
  8. nikka

    Best practices for CBT

    Where can I find the best practices for developing eLearning/CBT content? Thanks Nikka
  9. nikka

    STT Trainer vs SAP Tutor

    Hi, I would like to know the pro's and the cons of the two CBT's. Which would you recommend and why? Thanks Nikka
  10. nikka

    How do I create Highlighter Toolbar button

    How can Create a highlighter button and expand the color palette to allow me to create my own blends of color? Thanks Nikka
  11. nikka

    RTF To WPD Converter

    Hi I am looking for a RTF converter to convert to WordPerfectDocuments. Or evenbetter a tool to keep my documents uniform in WordPerfect and Microsoft word especially when working with styles. I know this is a tall order but I am sure the answer is out there. Thanks Nikka
  12. nikka

    Style & Signature Lines

    Is it possible to create a style in word to do the following? Replicating a signature block or using VBA? Thanks Nikka _________________________ _________________________ _________________________
  13. nikka

    Select Case Find and Replace Multi Docs?

    Greetings, I can do a singular find & replace in multiple docs. How do I use the select case? I have 7 bits to search & replace and would like to learn to use the select case. Thanks Nikka Dim oDocument As Document Sub ReplaceTemplatesFPwithClauses() 'Search all open documents Dim...
  14. nikka

    MS Word: How Not to print Highlighting

    Morning, I am doing a mail merge and the user would like to see all the inserted fields,however when the doocument prints how do I suppress the highlighting? Thanks Nikka
  15. nikka

    Find replace in all open doc

    Hi, How do I get my code to apply to all open documents except the active document. This is where I have managed to get up to. Thanks Nikka (MS WORD) For Each oDocument In Application.Documents If oDocument.FullName <> ActiveDocument.FullName Then...
  16. nikka

    Open File Dialog for Word

    How do I interact with the file dialog? I would like to get the File, open dialog to popup. Thanks Nikka
  17. nikka

    Import Word style Macro

    Hi how can I create a macro to import styles from one word document to another. However it must references the application and not the path name. Thanks Nikka
  18. nikka

    Macro to Import Styles

    How can I create a script to import styles from another word document, however it must not reference the path name but rather the application. Thanks Nikka
  19. nikka

    Creating List View &amp; Treeview with ASP

    How do I load a list view & tree view at run time using vbscript in ASP Thanks monique@wsl.co.za
  20. nikka

    Displaying a fraction in a label

    How can I display a fraction in a label but not as 2/3? I would like the number to be above & below the line Nikka monique@wsl.co.za

Part and Inventory Search

Back
Top