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

    Office Voice Recognition in forms

    Is there a way to use Office's built-in voice recognition software with VBA forms (dictation into a text box)? Also, any ideas on the code required would be greatly appreciated. Oscar
  2. OscarPCG

    Is there a validation method for user form textbox ?

    Is there a validation method for user form textbox? I would like to restrict data entered into a text box to numbers or letters only (depending on the textbox)? Thanks Oscar
  3. OscarPCG

    Can a macro create a new macro?

    I want to know if it is possible to create a macro "dynamically"? I am working on a project that will create buttons and add them to a "User's Toolbar". I then need each button to perform a similar but separate action. (the attached code should explain.) The code that I need to generate, if...
  4. OscarPCG

    Detemine/Set Style Index Number -- Compare Style Descriptions

    How can I determine or set the style index number for all of the styles in a document? working with - but not shure why [upsidedown] : mPara.Format.Style(IndexNumber) My goal is to get the "format.style.description" property for each style in my document when it loads and compare the...
  5. OscarPCG

    Module Size

    Is there any performance advantage to having all of my code in one module over dividing it into several modules? Thanks, Oscar
  6. OscarPCG

    Case statement - not getting the correct value

    I am working a routine that will check the style of each paragraph in a document. I am experimenting with the following code, but the variable just is not quite right. The code drops to the case else statement. Sub CheckStyle() Dim mPara As Paragraph For Each mPara In ActiveDocument.Paragraphs...
  7. OscarPCG

    Document Styles

    I would like to search a document for any style that is not on a predefined style list. In the end I want to give the user an opportunity to "correct" the local formatting with a defined style. I have a hunch that the search & replace feature of Word can get the job done, but I am not sure...

Part and Inventory Search

Back
Top