Watermark macro I have recorded a macro to insert a picture watermark and then move the watermark to a new position on the page different then the default . The macro is crashing on line : Selection.ShapeRange.Name = "WordPictureWatermark1" Below is the recorded macro. Can anybody help? Thank you Sorin Sub M... 27 Apr 2010 03:14
ComboBox text Limit Hi all you Experts I need to create a dropdown list in a form field that will allow users to choose from the entries that are pre-populated. As my list is going to be longer than 25 entries I have used a Userform with a combo box. As far as I can tell, each entry in the list is limited to 50 characters, bu... 22 Apr 2010 10:21
Word 2003 VBA to limit options in Inputbox to those in drop down I have the following macro which works great to make a form drop down list mandatory to fill in: Sub MustFillIn() If ActiveDocument.FormFields("nameDD").Result = "ENTER NAME" Then Do sInFld = InputBox("This field must be filled in, fill in below.") Loop While sInFld = "" ActiveD... 24 Apr 2010 09:26
welcome to windows7 Learn more about windows 7 such as tools and tips and explore more windows7. http://www.ezdia.com/Welcome-to-Windows-7/Content.do?id=314 ... 22 Apr 2010 05:09
Cannot upgrade to Word 2007 from Word 2002 as word crashes when tr We have a word add in that programatically inserts an auto text table then adds rows to it. This works ok in Word 2002 but occasionally crashes in Word 2007 - this is not a consistent crash when we carry out the same operation it happens in no specific sequence. The only place we are able to track it down to is... 22 Apr 2010 08:16
Macros Run Amuck! HELP please! I had a template that worked pretty good but I wanted to add a spell check macro and a print macro to, which I did, and it works great but now, when I open documents that were created from the old template, the one without the macros, it somehow gets referenced to the new template, with the macros... 22 Apr 2010 21:59
code to "remove" dictionaries for Word 2010 Hi All, It's hard to believe how continuously usefully you all have been over the years in serving the needs of this group. Thank you ever so much. :) I'm having some trouble finding vba code to "remove" dictionaries for Word 2010. The following code used to do it for Word 2003. Wi... 22 Apr 2010 19:45
Creating Report template in Word & Excel or Access Hello all. I am trying to automate at least a portion of my work. I write commercial appraisals that are generally between 100 to 150 pages where there is a lot of repeated information, such as the name of a property, address, client, etc. I have been looking for a method whereby I could create a spread... 21 Apr 2010 19:51
for each oPara in Paragraphs touches each paragraph twice I've written a procedure that removes any numbering from the beginning of each paragraph that seems to work. However, the For Each loop touches each paragraph twice: once to edit it and once after it's edited. What do I need to do to prevent the procedure from revisiting an edited paragraph? Sub FixNumberin... 21 Apr 2010 15:42
How do I make first line of selected text bold? I have a macro that pastes in some text from a textfile unformatted. I want to bold the first line from the text file. there is a cariage return between the first line and the body of the text in the text file if it helps. Also, after the paste the text is already selected. thanks in advance for any help! ... 22 Apr 2010 11:24 |