Tagged Questions
-1
votes
1answer
22 views
VBA Word macro to stop user input
I'm writing a big macro for MS Word 2013 and one of the parts of it should be sub that prevents user from writing text; user should be able to use hotkey (eg. ctrl+q) to stop (or start) this sub (I ...
0
votes
0answers
26 views
Unable to modify adjancet tabel cell background color
I am trying to work with a table in MS word. My goal is to change the row color depending on the value entered in the corresponding textbox in the same row. I would also like to do this without ...
0
votes
0answers
7 views
How do I name and move an inlineshape from a word doc into a folder in my documents?
I have a word document I have saved as a webpage. I want to replace every image that has been extracted and saved in the web page folder with code. I am unsure how to replace the images with code. I ...
0
votes
0answers
9 views
Dynamic bookmarks during mail merge (in Word)
I wrote a routine to separate one large mail merge document into individual Word documents. The merge template has section breaks and each individual file consists of two contiguous sections. My ...
-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
53 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 ...
1
vote
2answers
35 views
Visual basic macro- changing the colour of specific text
Im very new to visual basic and macros. what i have been trying to do is create a macro that will look through the whole document and check to see if any of the font is red;if it is red then i want to ...
0
votes
0answers
27 views
Editing Pie Chart Layout in PHP DOCX or VBA
I am automatically creating charts using PHP DOCX to generate 20 charts per document, on over 500 documents. PHPDocx generates these ugly graphs, and in their source code, I find no option to remedy. ...
0
votes
0answers
47 views
How can I rewrite the following MS Word VBA macro to be compatible with Word 2007/2010/2013
I am looking to make my MS Word VBA macro compatible with Word 2007,2010, and 2013 without having to download the MS Office Object Libraries 12,14, and 15 on all my machines. Any types how I can ...
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
0answers
21 views
VB for excell match whole word and replace
I'm trying to replace a string with another but the problem is that the string is matching some other string partially.
I am trying to create a function that searches each line in another spreadsheet ...
0
votes
1answer
72 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 ...
-2
votes
0answers
35 views
Producing Data from Excel to Word
I have a list of flights and times and destinations on my spreadsheet in Excel. But what i need to do is link this data to word( I have a userform in word that will display the available flights when ...
0
votes
0answers
74 views
how to write rich text in word document through VBA Code
I am using clipboard object to write rich text in word doucment(MS Word 2003) thr'
Microsoft Access 2007 VBA code. sample code as follows,
lRtf = RegisterClipboardFormat("Rich Text Format")
...
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 ...
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
0answers
52 views
Pasting clipboard into excel from word macro
I am trying to paste the clipboard into an excel sheet from a Word document macro.
This should be easy, I'm not making it so.
I'm pasting the clipboard because I need to copy the entire source Word ...
2
votes
1answer
65 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 ...
1
vote
0answers
89 views
vba macro make all shapes and pictures to inline with text
I want to write a macro which converts all the shapes and pictures in my word document to inline with text.
The code that I am using converts all shapes(which are edited by drawing tools) to inline ...
0
votes
1answer
49 views
User Input Should be Replacement Text
I am working on a macro, it has 3 problems with it. Probably more depending on how experience a programmer you are. I am trying to get my code to do this 1 thing right now.
At the bottom of the ...
0
votes
1answer
299 views
Change value of Word MailMerge field using VBA
I have a document with MailMerge fields, however I do not want to use the whole datasource->mailmerge idea. Instead I am presenting a UserForm on Autonew() and asking the user to type the data into ...
0
votes
1answer
110 views
word 2007 - programmaticaly add a quick access icon for a macro, or add a quick shortcut key for a macro
I am trying to add a macro to the quick access toolbar through vba code. I am also wondering how to add a macro key shortcut through vba code. This is all for windows 2007. Help would be greatly ...
1
vote
1answer
72 views
Close Specific windows with Word vba script
I created this piece of vb code , that prompt to open a specific file in word, modifies it and then saves it to a specific location. I would like to be able to close both windows when its done i.e the ...
0
votes
2answers
868 views
VBA - Pull data from MS Word table into MS Excel Worksheet (NOT special Paste)
I have a standard word document that contains a few tables of data (name, dob, address, etc).
I am wanting to have a set up so when data is newly entered or altered within the word document it ...
0
votes
1answer
58 views
Word suppress margins error
When printing a Word (2010) document I get the infamous error
Margins Outside Printable Area
I found out that you can suppress this warning with the following Macro:
Public WithEvents App As ...
0
votes
1answer
79 views
Counting words in each document in a directory [duplicate]
I have come across many word counting macros for VBA but i cant figure out how i can iterate over each "doc" file in a directory and generate a report of number of words in each file. How can we ...
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.
...
0
votes
1answer
348 views
Excel to dynamic Word table
I am a VBA newb and am having an extremely difficult time trying to write some code for this solution. Any help would be greatly appreciated!
Within MS Word, I need to look in one Excel workbook ...
2
votes
0answers
115 views
Paste many excel charts to Word as links
I'm trying to write C# code to Copy-Paste charts from Excel and use Paste Link in MS Word, because with Excel, when you use Paste Link for the tables, text, charts, etc. I can click update all fields ...
1
vote
0answers
54 views
Setting file to print to wdDialogFilePrint
I am using OLE automation to embed MS Word functionality in an eclipse RCP application.
I would like to use the wdPrintFileDialog of Word as an icon for the user to print the embedded document.
If ...
0
votes
1answer
108 views
Making autoXrefs to figure captions in Word 2007?
The following code, from "Word Hacks: Tips & Tools for Taming Your Text", automatically cross-references the selected text to any heading with identical content. I've been trying to tweak it in ...
0
votes
2answers
89 views
Word forms - display a form value in text below the form
I would like to ask you how to display a value from MS Word Form.
Eg:
I have a form with one dropdown list with following values:
DropDown1: a, b, c
When I select value a, I want to display the ...
0
votes
2answers
547 views
Copy Text from Table in Word and Retaing Formatting
I have a problem copying a cell from a table to another cell. I'm talking about two word documents here. I can copy the text but the bullets are gone and some of the formatting.
I tried ...
-2
votes
1answer
64 views
Word macro stops at 3/4 of document, instead of at the end [closed]
Someone created this for me in 2007 and it has been very useful since, but it doesn't run until the end of the document...
Could you fix it for me, or suggest another solution (a macro with a hotkey ...
0
votes
0answers
133 views
Change page size to match shape size dynamically
I need to create a .pdf of each shape (black box with text/images inside) in a Word document to be sent out to create printed tags. There cannot be any blank space around the shape, so I'm copying the ...
2
votes
1answer
333 views
How can I call documents.open and avoid the 'file in use' dialog?
I am writing some very simple code to open a word document, save it in a new format and close document. However I run into problems if the document has been left in a locked state and get the 'File ...
2
votes
1answer
227 views
Word 2003 VBA - How do you disable 'Word has insufficient memory'' warning
I am running Word 2003.
I have a Word Document, from which I run a macro that opens other Word Documents and preforms tasks on them before saving and closing them.
Because of the number of changes I ...
1
vote
1answer
335 views
Word VBA Macro to switch ribbon tab on open
I have a vba macro that runs from a ribbon button and opens a template. Modifications to the template are made using other buttons alongside the first. However, when the template opens from the ...
3
votes
1answer
268 views
Deleting a range from a table with merged cells
Basically, what I'm trying to accomplish is this: Delete all rows from a table starting from where the cursor is in the table to the end of the table.
The problem is that this table contains ...
0
votes
1answer
55 views
How replace regular expession with new string
I want to replace all threeletter words with new string. MsgBox display variable threeLetterWord has new value, but text not change.
Sub ShowThreeLetterWords()
Set threeLetterRegExp = New RegExp
...
1
vote
1answer
282 views
VBA Word I want to replace one word with this + different words in a cycle
Here is my code, but it doesn't make replace!
First I change AnyText to TEMP, after I make a cycle for replace TEMP with elements of Array TargetList, but can't replace TEMP.
Please help!
Sub ...
0
votes
0answers
292 views
VBA to open .doc in “Recover text from any file” mode
I am new to VBA and trying to convert many old .DOC files to either PDF format or RTF format. Thus far I have found one that accomplishes the latter (conversion to RTF), however the formatting from ...
1
vote
0answers
83 views
How to overload SharePoint FileCheckIn operation in VSTO
Can anyone overload the SharePoint FileCheckIn operation using VSTO?
I think Microsoft may have forgotten to implement it (and a number of other operations)
In my Ribbon XML I add the following three ...
0
votes
0answers
99 views
Word 2010 Changing AutoText formatting
I am having a weird issue with a Word 2000 Template being screwed up when saving it in Word 2010. I have an autotext entry which is basically a table with some text, if I open the template in word ...
1
vote
0answers
81 views
how to print physically requested Word pages (regardless of sections breaks)
Hope somebody could help me with this.
I have a Word document, which actually consists of different sections, and it has to be like this (each section has to have page numbers starting at 1, to have ...
-1
votes
1answer
138 views
VBA macros word [closed]
I have met some Word VBA Macros issue, I would like to know if I can detect a word that was changed use VBA Macros. if the user change the word but not save, I need alert a message before he close the ...
3
votes
1answer
907 views
VBA Word formatting Selection.typetext
I am still a beginner with this. Can you tell my why this is not formatting the selection?
Selection.TypeText "title"
With Selection
.Font.Bold = True
.Font.Name = "Arial"
...
1
vote
3answers
2k views
How to change background color of a comment inserted in MS Word document?
When I enter a comment in a document by clicking Review -> Comments -> New Comment in MS Word 2010, word allows me to enter a comment. However, I am not able to change the background color of ...
2
votes
1answer
236 views
vba help .find adds multiple comments
Hi I need help fixing the code below. The intention is to find all ocurrances of myWord in a word document and add the same comment to them. I get two unwanted effects: 1) the code adds more than 1 ...
0
votes
1answer
686 views
VBA Word - Select Text Between Two Words and Delete Empty Lines
Hope I'm not duplicating anything.
I am trying to delete empty lines occurring in a word document between two placeholders.
I am not sure how to find the position of the placeholders within the ...