| Thread | Last Post | Replies |
|
| Run macro in another doc | 09 Feb 2006 12:10 GMT | 3 |
This should work... but it doesn't. Who can spot the error ? I open a document, add a macro, and try to run that macro, but I get error 80020003 (macro can not be found)
|
| modification to merge field before mail merge | 09 Feb 2006 11:31 GMT | 1 |
In mail merge I need to split one field form datasource into 3 parts (string will be separated by - sign) and put in different places in document. I can't modify datasource, so I need to do this in word, probably using macros?
|
| Shortcut | 09 Feb 2006 11:01 GMT | 5 |
I posted the following in the DocManagement group to format words like Smith as S-M-I-T-H. Sub myFormat() Dim oRng As Range Dim oChr As Word.Range
|
| Macro - not visible | 09 Feb 2006 10:26 GMT | 1 |
I have a document with a macro attached which if I open on my machine I can see and run however if I open the same document on another machine with same level of macro security can't see the macro. Any ideas why ?
|
| disable macro on save | 09 Feb 2006 09:34 GMT | 3 |
Is it possible to delete or disable a macro when a document has been saved?
|
| MS Office password, username | 09 Feb 2006 08:18 GMT | 3 |
I am trying to access WebDAV resources using MS Office client. It generally works however there is one problem. When I open the document I am prompted to enter user name and password. I open document using script and I already have credentials inside the script so I wonder if
|
| how to disable command buttons like word does? | 09 Feb 2006 01:09 GMT | 7 |
I have noticed that if I open 2 word documents so that I can see them both at the same time and select some text in just one of them, that the COPY commandbutton is enabled on the document with the selection, but not on the one without.
|
| Opening word file | 09 Feb 2006 00:59 GMT | 5 |
Created a word doc on my desktop,a timesheet containing many rows & columns . Copied same to CD/ROM so as to be able to use on my laptop,but unfortunately this file will not open upon the laptop useing word but will open useing Word Pad but all jumbled up File created on desktop ...
|
| multiple .doc files conversion to multiple pdf | 08 Feb 2006 23:21 GMT | 5 |
I need to create many PDF files from many Word and Power Point documents. I have Acrobat 6.0, Office 2003 pro installed under W2K pro (can have Adobe CS with the newest Acrobat). In Acrobat 6, there is an option of converting many files into a single PDF. But I need to convert ...
|
| DownAndAccrossTableSorter | 08 Feb 2006 22:28 GMT | 10 |
I scrathed together the following today in response to a post in the tables group. I searched Google groups for a similiar solution and since I didn't see anything, I wanted to share it here. As alwasy constructive criticism is welcomed. Objective is to sort a word table down ...
|
| VB appl crashes on opening word doc | 08 Feb 2006 22:02 GMT | 7 |
I have a VB application which opens a word file to search for some text strings. At home there is no problem but when I try this code at work on a win2000 machine with office
|
| Insert document body, but not header | 08 Feb 2006 21:16 GMT | 2 |
I am trying to insert a word document with this code: Selection.InsertFile FileName:=myfile, Link:=False It works fine with most documents, but when myfile have a section and uses header/footer the header from myfile overwrites my origin header. I only want
|
| Attached Template reference removed on close | 08 Feb 2006 21:05 GMT | 5 |
File Server - Windows 2000 Terminal Desktops - Windows XP Software - Office XP In our environment we have precedents stored on the network and templates
|
| Find out current page of a shape object | 08 Feb 2006 21:04 GMT | 3 |
I'm looping through all of the shape objects to charactorize them and printing a report of the findings. The issue I have so far is that inline pictures (non-ole) don't have a name or other distinguishing info (that I see ATM). It would be much easier to have at least a page
|
| Can a merge to print macro be created/used on a protected .dot? | 08 Feb 2006 20:46 GMT | 1 |
Created a fax template with a mail merge. Would like a macro toolbar button that can be used to "merge to printer" while the template/document is still protected. Is this possible?
|