| Thread | Last Post | Replies |
|
| ******* Project locked.. ****** | 16 Nov 2003 11:30 GMT | 3 |
Ive created several procedures within a "Utils" module in my Normal.Dot, working fine. Got buttons on toolbars etc, suddenly last week when trying to edit my code got the message "Project unviewable" & "Project Locked".
|
| switching between windows using Activate | 16 Nov 2003 02:24 GMT | 4 |
Using Word97 in Win98... Using a template as an add-in in the startup folder. After getting info via user form, a new document ("letter") is ADDed to the collection. After inserting info, I'd like
|
| Delete macros | 16 Nov 2003 02:17 GMT | 9 |
How I can remove macros from itself when it will finish the work? Plese help me
|
| Inserting a PictureBox picture into a Word document | 16 Nov 2003 02:11 GMT | 1 |
How do I go about doing this? Basically I have a field where the user inputs a doctors name, a field where the user inputs the doctors bio, and then a picturebox where they select an image from their hard disk. I need all this info to be saved into a Word template, but I'm not ...
|
| How to display bookmark names within MS Word editor ? | 16 Nov 2003 01:41 GMT | 5 |
I am automating Word documents from a VB application by setting the text values in bookmarks within the Word documents. Anything works well. I only find it a hassle of work to edit the documents in MS Word when dealing with bookmarks. I can only see the location of the bookmarks by ...
|
| Userform input data stored invisibly in document? | 16 Nov 2003 00:34 GMT | 11 |
I'd like to create a situation in which a userform can be opened, the fields filled in, and when the document is closed, the data input to the fields is stored invisibly in the document, so that when it is re-opened, the previous data will be available.
|
| save doc name from user fields??? | 15 Nov 2003 20:56 GMT | 1 |
I have a word fill-in form. Can I create a macro that will automatically save using a specific file name. I want the file name to come from the info the user enter into 3 different form fields. Thanks.
|
| How to delete rows in the With - End With loop | 15 Nov 2003 20:51 GMT | 1 |
What do I have add to the loop below in order to delete columns A to H and rows 1 to 59? With wbk2.Sheets(1) End With
|
| Macros & Custom Properties | 15 Nov 2003 09:36 GMT | 6 |
I'm having difficulty getting my macros to recognize custom properties. I'm using the following: Rendered = Active.Document.CustomProperties(wdPropertyDateCompleted) which is a custom property for the document I'm working on that I'm trying to sort and list as being "rendered". ...
|
| Page Setup problems using VBA | 15 Nov 2003 03:57 GMT | 1 |
I have an Access 2000 system running a word 2000 mail merge document via OLE. The first run of the document is ok, the next run I get an invalid value error when trying to access any of the PageSetup properties and
|
| Routing a Word Document -- please help! | 15 Nov 2003 03:47 GMT | 1 |
Please help, I need to send a Word document to various individuals to approve. I need to be able to print each approval when completed to serve as a back-up to my document Do you know if Word can perform these functions? I am thinking that I would use the "routing a document" to ...
|
| Problems with tab in forms... | 15 Nov 2003 03:46 GMT | 1 |
This is a complicated question. I'm trying to create a form which will use outline bullets, but there is a big problem... when the form is protected the tab key doesn't indent (which changes the level of the outline bullet), but instead goes to the next field, and the indent ...
|
| Hyperlink that runs a macro | 15 Nov 2003 03:41 GMT | 1 |
I have an index page on web with hyperlinks to Word files which works fine as a rule. But some of the documents have document_open code that needs to run, but does not when the document is opened from a hyperlink. Is there a
|
| Hmm | 15 Nov 2003 01:56 GMT | 1 |
That is interesting. I'll mess with this general idea and see if I can figure out what it's prob is. If I do, I'll post the code. It should work just the same even tho I am in VB and your
|
| Error Handling overview | 15 Nov 2003 00:13 GMT | 1 |
Howdy All, This has to be a perennial favorite; is there a good overview of "best practices" for error handling in VB or VBA? I've read a couple "white papers" on the internet,
|