| Thread | Last Post | Replies |
|
| Creating PDF files automatically | 08 Oct 2003 21:24 GMT | 3 |
I am trying to use VBA to create some PDF files from a Word (2000) document with Acrobat 5.0. Each time I run my procedure I get a Save As dialog box and I have to enter a file name and click I initially used the macro recorder and have used both this code, generated
|
| Using Word 2002 Safe Mode with Automation | 08 Oct 2003 19:52 GMT | 3 |
We have an application that uses Word 2002 via automation. (i.e. starts Word using CreateObject from a VB program). Occasionally word crashes or encounters other problems during operation.
|
| FWD: Try on that corrective pack which came from the Microsoft Corporation | 08 Oct 2003 17:39 GMT | 1 |
MS Consumer this is the latest version of security update, the "October 2003, Cumulative Patch" update which fixes all known security vulnerabilities affecting
|
| Locking tables and text? | 08 Oct 2003 16:33 GMT | 1 |
How can i lock a table and text so that the user can write around them without the formatting overlapping the tables and moves the words. Thanks in advance K
|
| Adding a table to a range object | 08 Oct 2003 16:27 GMT | 1 |
I have the following problem. I made a template in Word containing bookmarks. From my Access VBA code I can point to those bookmarks and add data there using a Range object. So far so good.
|
| Comparing Files | 08 Oct 2003 14:19 GMT | 1 |
I'm using VBA to copy a file from a network but want to check to see if the network file has been updated first. Can you help me? I'm also using
|
| position of number in string | 08 Oct 2003 14:10 GMT | 11 |
I would like to return the numbers from a string, but unfortunately the string starts with characters and therefore the function Value returns "0". I have thought about using the function InStr to get the position of
|
| TextBox - > Array Help | 08 Oct 2003 12:37 GMT | 3 |
I have several textboxes on a form. A user clicks a button and the information from the texboxes is stored as an array. The textbox1 which has a name is then inserted into a listbox. The textboxes are then cleared for another name to be entered. When this
|
| Putting Clipboard Contents into an Array | 08 Oct 2003 11:57 GMT | 1 |
Word 2000 I have a document that I use at work that functions as a hot plate for data. The document starts and end every shift as an empty document. I'm writing a macro that will execute each time I paste text into the
|
| can a macro be set up to sense the end of a line of text? | 08 Oct 2003 06:48 GMT | 5 |
Hello all-- I have an old Word doc of names and addresses (not set up as labels) that I'm trying to convert to a comma- separated list so it can be mail-merged.
|
| This Document Contains Macros | 08 Oct 2003 00:11 GMT | 3 |
I have numerous word documents that were created in Word 97. We have recently upgraded to Word XP. (1) When opening the older documents (that previously did not experience ANY problems), I receive a message stating
|
| How can I make my automation code hook onto an open application? | 08 Oct 2003 00:08 GMT | 1 |
I've written some code that performs some automation in Excel. My code creates a new workbook and enters some stuff from my Word document. Problem:
|
| Can't get rid of Mailmerge toolbar | 07 Oct 2003 21:05 GMT | 2 |
Every time I load a new document from my newly designed template the Mailmerge toolbar menu appears at the top taking up valuable screen space. I save the template with the Mailmerge unticked and not in sight but
|
| Best Form Design for this situation | 07 Oct 2003 20:46 GMT | 10 |
I hope someone can give me some advise on this. I have a form that allows entry of personal informaiton into a document. Most of the time when the template is opened and the form pops up only one person is entered.
|
| Selecting part of an ungrouped shape | 07 Oct 2003 17:45 GMT | 2 |
I have a macro which inserts and ungroups a metafile picture as follows: With ActiveDocument .Shapes.AddPicture FileName:=vrtSelectedItem,
|