| Thread | Last Post | Replies |
|
| How do you create this toolbar function? | 19 Oct 2006 22:21 GMT | 8 |
A friend says he has a function button on his Word Toolbar where you can highlight text, click this button once and get a chnaged format to Sentence Case, click again and get lowercase and so on. There is a picture icon on this button rather than text. What would be the code to ...
|
| printing | 19 Oct 2006 19:55 GMT | 1 |
i would like to accquire a macro code to print out an excel sheet without having to record the macro
|
| Use MS Word as report designer and generator in Delphi app | 19 Oct 2006 19:53 GMT | 11 |
I looked for it in the NG archives and Googled for it but I'm not able to find any good examples. I'm sure that there are plenty, but still can't find good keywords to search for.
|
| Permanently dock toolbars? | 19 Oct 2006 19:33 GMT | 3 |
Is there a way to programatically permanently fix the position of custom toolbars? We have three custom toolbars which we use in place of the standard & formatting ones (plus one other). What we want is for all users to have the three toolbars displayed one beneath the other by ...
|
| Making addin available to others | 19 Oct 2006 19:29 GMT | 3 |
I have put an addin in the username's "C:\Documents and Settings\" & uname & "\Application Data\Microsoft\Addins" folder, and the necessary templates in the username's "C:\Documents and Settings\" & uname & "\Application Data\Microsoft\Templates" folder.
|
| Automating the Paper Type? | 19 Oct 2006 19:00 GMT | 2 |
Hi. I am trying to use a MS Word 2003 object in VB2005 to print certain documents on letterhead paper. The printer (a networked HP LaserJet 5000n) contains the letterhead paper in the bin that says '2' on the front. The printer is configured to use bin 2 for letterheads ...
|
| Loop txt files and make change and save | 19 Oct 2006 17:58 GMT | 9 |
I am trying to modify the same specific content in 100+ txt files (for example, change xxx to yyy). I need help to write a Word VBA code to do that. Here is the pesudo code: loop all files in a folder
|
| Copy Paste from IE to Word(2003), re-style text, maintain formatting | 19 Oct 2006 16:07 GMT | 4 |
Working with a team that has created a web application (javascript with oracle back end). One of its functions is to auto-generate a document based on a pre-defined template, using a custom Style. We currently copy the text (stored as HTML in Oracle) from IE and paste it into the ...
|
| how to re-arrange page order | 19 Oct 2006 15:03 GMT | 1 |
I am putting together a proposal and need to know how to change the order of the pages. The proposal jumps around and is not in the order it needs to be. Is there a way to re-arrange other than cut and paste? I already have the pages set up as I need them and would rather not ...
|
| Problem updating links to Excel | 19 Oct 2006 14:47 GMT | 3 |
I'm a newbie in programming with Word (don't know much about Word in general), though I'm pretty familiar with VBA in Excel and Access. What I am trying to do is illustrated by the following code, executed from a module in Excel:
|
| Newbie: How to select left cell in first row in a table? | 19 Oct 2006 12:42 GMT | 3 |
I want to iterate through each table in a document and make som column adjustments, see code below. However, in order to make this work, I guess I need to select left cell in first row in the table before performing a table column title search and the
|
| Problem with tables in header/footer parts | 19 Oct 2006 10:45 GMT | 2 |
I need to insert a table in header section but as I insert a table in header part there is a space under table. I set BottomPadding of table to 0 but It wasn't working too. I think there is spare paragraph under table but I can not remove it.
|
| Creating Document with Varied Paragraphs | 19 Oct 2006 03:15 GMT | 1 |
I'm hopeful that I can explain this properly. We're using Word 2003 SP2. User wants to create a document with multiple paragraphs. In front of each paragraph would be a checkbox. They want to be able to check the paragraphs they want and have a document created using just ...
|
| quick - why won't this work??? | 18 Oct 2006 20:43 GMT | 8 |
Public Sub cmdClose_Click() MsgBox "Are you sure you want to quit?", vbQuestion + vbYesNo If vbNo Then Exit Sub
|
| Help! Converting numbers from Userform into text? | 18 Oct 2006 18:38 GMT | 9 |
After trapsing through the newsgroups & websites I cannot seem to find an answer to my problem! Basically, when a user enters numbers into a text box in my Userform, I want VBA to take those numbers and insert them both as the numbers in 1
|