| Thread | Last Post | Replies |
|
| Word from OLE Structured Storage creates a temp file | 06 Jun 2004 01:21 GMT | 1 |
I have a plugin similar to the DSOFramer control (Microsoft Samples). I have created a structured storage in memory (from a word .doc file) and open that successfully in Word inside the control. However there is temporary ~WRO0000.doc file created in TEMP folder that I dont want ...
|
| AutoTextList field and graphics | 05 Jun 2004 21:25 GMT | 3 |
I'm using the AutoTextList field to create a dropdown list. All of the results are graphics (stored as autotext entries). The problem I have is that once the user chooses from the list and gets a result, they cannot right-click on the graphic to make another selection (instead ...
|
| Inserting Section Breaks during Find/Replace | 05 Jun 2004 21:25 GMT | 3 |
I have a macro that searches through a document and replaces the contents of the clipboard for every instance. Inside the clipboard is a SectionBreakContinuous. The problem I have encountered is that as each instance is replaced, the previous Section Break changes from ...
|
| define, by code, separator fields when merging a textfile with a document | 05 Jun 2004 21:25 GMT | 2 |
I have a .doc document. I must merge it with a text file that contains some data fields. These data fields in the text file are separated by tab and the records using ";"
|
| Insert data into headers, textboxes,... | 05 Jun 2004 21:24 GMT | 1 |
I'm looking for a way to insert text into headers and textboxes with a macro. I've read a lot about replacing text everywhere in a document as decribed in http://word.mvps.org/FAQs/MacrosVBA/FindReplaceAllWithVBA.htm , but that
|
| Insert address into protected form field -Word 2003 | 05 Jun 2004 21:24 GMT | 6 |
Trying to get address to insert into a field in a protected form in Word 2003. Not a VBA programmer, so any help would be appreciated. Using Bookmark in a text form field: formaddress. Outlook address book pops up OK, but get the following error on exit:
|
| How to retract selection or range from trailing space and punctuation | 05 Jun 2004 15:38 GMT | 3 |
Whenever I want to select just a word and retract the selection from any punctuation or spaces after the word, I need something like this: Selection.MoveEndWhile cset:=",.!?""", Count:=wdBackward Is there any all-purpose statement that does this directly, without the
|
| Search Conditions | 05 Jun 2004 15:18 GMT | 7 |
When I try to use wildcards in a search and replace from a macro, With ActiveDocument.Content.Find .Text = "<" & TermString & ">" .Replacement.Text = StandardString
|
| using For Each Next for replacing | 05 Jun 2004 09:00 GMT | 1 |
I have recorded a macro to do this but it is slow. Can someone please show me how to do this with fast For Each Next; Replace each Paragraph Mark Style xx with space space. Also, replace all consecutive multiple paragraph marks with just one
|
| Menu Not Showing Up After It Is Built At Global Addin Load | 05 Jun 2004 03:14 GMT | 3 |
I am using the following code in a global addin that is called when the addin is loaded. I do not get any errors but the menu is not visible. This code worked fine in Word 2K and Windows 2k. It does not work for Windows XP and Word XP Mark Bair Const MENU_NAME = "&Section 16(Form's ...
|
| Looking for a particular control: ListView with editable text? | 05 Jun 2004 03:05 GMT | 1 |
Hi, is there a control that is a listview with multiple colums and the user can click on one of the cells to edit the text that it contains? Would anyone happen to one if there is one that ships with office or windows Thanks!
|
| Application.EnableEvents ?? | 05 Jun 2004 03:04 GMT | 1 |
Does anyone know MS Word's equivelant to MS Excel's "Application.EnableEvent = [True/false]".
|
| find and replace | 05 Jun 2004 02:55 GMT | 1 |
I have upgraded to MSOffice 2003 pro and when i try to use ctrl +F to find bullets and replace them with something else, the find module does not find the bullets. I tried the setting such as use wildcards, whole
|
| Changing picture layout in a macro | 05 Jun 2004 00:41 GMT | 4 |
I'm tryng to use a macro to paste an Excel chart as a picture into a Word document. Once it is pasted, I want to change its layout to "in line with text". When I try to do this while recording a macro, the "in line with text" option is greyed out Any ideas to get around this
|
| Saving pages as individual documents | 05 Jun 2004 00:01 GMT | 6 |
Is there a macro that will split up a document' s pages into individual documents?
|