| Thread | Last Post | Replies |
|
| going from DoubleSpace to singlespaced?? | 02 Nov 2006 22:15 GMT | 1 |
Sometimes I need to cut and paste material that is double spaced, and after that I would like to make "it" single spaced. What is the procedure for eliminating double spacing, and just have remaining 'single spaced'. I think I have come across 'this', somewhere, but I
|
| eliminating "doublespaced"?? Thank you | 02 Nov 2006 22:14 GMT | 1 |
First off I am a beginne, so don't shoot me for asking, these kind of questions. On occasion I receive e-mails that are doublespaced, I would like to forward them without doublespaced. I have cut and paste to word, and need to find the procedure for eliminating
|
| regular expressions | 02 Nov 2006 20:31 GMT | 4 |
the desired result of a procedure that i'm doing is to find the words that begin with a digit and eliminate this digit (1CD must convert to CD, and P2P must remain equal) so, first, i would like somebody answer me a question: (it's an easy
|
| Putting an ampersand in an item in a combo box in Word | 02 Nov 2006 19:55 GMT | 2 |
I want to use this instead of "and" but all I get is an underline Am using Office XP 2003 Thanks Jean
|
| Create Mailmerge Envelope with VBA | 02 Nov 2006 19:51 GMT | 9 |
I am baffled as to how to create a envelope mailmerge document automatically (without user interaction) using VBA. I have recorded how word does it and the recorded macro apparently takes a "behind the scenes" step in the creation of an autotext entry that it subsequently
|
| Including Macro in Userform | 02 Nov 2006 19:43 GMT | 1 |
I have the following code in a userform which executes when pressing the CommandButton1: Private Sub UserForm_Initialize() With ComboBox1
|
| I LOSE MY PRODUCT KEY | 02 Nov 2006 19:37 GMT | 1 |
i lose my product key of micresoft words and i need micresoft words and my cd nummer is cd 131306
|
| type mismatch error? | 02 Nov 2006 19:27 GMT | 2 |
I'm moving data inputted into a userForm to Form Fields in a word document and I need to multiply some of the data by 12 (because I'm going from monthly to yearly amounts). This code: .FormFields("txtAnnualGross1").Result = WCInfo.txtMonthlyGross1
|
| Constructing text with a field in it. | 02 Nov 2006 19:09 GMT | 1 |
I am writing a function that returns a text string based on certain input. The macro calling the function will insert the string into a table cell. In some cases, I would like the string to contain a field so that when the document is updated, the actual string will take on the ...
|
| Inserting Dropdowns or Check boxes in Userform | 02 Nov 2006 18:09 GMT | 4 |
I have the following code in a userform embedded into a template, which prompts for input of certain variables in a word document: Private Sub CommandButton1_Click() With ActiveDocument
|
| move to specified page | 02 Nov 2006 14:38 GMT | 1 |
Hi all :) Via code, how do I move to a specific page so that I can insert text into that page's footer? Ex. I have a 15 page document. I need to insert text into the footers on page 1, 2, 7, and 14. I figured out how to insert the
|
| Copying an Excel ChartObject into a Word Template - how to? | 02 Nov 2006 14:34 GMT | 3 |
I have a VB6 application that creates a Word document by pasting text from a database into different places in the document by means of bookmarks in a template. My newest challenge is to insert 2 Graphs from Excel into the end of the Word document. Here are my problems:
|
| Image mail merge | 02 Nov 2006 11:47 GMT | 2 |
Hi, I have created a mail merge with a different image in each page. The problem is that I want to change the dimensions of each image but the pages are too much to go to each one image and redimension it. I want to write code to select all images and then to redimension them at ...
|
| Inserting text from a text file into Word | 02 Nov 2006 10:39 GMT | 4 |
Please would someone know how to enter text from a text file (the whole file contents) into Word. I have seen some code on the forums, but don't understand how it works. Found this simple code, but it will only input the last set of
|
| Link Word Fields to and from an Embedded Worksheet | 02 Nov 2006 09:47 GMT | 2 |
I believe I have the same requirement and frustrations as "Drew" who posted a question on 10/04/2006: The need to reliably link into and out of an Excel Worksheet that has been embedded in a Word Document - wherever that document is stored.
|