| Thread | Last Post | Replies |
|
| Can you remove a style from text without losing the formatting? | 05 Oct 2004 16:50 GMT | 3 |
I'm not sure how to word this correctly but I'd like to find a way to remove styles and have all text formatted in that style retain its formatting as if it were manually applied. Is that possible?
|
| Trim Function | 05 Oct 2004 16:37 GMT | 1 |
I am walking down a table column looking for a specific string; during the process, I encounter a character at the end of the string that resembles a little square (forget what you call it). I try to use the Trim function, but that does not remove it. The following is the code ...
|
| Document can't find form, code in template? | 05 Oct 2004 15:29 GMT | 1 |
I created a template ( .dot) to hold some macros, UserForms, and library references. The template resides in my UserName\Application Data\Microsoft\Templates folder, alongside my Normal.dot. I then created a new document based on this template, and created a Document_Open macro ...
|
| Msword method to set document size | 05 Oct 2004 12:29 GMT | 1 |
I want to know which word method(api) or properties have to be used to set window size while displaying a document in the msword
|
| New Doc showing Fillin field twice | 05 Oct 2004 11:20 GMT | 2 |
I am finding that when a new document is created using a template with fillin fields and a fillin field in the template footer, it prompts the user twice. It is the first and last prompt, is this normal behavior or am I doing something wrong?
|
| converting Word templates to 2003 | 05 Oct 2004 11:06 GMT | 2 |
Has anyone found any problems? I'm trying to compile a list for my colleagues. I've just found a 97 macro that falls over in 2003 because Selection.TypeBackspace now DELETES the selected table cell in 2003 (it used to just
|
| Application.OperatingSystem on Unix? | 05 Oct 2004 08:09 GMT | 6 |
What will the result be if I do Application.OperatingSystem and the operating system is Unix? RBS
|
| How to auto-fill paper forms from database? | 05 Oct 2004 07:52 GMT | 1 |
My company has lots of paper forms to fill everyday. Instead of fill them manually, I want to print them out from database. The key here is that, we need to scan the blank form into picture (not a problem), then use this picture as background (watermark?) of documents, and create ...
|
| How do I delete the Paragraph Formating mark? | 05 Oct 2004 04:37 GMT | 1 |
The little paragraph mark made every time you press enter keeps coming up and i was wondering how to remove it.
|
| Macro | 05 Oct 2004 04:18 GMT | 3 |
I have created a form that will be filled out on the PC and it ha close to 20 pages. Not all the pages will be utilized depending on th order. How do I write a macro that will print only the pages tha actually contain data?
|
| Controls in Form during Runtime | 05 Oct 2004 03:20 GMT | 1 |
is it possible to implement in a Word-Document controls (option- or checkbuttons) during run-time? Thanks Peter
|
| New document using Template not using Date Created properly | 05 Oct 2004 01:20 GMT | 1 |
Using Word 2003 - Windows XP Professional New document is opened using Template (DOT) which Date Created is used. This works properly in most instances.
|
| Optionsbuttons in Form | 05 Oct 2004 01:05 GMT | 2 |
I need a Word-Document which includs a form with some optionbuttons. The only problem I have is, that all optionbuttons seem to be in one group. How can I realize it that for example option 1 to 4 are in one group and 5 to 8 are option for another theme?
|
| userform help with textboxes | 05 Oct 2004 01:04 GMT | 1 |
Yes, I just posted an hour ago with an attachment, but evidently they dont get posted. I have a user form with bookmarks in the template and would like to have a textbox with lines that are there all the time, I actually need three textboxes per page . Could anyone lend me a ...
|
| NoPrompt not working... | 05 Oct 2004 00:58 GMT | 1 |
For my new job I need to search through 25,000 short text files and replace about 280 words with 280 NEW words. This weekend I wrote a Word macro to accomplish this task for me. I've been trying the code at work this morning and I've encountered
|