0
votes
2answers
27 views

How to take control of a running Word application from another Word

I would like to grab a running word application and insert some text. The VBA/Macro code is run from another separate Microsoft application such as Word or Excel. Is this possible?
0
votes
1answer
27 views

Open HTML files in microsot WORD without internet connection, How to exclude popup alerts?

I've write an automated application in VB6 (and also in VB.NET) that opens an HTML documents for printing. My function works fine, without human interaction. Now we have put application machine ...
0
votes
0answers
20 views

VBA: Compare Word table properties

I have a Word document containing a large number of tables. I have noticed that some tables handle borders a little bit differently when the table breaks across pages then other tables. I cannot find ...
0
votes
0answers
17 views

Copy Word Form Data to Clipboard

I am working with an electronic medical record (EMR) that is a very "dumb" program, having very few amenities. I want to create a Word Form to structure the way our clinicians document their care. ...
0
votes
1answer
18 views

VBA code to search for text and stop at next occurrence including footnotes, headers etc

I am trying to write some code that will search through all the stories including headers, footers, footnotes etc and then stop at each occurrence so the user can make a decision about it (it may or ...
0
votes
1answer
49 views

How do I get the paragraph number of the currently selected paragraph in Microsoft Word into an AppleScript variable?

This is intended as an extension of the original question, The number of the current paragraph? How can I get it?, which does a nice job answering the question for iWork Pages. ...
0
votes
1answer
21 views

How to remove a border from an inline shape

I am working in VBA on Word 2010. I have some code to add borders to an inlineshape which is working ok, but I need to be able to remove the border and that doesn't seem to be working. I've ...
2
votes
1answer
34 views

Somehow indicate last line in Word VBA

I have a macro that I use to highlight lines of to do lists to see which step I am on. It's pretty simple. It unhighlights the current line and highlights the next line. Sub ...
0
votes
0answers
78 views

VBA in Word 2010: how do I fix the relative position of a TextBox?

Writing VBA in Microsoft Word 2010 (no-one's favourite job). I'm trying to fix the vertical position of a textbox to a location in the document, so that as text is added before, the text box retains ...
0
votes
1answer
56 views

Hide AutoExec() and AutoNew() macros from the macro list yet still have them run?

I'm trying to keep certain macros running when Word fires up or opens another document, but I want them removed from the list of macros the user can access (alt+f8). I've tried adding 'private' ...
0
votes
1answer
22 views

Dock TaskPanes right using VBA for Word 07?

I have little experience in VBA, and am trying to make some minor adjustments to Word's default load settings. When a user creates a document, I need the Styles Formatting Pane to open (I got this ...
1
vote
0answers
26 views

Running Mail Merge on Embedded Document in Word

I am looking for code that will open all embedded documents within a Word document, update the mail merge info, and close the file again. Here's the story: I have about twenty documents that contain ...
0
votes
1answer
77 views

VBA: open word from excel

I can't open Word from Excel macro (office xp). If I use this code, it will stop on line Set wdDoc = wordapp.Documents.Open(polozka.ShortPath) and program freezes. If I use Set wdDoc = ...
-3
votes
0answers
52 views

How to extract all the images from a word file and save in a new folder through VBA in Excel [closed]

i have two buttons in my excel sheet, when i click on button 1 it will read the word file and when we click on button 2 it will extract all the images of that word file into one folder with the ...
0
votes
0answers
26 views

strange behaviour in vba macro when adding dynamic hyperlink

I've recorded a macro in word 2007 which looks like this: Sub Makro1() ActiveDocument.Hyperlinks.Add Anchor:=Selection.Range, Address:= _ "http://www.example.com", SubAddress:="", ScreenTip:="", ...
0
votes
0answers
54 views

how to create hyperlinks to all headings using macro (MS Word)

I have a long document with 100s of level 1 headings. What I want is to place hyperlinks to all those headings at the begining of the document so user can directly click on the link and navigate to ...
0
votes
1answer
64 views

Saving a Word File from Mailmerge with Data Base Field Name as the File Name

I would like to able to save the active file in Word 2010 MailMerge, with its file name derived from the database field "First_Name" and from the database Field "Last_Name" into a subfolder that is a ...
-1
votes
0answers
37 views

Parsing excel worksheets from Word VBA [closed]

I am trying to prepare a VBA program that would ease a once in a while tedious task I have. I need to: read rows from one sheet and choose only the rows with a value which exist in a second work ...
0
votes
1answer
40 views

Changing Worksheet Data in Embedded Excel Worksheet in MS Word FROM ACCESS

Ok, so I was able to successfully change an embedded Excel worksheet with VBA in a MS Word Document... FROM the code attached to that document. Now I'm trying to change that same embedded excel ...
1
vote
0answers
46 views

Adding comments through VBA in Word includes page number field

I have a procedure that adds a comment balloon into my Word document, but I have noticed that it also adds a page number field (evident by selecting the comment balloon and selecting update field from ...
0
votes
1answer
55 views

VBA IF ElseIF Else

Having a problem with If, ElseIf, Else function in VBA. My code needs to look for "Text1", elseIf needs to look for "Text2", else make a note in a log file. The problem is I can't seem to change ...
0
votes
1answer
32 views

Copy ComboBox from a Word Document to another Word Document with vba

I have a combo box (combo1) in a word document and I would like to copy it to another word document. (end game will be looping through 100's of docs). I can't for the life of me work out how to ...
0
votes
1answer
45 views

Word VBA code to insert documents with diffrent paper sizes?

Hello, How can I use the Word VBA code to insert another document including its paper size? I mean if I insert 5 documents with different paper sizes then it needs to be in the main document with ...
1
vote
1answer
95 views

VBA: Check if the file exists using DIR() failes in windows 7 in aliased directory

I have a file that is located in "C:\Users\kris_r\Application Data\PovX.ini". Just anticipating the questions - this path is properly shown in Watch fram.. The function below works on my Windows XP ...
0
votes
0answers
44 views

Tables to word from Matlab

My code in Matlab, after calculation, prints out the result in word. I am using writetoword.m for this, and my results are mostly in terms of tables. I need help in the alignment of these tables. ...
0
votes
1answer
36 views

I am attempting to create a macro that will sele

I have a basic understanding of VBA, Im trying to create a macro that will select specific rows in a table. For example: Dim Myrange as Range With ActiveDocument.Tables(1) Set.myrange= ...
-1
votes
0answers
58 views

Word template runs VBA clickevent only once

Probably a simple question. I searched everywhere but both me and my colleague cannot find the answer. We found this topic but we can't get it work. It's kinda simple. I have a document (Microsoft ...
2
votes
1answer
106 views

VBA Word - changing decimal separator

Some people around me using national localization in windows/office. Unfortunately this leads to situation where my macros fail to do simple math as they using comma for decimal position and the ...
1
vote
1answer
36 views

Determine which table a ListParagraph element appears in Word VBA

Hello, I couldn't find an answer to my specific problem anywhere so I am creating a new post. I am scanning through a word document that contains list elements inside and outside of tables. Once I ...
-1
votes
1answer
69 views

Inserting a picture at a bookmark (OR how to tell if any list box items have been selected)

I'm new to VBA and still struggling a lot. I have a list object on a useform that is populated with the file-names of the contents of the relative ".\logos\" directory. I want to insert the picture ...
1
vote
2answers
91 views

How to get a list that is immediately after heading 1 in Word VBA?

The following shows pattern of a very long document: <heading1> <numberedlist> <heading2> <numberedlist> <heading3> <numberedlist> When I use Document.Lists I ...
1
vote
1answer
74 views

Updating the text displaid in MACROBUTTON in MS Word

I am using macrobutton in VBA to have a field whose value is calculated by accessing some other system, and at the same time, I want to be able to double-click on that field to specify some settings ...
2
votes
1answer
45 views

Writing Linked Table Data to Word (from Access)

I modified some code I saw which opens a word template and populates it by replacing bookmarks with the current record. Everything works fine until I try to write content from a linked (lookup) table, ...
0
votes
1answer
78 views

how to attach templates and add-ins to outlook .msg files?

I have hundreds of different outlook .msg templates with similar bookmarks. I want to fill out these bookmarks so they get their data from a database using vba code. Now, like in word documents, this ...
0
votes
0answers
40 views

word document can't see buttons _click() method, which is in module

I'm currently designing a word template for other users to use. It's a macro-enabled template(.dotm). I have a customized ribbon with a button to insert a commandbutton to my document, in my ...
1
vote
1answer
34 views

Group images page specific

I would like to group all the images in a certain page or page range by using word macros, the code I have groups all the images in my document, I cannot specify the page number in any of the ...
0
votes
2answers
200 views

How do write a VBA macro in MS Word to insert a Pie Chart inside a table

I am trying to write a VBA macro in MS Word that creates a table with a Pie Chart insert inside a specific cell. The data for the Pie Chart would be requested by the macro. Below is what I have so far ...
1
vote
1answer
68 views

Assign even odd page numbers in word

I am trying to write a vba macro for word, where the document will have page numbers, but the alignment of odd page number will be different from the even page. The code that I am presently trying is ...
-1
votes
1answer
141 views

How to open a pdf file at a specifc page with information in a word table

I have a Word document that contains a table with 3 columns. I'm trying to create a macro that will open a pdf file (name stored in columns 2) at the page number in column 3. I found a macro in Excel ...
3
votes
0answers
76 views

VBS Very very slow in ms word [closed]

So, I have a 100page long docx format document. I'm using a macro written in VBS to extract some information and then just generate a table from them. I iterate through the paragraphs and store the ...
1
vote
1answer
190 views

VBA to create save-as filename from data within the document

I have a table in MSWord that contains names, a date, and non-numerical data. I'd like to write a macro that extracts this data and makes it so that when the user hits Save As, the suggested filename ...
0
votes
1answer
71 views

vba ms word table row issue

Good Day everyone i got a problem: I have a form where user can add rows that will be passed to a table in ms word when I cycle through all forms to add rows I call function I insert new row into a ...
1
vote
1answer
67 views

Formating all tables in file with style

I'm working with some kind of documentation at the moment, which consists of lots and lots of tables. And as you may have guessed by now, I need to format them with a certain style. So, there's a VBA ...
1
vote
1answer
59 views

Word Macro to determine whether document contains highlighting

I'm trying to write a macro that displays a popup when a user clicks save (I have it as Sub FileSave() ) if the document contains any highlighting. So far, everything works great with the message box. ...
1
vote
1answer
223 views

VBA: Microsoft Word process does not exit after combining many Word files into one

I'm trying to merge many Word files into one. I am doing this inside a VBA routine in MS Excel. The Word files are all in a folder named "files" and I want to create a new file "combinedfile.docx" in ...
1
vote
1answer
201 views

Header 2 text does not match the exact same text in excel : VBA

I am creating a project that lets the user create a task list within excel and then compares the user created tasks-text to the second header-text, (Header 2) within a pre-made word document. I am ...
0
votes
1answer
292 views

Excel macro to Word mail merge is trying to merge ALL rows in the column

I created a VBA form and macro that will generate auto-numbered documents for my company. Depending on the cost-center selected it will choose a Word document to complete the merge. It basically ...
0
votes
3answers
189 views

close word with microsoft visual basic 6.5 macro

Platform : Microsoft Visual Basic 6.5 and MS words 2007 I am trying to do a macro to do some editing to an words enable file. Done research on how to close the Excel file without saving, which ...
0
votes
1answer
113 views

Hide Text in between headers MS word 2007

I have a document that is roughly 200 pages and is essentially a list of test procedures for a specific software. Now this document has certain parts to it the pertain to different versions of the ...
0
votes
0answers
59 views

Mail merge. How to include a list of items

I need help with some code. The actual application will be more complicated but I just need help with one aspect. I have an excel sheet that eventually will need to populate three word documents. ...

1 2 3 4 5 11