Figured out how to get rid of reviewing pane in "insert comment" macro To my surprise, I solved this problem. I should point out, though, that I had macros that entered specific, pre-selected words or phrases. To insert a "custom" comment, Word has an "insert comment" button that you can add to the quick access toolbar (and which does not open the reviewing pane!). Here's how I solve... 8 Apr 2010 14:03
cursor doesn't appear I'm generating a Word document from MS Access 2003. I do a Docmd.Hourglass = True at the beginning of the module. There is a bit of activity before I get to the code below and the hourglass appears, but just after the Set wrdojb (see below) , it disappears. There can be a lot of activity until the Word docum... 8 Apr 2010 14:03
getting writable table objects of a document Hi, I want to change some properties of all the tables in a document, but I don't know how to get writable objects of tables from the document. ... 8 Apr 2010 12:37
Autotext entries in .dotm templates Hi all, I am developing a .net program for customizing and controlling word(2007). I am using .dotm templates for hiding ribbon. While inserting autotext entries programmatically(through vb.net code), am getting an error "Call was rejected by callee". If i attach .dot(word 2003 format) template, it doesn't thr... 9 Apr 2010 07:48
Running a macro after document as finished rendering? Hi, I'd like to update all of the fields in my document when the doc is opened. To do this, I have put ActiveDocument.Fields.Update in the AutoOpen() macro. This works, except for the fields that are dependant on the number of pages in the document. By examining the value of the "Number of pages" property in Act... 7 Apr 2010 23:38
Adding a row to a protected table - (attn: G. Mayor) Graham Mayor provides a macro that is extremely helpful to me in a project I am working on entitled: "An alternative method of adding a row to a protected table " (http://www.gmayor.com/word_vba_examples.htm). What I am having trouble with is identifying the number of the table. I have a lengthy document and ... 9 Apr 2010 15:39
Can't delete file?!!? I'm running a macro in XL2007 in Vista which is manipulating a Word document. At the end of everything, I want to delete the Word file. The Word file has been properly saved through VBA unsing SaveAs - it exists and I use the object to set ranges and such, so it's definitely a good file. But I can't delete it. ... 7 Apr 2010 16:55
find and replace in footer Hi all, Once again I need to ask for your expertise. I have created a macro that will open a file, remove the password, find text in the footer, then replace that text, close the file, and move on to the next file in the folder and so far it works OK, except I cannot get it to work on the first file in the fo... 7 Apr 2010 14:40
Form fields vs. document properties I'm creating common templates for multiple dealers of the same product. For example, one dealer may open my "Client Guide" document and all he needs to do is update approximately 20 fields and he is done. I'm using the standard document properties fields for my company information, but there are 10+ more uniq... 7 Apr 2010 21:26
Using Building Blocks, Content Controls and XMLMappings to generate multi-page template-generated sections in a Word Document Hello, I am also new to the world of VBA and have come across a similar issue where I need to create a multi page document using a template for each page is the recordset information delivered to a bookmarked template (.dotx) file. After scouring the internet I could not find much dealing specifically with this. The... 7 Apr 2010 03:31 |