| Thread | Last Post | Replies |
|
| Crossreference shortcut | 10 Feb 2004 17:06 GMT | 1 |
When many times cross-referencing the captures, ie. ,Tab.', it is tiring to re-direct repeatedly the default ,EntireCaption' to ,OnlyLabelAndNumber' and to select "Tab.' kind. It may be surely done by means of a
|
| macro works sometimes | 10 Feb 2004 16:38 GMT | 10 |
Some time ago I recorded a macro that would copy and paste text between 2 open documents, finding the text by bookmarks. There had to be an alteration to the macro and it would not let me alter it, so I recorded it again, in exactly the same way as the first macros that worked. I ...
|
| Numerical string | 10 Feb 2004 15:06 GMT | 3 |
I was wondering, what is the code for searching only for numerical string? Is that possible? For example: I have sentence like this:
|
| moving down columns in tables a row at a time | 10 Feb 2004 14:21 GMT | 4 |
I wonder if i people can advise me on the best way of doing the following. I am studying writing VBA in Word with various tables at the moment and I wish to the following. please can people offer their techniques on
|
| Using templates on different PCs | 10 Feb 2004 10:52 GMT | 1 |
I am setting up a Word template. The template loads a second template The client may want to use the templates in a non networked environmen on a number of different computers running either Windows NT or Window 2000.
|
| Protecting VB Code in documents? | 10 Feb 2004 10:02 GMT | 2 |
Is there a way to protect my code from modification/copying in word.? Thanks, -- Gerry
|
| MailMerge Query Ignored | 10 Feb 2004 09:56 GMT | 1 |
Although I am specifying a query in the MailMerge code below, I'm stil prompted to select a query when the macro runs. In fact, I don't see difference between specifying the Connection parameter or not. Who can shed light on this?
|
| manual Save File as versus Copyfile | 10 Feb 2004 09:56 GMT | 1 |
I am attempting to Copy a .csv file to a text file. When I use CopyFile or objFile.Copy it copies the file and the sam number of bytes exists. When I do this manually, i.e. single select the .csv file, right-click, open with Wordpad, or Word, (I believe Notepad will give me the ...
|
| Microsoft Rich TextBox Control 6 [sp4] (Richtx32.ocx) on a | 10 Feb 2004 09:56 GMT | 1 |
Strange or am i doing something wrong, I get the following message when try to place a Microsoft Rich TextBox Control 6 [sp4] (Richtx32.ocx) on VBA userform "The subject is not trusted for the specified action
|
| INCLUDETEXT from a xml source | 10 Feb 2004 09:56 GMT | 1 |
I am developing a word add-in using .NET. The work of the add-in is to use the INCLUDETEXT functionality provided by Word 2003 to transform a xml using xsl. I could get this working using a physical path for xml and xsl on the client machine, but in reality the xml is going to ...
|
| adding text to the footer of the protected document | 10 Feb 2004 05:27 GMT | 1 |
I want to create template which will be protected form. I would like to add the User Form asking user for some input which has to be inserted into the footer. What is the best way to do that.
|
| VBA and .rtfs | 10 Feb 2004 05:21 GMT | 3 |
Is there a way to code into .rtfs? Without having to go into too many details, the reason why I'm asking this is that we have a document management program (official electronic filing system) for all documents that are
|
| RegOpenKeyEx return codes | 10 Feb 2004 04:41 GMT | 2 |
Help - I'm modifying a macro library, so that the macros will run with Office XP. This includes a number of API function calls, which are reading Registry values, eg to pick up the location of the User Templates In the function call RegOpenKeyEx(), I've changed the subkey value ...
|
| Using macros on multiple documents - problem | 10 Feb 2004 02:46 GMT | 6 |
I'm working on a documentation project involving 300+ word documents. Changes made in one doc need to be applied to all these docs. Anyways, to save time I wrote a macro in vb which, in short Searches for all files in a given director Then loops for each document Opens i
|
| How to identify Object type in macro? | 10 Feb 2004 00:43 GMT | 1 |
I need a macro to go through a document and open then close every Equation Editor object. This works until it hits an OLE which is not Equation Editor. ' Macro1 Macro
|