| Thread | Last Post | Replies |
|
| How to search for word documents with bitmaps pasted inside? | 25 Aug 2005 22:46 GMT | 1 |
I have many word documents that have bitmaps pasted inside, and I am trying to determine if Word tracks this quality. Is there some way to search for items like this (like in Outlook where an attachment shows a paperclip) or is there some attribute these files
|
| Macro to disable Auto Date | 25 Aug 2005 19:45 GMT | 4 |
We do not want users to be able to use the auto date feature. Is there a way to disable it using VBA? Office XP
|
| Please check code | 25 Aug 2005 19:09 GMT | 6 |
What is wrong with this code? I can see Outlook trying to do something in my Start Bar but then nothing happens!!!! Private Sub CommandButton1_Click() Dim Document As Word.Document
|
| USING MENU OPTIONS, HOW DO I CHANGE THE FONT? | 25 Aug 2005 19:05 GMT | 1 |
USING MENU OPTIONS, HOW DO I: CHANGE FONT, COPY TEXT, CHANGE LINE SPACING, INDENT TEXT, FIND TEXT, CHANGE MARGIN, ALIGN TEXT, SET TAB?
|
| yet another setfocus question... | 25 Aug 2005 17:02 GMT | 1 |
ALL: I sure hope someone is monitoring the discussion at the moment; as I've about exhausted myself on this seemingly trivial piece. :-) UserForm1 includes several textboxes, a combobox, and two command buttons.
|
| InlineShapes | 25 Aug 2005 16:15 GMT | 2 |
I'm writing an application that make some operations with some objects stored as inlineshapes in a word document, but when I insert an Autoshape in Word XP, and an activeX object (CalendarControl) as an inline object, then InlineShapes.Count returns 1 (I guess because of the ...
|
| List files in directories and subdirectories | 25 Aug 2005 14:46 GMT | 1 |
I have copied an example macro from a knowledge base article. It ALMOST does the job I need but not quite. It list all the files in a specific directory but I also need to list all the files in that directory AND those in the subdirectories below it. (It
|
| Determining Paragraph Style Following a Selection Object | 25 Aug 2005 14:34 GMT | 3 |
I am looking for a way to determine the style of a paragraph following the current selection object. In short, if the paragraph following the selection object is a certain style, I need to move the end of the selection object to the end of that paragraph. Initially my plan was to ...
|
| Speichern Dialog trotz Setzen von ActiveDocument.Saved=True | 25 Aug 2005 11:36 GMT | 4 |
arbeite mich seit drei Wochen unter Win2000/Office2000 in VBA ein. Ich habe ein Word-Dokument erstellt mit Feldern (Links). Dazu die beiden Prozeduren: Private Sub Document_Open()
|
| Form.Hide vs End | 25 Aug 2005 10:45 GMT | 4 |
I have come across a strange problem in Word/VBA 2003. I have a macro that runs when the user tries to print a document. It opens up a dialog box with various timesaving options. The code behind the form has several Form.Hide commands for the cancel button, escape key etc.
|
| Subject: Ordered printing of random file types in VB.Net | 25 Aug 2005 07:14 GMT | 1 |
Here's the setup: - Windows Forms app that needs to print a set of files in a specific order - Files will mostly be Word docs and PDF docs, but could also be TIF, Excel, etc...
|
| Document_Open code when addin opened | 25 Aug 2005 07:14 GMT | 1 |
I am using the command-line startup switch (/l). The addin installs just fine, but the code that should run on the document_new or document_open event of the addin is not running (I have included the code in both events). How can I ensure that the document_open event code runs when ...
|
| Remote Server error | 25 Aug 2005 07:14 GMT | 1 |
I am using the code below in Access to create a Word document, 1st time it works fine, 2nd time I get an error that it cannot find the remote server. I get it on the line wdApp.ActiveDocument.PageSetup.LeftMargin = InchesToPoints(0.5). Any suggestion will be greatly appreciated!
|
| Using bookmarks to place a picture in word. | 25 Aug 2005 07:14 GMT | 1 |
I am trying to generate couple of word documents from excel sheet using a vba code. I am partly successful in that. I have created a word template with bookmarks. I am replacing book marks with appropriate data from excel sheet. But I am not able to insert a picture from excel
|
| Protect Userform | 25 Aug 2005 05:37 GMT | 1 |
I have a userform that I've created that I want protected. I'd like the user to open the file, enter all necessary information and but I want the page protected after it has been completed. How do i do that?
|