| Thread | Last Post | Replies |
|
| Corrupt Form? | 20 Oct 2004 23:57 GMT | 6 |
Word 2000 In the last 2 days I have started getting the following error message when I try to save my project: The disk is full. Free some space on this drive, or save the document on
|
| Question on FileOpen Dialog | 20 Oct 2004 23:48 GMT | 10 |
Word 2000 I have the following code. If Err.Number = 52 Then With Dialogs(wdDialogFileOpen)
|
| How to delete from first page to start of the next section break | 20 Oct 2004 22:39 GMT | 4 |
Would you please let me know how to delete from first page until the first section Break (Next page) in VBA? Any help would be great. Thanks,
|
| Best way to check if doc exists? | 20 Oct 2004 22:38 GMT | 2 |
I know there are a couple of different ways to see if a document exists (before I throw an error trying to do something with it!), but I'm wondering if there is a "best" way - that is, one most likely to behave nicely in just about any routine I stick it into. The path will always ...
|
| Macro to change character spacing | 20 Oct 2004 21:59 GMT | 4 |
I'd like to write a macro that allows the user to alter the character spacing of characters that have been previously selected. When I run the macro, I'd like a small box to appear where the user can type in the required character spacing. How do I make a box appear, and how do I ...
|
| how do i write a simple computer program? | 20 Oct 2004 21:48 GMT | 1 |
I would like to know how to write a simple computer program
|
| Footnote Revisions refusing to go away even with code... | 20 Oct 2004 20:59 GMT | 5 |
Sorry for cross-posting but I didn't know where else to post this and really need the help so here goes... I've got a VB6 app that creates Word docs utilizing mail-merge. When this app is run on machines with Office 2000 or earlier, the docs print out fine
|
| VBA graphics and tables | 20 Oct 2004 20:49 GMT | 6 |
Wonder if you can help. I am using VB6 to control Word 2002 via the oject model but I can't get the syntax quite right to insert a jpg graphic into a specific cell in a table. If I just dump the graphic on the page then the code
|
| Links should update when you "Save As"? | 20 Oct 2004 20:45 GMT | 1 |
I have links of the form: { LINK MyClass.Image Document1 "_1159793036\\Spot 1" \a \t \* MERGEFORMAT } (for example). The document I created to hold the links was called "Document1". When I save the document as, say, "gianttestreport.doc" and
|
| to add my own command in the pop up menu that is opened by RMB | 20 Oct 2004 20:32 GMT | 2 |
I need some hints on how I can add my own command/option in the pop up menu that is opened by clicking the right mouse button. The situation is like this: 1. There is selected text (consisting of numbers).
|
| Macro Execution | 20 Oct 2004 18:03 GMT | 2 |
I'm really new at this VBA stuff. Please bare with me. I have a form template that will be used by field offices to submi information back to their headquarters as a .doc. When headquarter receives the .doc they will review the content and make changes whe
|
| Adding shapes... | 20 Oct 2004 17:33 GMT | 2 |
How can I add a shape at the current cursor position using VBA? I would like to add a small rectangular box. Is this possible? Thanks
|
| Open a locked template. | 20 Oct 2004 17:05 GMT | 1 |
How do i open a locked word 2000 template? or does anyone know a tuturial to make templates using userforms? Thanks in anticipation
|
| Find/Replace only supports alphabetic characters? | 20 Oct 2004 15:54 GMT | 2 |
I'm trying to do a find/replace by automating Word from a C# application. It works fine as long as my find/replace text is alphabetic. If I try to do a find/replace using a string such as "C#", I get an error: "The Find What text for a Find All Word Forms search can only contain ...
|
| Allowing user to set what and how many selections? | 20 Oct 2004 15:09 GMT | 8 |
We work with a lot of engineering documents. Each doc has basically the same general format, but specifics differ enough betweens sections that a one-size-fits-all template isn't possible. I can pull all the info out of the database to create the docs (this must be done through ...
|