Length Textbox I have a textbox control in a template. I would like to put in VBA code (or some other way) to limit the number of characters entered in the field. Thanks, Stanley ... 21 Apr 2010 16:44
link and populate multiple document I have a created a couple forms in Word 2007 and would like certain information from one form to populate into the other form when it is opened. Family Name, Date, purpose, etc. ... 21 Apr 2010 16:44
Delete everything except the email address on each line... Hi I have 1900 lines of information. Each one begins with a persons name, followed by a random gap then followed by an email address. What I need is just the email addresses. SO the macro needs to look at each line. Identify where the persons name ends, delete, delete the space afterwards, and leave the emai... 21 Apr 2010 11:33
Duplication Macro & Macro crashing Word I used this forum to get help with some Visual Basic before because I'm an absolute novice. I was given advice on a couple of Macros, one which duplicates text from another form field and one that changes the colours of cells based on a selection from a dropdown form field, but I am now having some issues with ... 21 Apr 2010 05:20
VBA To Create Complex Field Code? How do you write VBA to create a complex field code, something like having fields within fields. For example: { IF { CREATEDATE \@ “yyyy”} = { DATE \@ “yyyy”} "Created this year by { WhichMegaCorporation}.” "Created some other time.” } ... 20 Apr 2010 18:34
Copy from excel to Word Hi I need a simple way to copy a value /string from a cell i ecxel to a bookmark in a worddocumnet. Tanks in advance for all support ... 23 Apr 2010 21:43
Removing tables while preserving content I am sometimes dealing with documents which includes several tables. I know how to remove them one by one while preserving their content, but would like to automate the process. How do I do that please? Thanks -- John Doue ... 20 Apr 2010 14:31
alignment issue in a document Hi, I have a question I would like to ask. I have a userform that allows users to enter their project details. I use DOCVARIABLE to put a multiline texts into the document. So, in the document, i have the following: Re: some subjects I use a multiline textbox to allow user to enter more than one line o... 20 Apr 2010 16:33
find and delete text box Hello, I need to find and delete a text box in a document. I was able to record a macro that does this: ActiveDocument.Shapes("Group 3").Select Selection.Delete It works fine if the text box is present, but if it's not there, the macro gives me a run-time error (specified item not found). How can I wra... 19 Apr 2010 15:44
Determine the page number in Word VBA So... Long story short I'm trying to bypass the 65536 row problem in Excel by opening the file in Word and cutting it into smaller pieces. Then I can keep track of the smaller pieces naming the file (Filename1, filename2) and so on and open them in Excel, format them, remove all the junk I don't want and put all... 19 Apr 2010 03:17 |