Tagged Questions

0
votes
2answers
11 views

Formatting text from Mulitline text box in word with VBA

Hello all, I'm putting together a template in Word, using a form for the user to fill in to then populate some of the document. The bit I'm currently stuck on is at the end of th …
0
votes
0answers
9 views

WORD 2007 w/VBA

Hi Folks, I have a question regarding a WORD 2007 form used to gather information from users. I had it working in WORD 2003 then pulled it over into WORD 2007 and got it working …
1
vote
1answer
25 views

How-to: Run existing Word VBA Macros from C# Ribbon Addin

Background: I have an extensive set of specialized VBA macros used in Word for document formatting purposes. In Word 2003, these macros were activated from a customized toolbar. I …
2
votes
0answers
55 views

Get me started programming and debugging Microsoft Office automation

I'm using Microsoft Office 2003 and creating a bunch of template documents to standardize some tasks. I asked this on Superuser.com and got no response so I'm thinking it's too pr …
0
votes
1answer
18 views

Selecting and tagging specific formatting in word documents

Hi guys, being in need to export a DOC file to TXT and then reimport it without losing bold and underline formatting I'd need a macro to do that. My idea is to select each group …
0
votes
1answer
73 views

Problem with GetCrossReferenceItems in msword and VBA

Hi I want to make a special list of figures with use of VBA and here I am using the function myFigures = ActiveDocument.GetCrossReferenceItems(Referencetype:="Figure") In my w …
1
vote
2answers
32 views

VBA Word Macro doesnt recognize whitespaces or wildcards

Hi guys, I have a VBA Word Macro that gets words from .txt list and color highlight them in a word .doc document. The problem is that the script ignores whitespaces and wildcard …
0
votes
1answer
10 views

set NewStyle doesn’t work

Using VBA in MS Project 2003 and working with a Word Document I try to create a new style using Function CreateStyleHeadingTask(NameStyle As String) As Style Set CreateStyl …
1
vote
3answers
555 views

Word vba - if cursor is in cell / bookmark - run code

Hi, I have a template document which contains several sections and a few tables. The thing is, I'm trying to insert a drop-down list inside on of the cells in the table. And for …
0
votes
0answers
62 views

A more complex word macro then I’m used to (i.e. I can’t record it)…

I am trying to write a word macro that Selects everything that is Heading 2 (or any specific style), copies it and pastes it into an Excel document. Macro recording doesn't work he …
0
votes
2answers
40 views

Why doesn’t the wdBorderVertical exist when using a range of cells instead of a selection?

FYI, I'm using Perl and Win32::OLE, but the error is a Word VBA one. Using Perl's Win32::OLE module, I'm trying to create a table in Word and format certain elements of it. I crea …
0
votes
1answer
236 views

Using VBA for Word, how do I create a range of table cells?

I'm trying to learn how to handle Range objects in Word VBA with regards to MS Word tables. Using the Range object help, it would seem I can create a range of cells as long as the …
2
votes
1answer
218 views

How can I copy and paste a range of tables in Word?

EDIT: If you have an example in VBA, I'll take it. I'm just trying to understand how to use the Range object with the Tables collection to copy and paste multiple tables without lo …
0
votes
1answer
63 views

how to create Table-of-contents (TOC) via macro

I need to create table - of-contents after mailmerge by macro as word does not support updating TOC field from TC fields. Is it possible to automate creating TOC ?
0
votes
1answer
72 views

How can I programmatically update the fields, like FileName, in the pageheader in an MS Word 2007 document?

The following code only updates the fields outside the page headers. ActiveDocument.Fields.Update Thanks. I also asked the question on MSDN Forums

1 2 3 next
15 30 50 per page