| Thread | Last Post | Replies |
|
| ShapeRange Selection | 03 Aug 2007 02:17 GMT | 3 |
The following snippet is part of a larger procedure which places AutoText graphics in a header and then moves them to the correct location: ActiveWindow.ActivePane.View.SeekView = wdSeekFirstPageHeader
|
| VBA code (Where does it live) | 02 Aug 2007 23:56 GMT | 3 |
When you open a template there is no vba code. However when you hit alt f11 the VBA editor comes up and there is code. Where does that code live? Is there a file that contains the code?
|
| Populate a VBA variable from text on the page | 02 Aug 2007 23:50 GMT | 2 |
I'm currently copying a text with numbered verses in each chapter from a web site and pasting to Word. There are three translations of each verse. I created a Do loop to remove 2 of the translations from each verse. The loop length is controlled by an integer variable I populate ...
|
| office2000 on windows 98 | 02 Aug 2007 22:01 GMT | 1 |
In my office, on one of the computers I am using office 2000 on win98. it was working fine. Today, someone used a floppy disk on this computer after which it has started giving a msg when I open word2000 about some illegal operation....
|
| Copy Command | 02 Aug 2007 21:02 GMT | 3 |
Would anyone have some vba code that I could put into a letterhead template that would copy that template, close the original and then paste it into a blank document so that the original template is considered "closed"? My problem is that when I have edited the template and try to ...
|
| double merge | 02 Aug 2007 19:46 GMT | 2 |
made the following macro got almost all I want except. When it goes to printer is the problem. What I am after is for it to go to printer without user input. Presently it stops at the screen for the printer options. If you choose properties to get next screen for fast draft when ...
|
| Macro variables availability | 02 Aug 2007 17:46 GMT | 5 |
Can you establish variables and have them accessible to all macros within a document - if you set them up in a .dot file? I'd like to have one location to store the following variables: Dim DataSourceFile As String
|
| Use current heading level in a field | 02 Aug 2007 17:06 GMT | 9 |
Is there a way to get the current heading level from a field? I can't use a StyleRef field because I don't know what style to look for (i.e. Heading 1, Heading 2 etc.) Thanks
|
| Inlineshapes | 02 Aug 2007 15:28 GMT | 4 |
I am using an inlineshape as a signature on letters. The user can automatically insert a scanned signature. (controlled by Access 2003) The problem I have is removing the signature if someone else want to sign the document. I have a routine which removes all inlineshapes from a
|
| How can I programmatically relink my linked Excel worksheets in MS | 02 Aug 2007 14:16 GMT | 6 |
I created a Microsoft Word document that contains dozens of linked Excel worksheets. I am searching for a method to programmatically search and replace all these links. In searching online, I found code to perform this task for both Access and
|
| How can I programmatically relink OLE's in a Word document | 02 Aug 2007 06:04 GMT | 1 |
I created a Microsoft Word document that contains dozens of linked objects (OLE's). I am trying to change the path name in the "embedded objects" within the Word. I want the macro to scan through each page in the document and find each embedded object (which are linked to an ...
|
| How can I automatically change the path names of Excel OLE objects in Word Document | 02 Aug 2007 05:52 GMT | 3 |
I created a Microsoft Word document that contains dozens of linked objects (OLE's). I am trying to change the path name in the "embedded objects" within the Word. I want the macro to scan through each page in the document and find each embedded object (which are linked to an ...
|
| Adding entries to 2007 QAT | 02 Aug 2007 03:07 GMT | 3 |
Hoping that VBAwould record my steps, I added one of my macros to an icon that would sit in the 2007 Quick Access Toolbar. I got the icon in place, but none of my steps were recorded. Does anyone know the VBA code (in general) that will allow me to add different macros to the ...
|
| runtime error "-2147217843 on SQL server connection | 02 Aug 2007 01:42 GMT | 2 |
I'm having a problem with an SQL connection (MS SQL Server). Below is my current connection string: Dim myServer As String, myDatabase As String Dim myUID As String, myPassword As String
|
| Custom Toolbar Editing Word 2002 & Migration to 2007 | 02 Aug 2007 00:44 GMT | 6 |
We previously had templates written that included a custom toolbar with a drop down list for personal letterhead. I have found the letterhead macro and have been able to edit it (Global.dot), but I do not see the toolbar macro or where in the macro the toolbar is referenced in ...
|