Coding Italics / Bolding into a String Word 2007: There are times that I would much rather insert a code to toggle bolding (or italics) in a lengthy string of text rather than having to break up the string to do this. Can this be done? How? ... 11 Mar 2010 18:01
Can't exit design mode because Control <ControlName> can not be cr Hi all, Can't exit design mode because Control <ControlName> can not be created. I am invariably running into the above error message when messing about with my form which contains ActiveX controls (just a few checkboxes & DTPickers). Could anyone shed any light as to why this might be occuring, of course I ... 3 Mar 2010 11:51
Show hidden text I have a form with form fields. I'm trying to add functionality that will make visible hidden text by saying if "Add Objective" is selected in a dropdown, select bookmark "ShowObj3" and unhide that text. I know a macro will probably be more efficient, but can this also be accomplished using field codes. I'm not... 3 Mar 2010 17:34
Carriage Return Symbol Text Field Word Form VBA Problem inside Tab I am trying to insert some text into a protected Word text field with carriage returns for new lines via VBA code. For example, I would like to enter something like the following into a text field called Text1: Test Line 1 Test Line 2 Test Line 3 So my code is: ActiveDocument.FormFields("Text1").Result =... 3 Mar 2010 15:18
Powerpoint from Word Hi, Is there a way to open an existing Powerpoint presentation and work with it from within Word VBA? -- Thanks for your help. Karen53 ... 3 Mar 2010 14:10
Auto generate an index from a style I am editing a songbook, and I use AutoNum to number each song. Between editions I need add and remove songs, and I want to limit the bookeeping to a minimum. I want to create an index with the song number and title refering to the page its on. However, when I make the XE entry to include the AutoNum field, t... 3 Mar 2010 17:34
Automating Templates - Another Question I am working on creating templates for state, federal and bankruptcy court. I have bookmarks set for the district, division, etc. of the pleading forms, but would like to default to the standard information we use most of the time but allow users to change that default text, if and when necessary, when creatin... 3 Mar 2010 17:34
Is it possible store Word 2007 Macros in Normal.doc I need to store macros with Word nott he Document in order to allow them to be drive indepenent. Is it possible store Word 2007 Macros in Normal.doc ... 3 Mar 2010 01:53
Word macro running from OL VBA throwing error on Word SaveAs?? I have a macro in Word that iterates through my Favorites folder and saves everything out as hyperlinks in a Word doc. I then SaveAs using doc.SaveAs FileName:= _ "C:\Documents and Settings\edward.millis\Documents\MyFaves.htm", _ FileFormat:=wdFormatHTML This macro was written in Word XP, which h... 22 Mar 2010 11:54
Determine Length Of Mail Merge Field Hi, I have a mail merge document that gets its information from an excel file. Is there a function in word that will give me the length of the one of the fields, i.e. mm_name? If not, is there a way to treat a phone number (555) 555-1212 as one word so the (555) is not on one line and 555-1212 on another. Th... 2 Mar 2010 03:32 |