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
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
14 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 ...
-1
votes
2answers
34 views

vba macro: Which table my cursor is in?

Writing a macro I found out that I need to skip the table contents and place my cursor right after that, for this I am using a code as Selection.Tables(cnt).Select Selection.Collapse ...
0
votes
1answer
49 views

select a paragraph in word and change it's style using Macro VBA code

I need to find if a line in my word document starts with the word Picture, and if it does, change the Style of that line to a built in style. I believe a line that begins after a return key is ...
0
votes
1answer
48 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
24 views

Macro That Takes MS word Files in a folder And Runs Them Through Another Macro

I need to make a macro that takes MS word files in a specific folder and runs them through another macro. i already have the 2nd macro done and it is working perfectly i just need to know how to make ...
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 ...
0
votes
1answer
35 views

populate values in to two textboxes from a single userform

I am writing a code in Ms-Word vba. I made two userform say userform_1 and userform_2 userform_1 contains two buttons and two textboxes. userform_2 is a calendar userform. I wrote a code for ...
0
votes
0answers
39 views

How to center all tables in Word, coming from excel - VBA

I'm very new to VBA and my first code is to copy excel tables and paste it at word. It's working, but the problem is that all tables are pasted left-aligned and I want it center aligned. Does anyone ...
-3
votes
1answer
52 views

How to hide the data in between the two tags(<hidden> … </hidden>) in Word document [closed]

Need a code such that... the data what ever present between two tags should be hidden.. for that sake what i did is firstly i searched for tagin the document and i replaced that tag with the ...
2
votes
1answer
32 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
1answer
41 views

VBA script convert folder of .rtf files to .docx files - two minor problems

I use a VBA script (see below) in Word 2013 to convert a folder of .rtf files to .docx files. It mostly works, but has two minor problems. I have to acknowledge that each original file is an .rtf ...
0
votes
1answer
71 views

Word VBA macro to insert file and merge formatting

I have a template with a header/footer and text formatting. I would like to write a macro to fill this template with the contents of an .rtf or .doc file. Also, I would like to merge the formatting so ...
0
votes
0answers
75 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
43 views

VB script to export to pdf in Command Button (ActiveX) in Word 2010

Ok, so I have this Word 2010 Macro enabled template with my handy dandy forms that people can fill out. I have created a button that says "Convert to PDF" because people dont know how to do it ...
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 ...
-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 ...
2
votes
2answers
79 views

VBA Type mismatch error when setting Excel Range in Word

I have the following code as part of my sub trying to assign a range: 'Set xlApp = CreateObject("Excel.Application") Dim xlApp As Object Set xlApp = GetObject(, "Excel.Application") xlApp.Visible = ...
1
vote
1answer
47 views

Can I font format the output of a word macro?

I have a document with comments on a long interview transcript. I found a Macro on SO that let's me export those comments with the highlighted text. This is awesome but the output is terribly dull ...
2
votes
0answers
30 views

Shape Variable Loses Reference to Some Shape Properties When the Selection is Changed

I am using VBA in Microsoft Word to manipulate shapes. I have an instance where a variable loses reference to some shape properties when the selection is changed. The following is the code. When ...
2
votes
1answer
122 views

Copy RTF text from Access to word table using VBA

Is there a way to copy a RTF text from a memo field in Access Database to Word document using VBA. I have this code at the moment but it produces html text (the text includes tags and not formatted). ...
0
votes
1answer
62 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 ...
0
votes
1answer
38 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 ...
1
vote
1answer
43 views

How do I Embeded an Chart in a Specific Cell in a table in MS Word with VBA

I am trying to embeded a chart in a specific cell in a table. The only way I have been able to get it to work is using selection.cut and paste. This doesn't work after second and third run. This what ...
0
votes
1answer
50 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 ...
2
votes
1answer
63 views

Get file path of selected image in Word macro

I have a Word document that contains several images. The images are located on the hard drive in a sub-folder and they are linked into the Word document. I would like to select an image and execute ...
-2
votes
0answers
25 views

VBA different message box values want to display as single msgbox [duplicate]

I have one outer for loop which will gives me some status messages in the msgBox. I want to collect each message in such way that it will collect all the msgBox text and before ending the code i want ...
0
votes
1answer
31 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
votes
0answers
27 views

HOW TO HIGHLIGHT WITH MACRO IN WORD 2010 [closed]

I am writing a document in word 2010 and need a macro which highlights from starting point 1 to ending point 2 ( the idea is to see the bottom bar for number of words in the highlighted part). I ...
2
votes
1answer
105 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
67 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 ...
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
198 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
138 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 ...
2
votes
0answers
73 views

How to programatically pickup list items from a word file and generate few others?

I don't know much MS Office VBA. I have tons (literally) of quiz questions in word files. Task is to create question papers for students. Word file contains 900 quiz questions categorized chapter ...
0
votes
2answers
34 views

VBA POWERPOINT: Shrink Word pictures from powerpoint

This function works when I use it within a word macro to shrink all images to 9.3cm: Sub ShrinkWordImages() Dim iShp As InlineShape For Each iShp In ActiveDocument.InlineShapes ...
1
vote
3answers
114 views

VBA WORD: Remove double paragraph marks

Trying to move excessive paragraph gaps via this procedure. Sub RemoveGaps() wrdDoc.Content.Select Selection.Find.ClearFormatting Selection.Find.Replacement.ClearFormatting With ...
2
votes
2answers
140 views

VBA WORD: Remove SHIFT-ENTER lines

After copying from ppt, you often get lines that look like this: This is a line and then another line and then another and so forth. New lines created via SHIFT-ENTER. Where I need it to say: ...
0
votes
1answer
72 views

VBA POWERPOINT: Copy text with formatting from powerpoint to word

Right now I'm copying text into word like so: wrdDoc.Range.InsertAfter someShapeWithText.TextFrame.TextRange.Text & vbCr & vbCr I want it to copy with formatting i.e. certain words are ...
0
votes
1answer
56 views

Detect which save function the user chooses in Office2007 using Word VBA

I'm writing a custom Word template which does some processing upon saving the current document. In Office2007, to save a document you can use the Save and the Save As functions, and handle the events ...
1
vote
1answer
188 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
69 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 2 3 4 5 9