| Thread | Last Post | Replies |
|
| Swith template (dot) in macro | 23 Nov 2004 14:06 GMT | 1 |
Ive made a template with customised toolbars. Then moving the template to another location the tollbars is lost. To retrive them again i need to change the "dot" from Normal.dot to Template.dot in "commands" under "Tools"/"Customise".
|
| How can I invoke the macro after select a document from New Dialo | 23 Nov 2004 14:00 GMT | 1 |
I need to write a vc++ application . whenever my application starts execution it start a MS Word application , After selecting a document from New Dialog I need to Invoke my Macro. My question is ,
|
| =rand(99.200) some Message wil... | 23 Nov 2004 06:39 GMT | 1 |
Sir, =rand)xx,xx) if u type =rand(99,100) press enter we will get some text message ..what is reason of it & how to solve it r how can chage it please help me out of
|
| include user's name on a document | 23 Nov 2004 06:14 GMT | 2 |
To cut down on wastage I want to include the user's name on each document. Is there any way to do this automatically?
|
| Select next word in a cell | 23 Nov 2004 01:10 GMT | 13 |
How do you select the next word in a cell? I want the cursor to move right until it comes to the next letter and then select that word. Thanks in advance
|
| How do I open Word 2003 twice. Not a new page, but the complete . | 23 Nov 2004 00:30 GMT | 1 |
In Word 97 I was able to open the program two, three, etc. times and keep them all open and running at the same time. In each program I was able to use my custom toolbars, macros and other options. It is easier (one click) than having to minimize one workspace, then maximize ...
|
| Deploying Macros | 22 Nov 2004 23:18 GMT | 2 |
I want to deploy some general word macros I've created so other people can use them. It appears that the macro's should "live" in the users Normal.dot file so they are available for use on any word document.
|
| Append a range to the end of another document | 22 Nov 2004 22:14 GMT | 1 |
I need to know how to take a range of a section of one document and append it to the end of another document . I have an example subroutine that I have been testing with that shows my problem. See *** below. Do I need too move my selection in the second document to the end ...
|
| Word table problem | 22 Nov 2004 22:03 GMT | 1 |
Hi everyone, i have two questions please help. 1/ I have a table that when data is inputted it tabs down to the next box, but i am running out of space on my table and it is going over the next heading...So how can i enable the tab to create another line
|
| Reset font while preserving character-styled formatting | 22 Nov 2004 21:57 GMT | 2 |
After a quick Google, I couldn't find any macro for resetting font formatting while preserving character-styled text. Big document. Important stuff is styled, including character styles. Want to clear out all direct font formatting. Ctrl+A, Ctrl+Spacebar nukes my character-styled ...
|
| Deleting Bookmarks Part II | 22 Nov 2004 19:45 GMT | 1 |
Below is a snipet of the code I use to delete two bookmarks that I am populating from Access. I've traced the code and everything is being executed properly, but spaces and a blank line are appearing in the bookmark locations when the Word document is constructed. Is there ...
|
| small macro creation | 22 Nov 2004 19:08 GMT | 12 |
Hi, I am creating a small macro that included a find search. I am searching for a word first and than it has to find "screen #" after. But I want my # (a number)to be added as i want each time. How do I go about that please?
|
| Selecting One Word From Text Box | 22 Nov 2004 17:42 GMT | 1 |
Instead of taking all of the text in a textbox and doing something with it, is there a way to only select the first word? So that for instance if TextBox1.Text = "John Smith" I can select just "John" so that TextBox2.Text = "John".
|
| Code to Delete Bookmarks | 22 Nov 2004 13:39 GMT | 1 |
I am populating bookmarks from an Access modules, but on occasion a variable is null, when this happens I would like to delete the associated bookmark. Can I delete the bookmark from Access, or do I have to delete it from Word? How do I delete it?
|
| Document Variables | 22 Nov 2004 13:03 GMT | 3 |
I am developping an application using Visual Basic 6. The application is creating a Word document from a Document template. I am trying to put a larger amount of text into a document variable and then save the document.
|