| Thread | Last Post | Replies |
|
| Multiple items in a COMPARE statement? | 14 Mar 2006 19:10 GMT | 1 |
Can "Compare" be used with multiple words or just one? eg: {Compare "Acids, Bases, Solvents" = "Bases"} It seems like it should work but I haven't had any luck. Are ther
|
| How can I create a large text file is an efficient way? | 14 Mar 2006 18:58 GMT | 3 |
I 've coded a subroutine to create a text file (in this case a xml file) which sometimes holds a size of 500 - 900 KB. While the subroutine works efficiently for small file size (up to 50 KB) I noted a worse efficiency in case of large file size (up to 10 minutes of calculation ...
|
| Changing font of a selection. | 14 Mar 2006 18:35 GMT | 2 |
How can I change the font of the selection? I want to find a selection of text and change its font automatically I tried recording it with the macro recorder, but it didn't record anything when I changed the font. Thank you for any help with this question.
|
| How do I refer to current directory in a FIELD / INCLUDETEXT | 14 Mar 2006 18:20 GMT | 2 |
Instead of: { INCLUDETEXT "C:\\D\\F.XML" \t "C:\\D\\F.XSL" }, I would like to have the files F.XML and F.XSL places in the word document's own directory (se FILENAME \p). I have found a complicated method with VBA and Macro's, but do not like it.
|
| Macro in MS Word to clear text fields | 14 Mar 2006 17:52 GMT | 2 |
I'm trying to create a macro that will clear text fields within a word document, and i'm having no such luck. I've created an identical version in excel which works well, but need one for word too.
|
| finding text wherever it appears in a word document | 14 Mar 2006 16:22 GMT | 6 |
I have an application where I want to be able to find and/or replace text wherever it appears in a Word document (including in headers, footnotes etc). This is a fairly common problem and a bit of research has led me to this page:
|
| refresh a vb control from within an embedded word app using vba? | 14 Mar 2006 15:48 GMT | 2 |
Hi gurus. I have a vb application that opens a word document (within a framer control). Then, using vba, I have code that lets the user add objects (e.g. buttons) to the document. Each time an object is added to the
|
| Resources Used by Startup Templates | 14 Mar 2006 15:47 GMT | 2 |
When we put a template in the startup folder for Word, how much does it affect system resources? For example, if I were to add a template that includes 100 or so autotext entries for the names of our largest member firms, would that information be "loaded" into memory when Word ...
|
| MS Word 2003 - Microsoft Office Document Imaging | 14 Mar 2006 13:27 GMT | 2 |
I would appreciate if anyone could help me answer the issue I have in relation to using the Microsoft Office Document Imaging driver (Tiff files). In our company we currently use the Peernet tiff driver to create tiff files for our imaging system. In Word 2003, this driver comes ...
|
| Macro to compare data | 14 Mar 2006 13:15 GMT | 3 |
can anyone show me the macro to compare data from word and excel... if let say I have textfield "Name","Gender","Status" in ms word.. and I need to import the data from ms excel.. I mean... if User enter "jack" into the textfield (in Word),.. and the
|
| "Table of Contents Options" | 14 Mar 2006 12:45 GMT | 2 |
can anybody please tell me which object holds the information from the "Table of Contents Options" dialogue? Specifically I'm after the bindings between styles and TOC levels. Many thanks in advance,
|
| Calendar control not displaying its text | 14 Mar 2006 12:43 GMT | 3 |
On my own PC (XP and Office 2003) I have developed a macro which includes a calendar control. The calendar displays ok on my PC but on a PC that runs Win 2000 with Office 2000 the calendar outline shows but there is no text. I have tried copying
|
| Date suffix | 14 Mar 2006 11:44 GMT | 4 |
I would like to create a template for a user who wants to use dates in the format '13th March 2006' for example. Normally, as far as dates are concerned, I might insert a CreateDate field to show the date a letter was created. This might show as '22
|
| Auto Increment number on Document | 14 Mar 2006 06:02 GMT | 1 |
I need to make a macro for all new/template documents, so that at what ever line/place I am in the document it should bring me a number. And when ever in same document or any other document If I call the macro it should obtain me a preivious number+1. I mean just when ever I call ...
|
| Determining control type | 14 Mar 2006 05:13 GMT | 2 |
Can I determine what type of control I've landed on from the control itself? e.g. can I have a function like the following? Private Function GetControlType(ctrl as Control) as String
|