| Thread | Last Post | Replies |
|
| Use fFileCopy instead of Save to Flash Drive? | 27 Dec 2006 15:35 GMT | 6 |
I apologize for cross posting to newusers, not sure which was appropriate I am new to VBA, I have seen here and on other newsgroups that it is unwise to save a word file directly to removeable media because of the
|
| Ask Word whether first page header of a section is on an odd page? | 27 Dec 2006 10:20 GMT | 1 |
I got a long word document with several sections, each section with different first page header and different headers for odd and even pages. Can Word VBA tell me whether the first page header of a given section
|
| How do I debug .dot file? | 27 Dec 2006 10:20 GMT | 3 |
How do I debug .dot file? I can view the source code while not running. But , I can't do that while running. In the case of PowerPoint vba , there's a registry key 'DebugAddins' to
|
| Remembering values between instances | 27 Dec 2006 05:12 GMT | 3 |
My problem is as follows: I am creating a form template that first asks the user to personalize the form (since it hase several inputs that will never change for that user) and then instructs the user to save the resulting document as a template.
|
| Installing a .dotm versus a .dot | 27 Dec 2006 04:59 GMT | 5 |
I've now got two versions of a template: one with a ribbon tab for Word 2007 (.dotm) and one with a commandbar menu for Word 2003 and earlier. I've decided that for ease, I'll just install both versions when
|
| File-open customization | 26 Dec 2006 23:17 GMT | 4 |
A contractor modified the File-Open command so it opens a completely different set of dialog windows, so that my good old "file-open" no longer works in the usual way, either the icon in the toolbar or the Open option of the File menu. I tried to customize the toolbar but ...
|
| File-open customization | 26 Dec 2006 23:12 GMT | 2 |
A contractor modified the File-Open command (in Word and Excel) so it opens a completely different set of dialog windows, so that my good old "file-open" no longer works in the usual way, either the icon in the toolbar or the Open option of the File menu. I tried to customize ...
|
| Object Browser | 26 Dec 2006 22:28 GMT | 1 |
Am I missing something in the Object Browser (Word XP)? Select the Word library, then enter "activedocument" in the search field. It shows members of the Application object. What if I want a list of properties and methods available from activedocument?
|
| Deleting text based on a search | 26 Dec 2006 20:21 GMT | 1 |
I would like to define a keystroke or combination that would search for a string and delete all the text from the present cursor position to that position. Any suggestions? Thanks in advance.
|
| replace highlighted text with typed-over text | 26 Dec 2006 16:36 GMT | 1 |
I am using Microsoft Office XP Professional. In the past, when I wanted to delete and replace text, I did it by highlighting the text I wanted to delete and typing the text I wanted to appear. The highlighted text would disappear with the first keystroke.
|
| Word 2007 speed issues | 26 Dec 2006 06:01 GMT | 3 |
we are automating Word from a VB application using COM. The app is very basic -- it opens document, prints it to a printer and closes it. We are trying to switch from Office 2003 to Office 2007. The app works, but there is a 100% performance degradation (i.e. it takes twice ...
|
| What replaces the office assistant for VBA 2007? | 25 Dec 2006 11:29 GMT | 1 |
I haave some elaborate training tutorials that I wrote in 2003 using the Microsoft Assistant. None run in 2007 even though "Assistant" is a proper VBA function. When I searched for Assistant in the Help system, MS says "It's gone." What is available so all my tutorials aren't ...
|
| Word 2003 security preventing WLL from loading | 25 Dec 2006 11:17 GMT | 3 |
We use a WLL (FolderInfo.wll) which resides in T:\Startup and Word is configured with this folder as it's start-up folder. There is also another WLL in there for Reference Manager. FolderInfo.wll perfectly on Word 2000, i.e. the WLL is executed when Word
|
| Word 2007 doc.CustomXMLParts.Add() Method? | 24 Dec 2006 18:30 GMT | 1 |
Does anyone have an example for using the doc.CustomXMLParts.Add() method?
|
| open an map with VBA | 24 Dec 2006 16:44 GMT | 2 |
I want to open a map in a mdb with vba which is linked to a result of a field in the active form Field on the active form shows 3 the map to find is P_3 The path is C:\wilfried\Stamps\P_3
|