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
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
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.