| Thread | Last Post | Replies |
|
| path to remote server in VBA | 10 Jan 2006 17:38 GMT | 1 |
The folder where I'd like to save a document is located on a remote server that is accessed via Windows terminal services. When working with a server on my local network, I can access the folder I want with the following code: Dim FSO As FileSystemObject
|
| Writing from Oracle Database to Word | 10 Jan 2006 15:46 GMT | 2 |
Please forgive me if there's an obvious answer to this question, but I'm a newbie to both Windows development and VB (I live in a mostly Java world). We've got an Oracle database, and we want to write some
|
| Help with code | 10 Jan 2006 14:57 GMT | 1 |
I'm not very good with writing code from scratch I have written the below code but can't get it to work - what am I doing wrong or is it just not possible to do. The .bat file just copies some folders from one place to another.
|
| Disable "Update Fields" from VBA | 10 Jan 2006 13:38 GMT | 4 |
My word users have the ceckbox "Update Fields" on the Print tab of Options marked, because some documents need it. But for some other documents I need to uncheck this box, so: How can I uncheck that option from a Macro or VBA Sub ?
|
| Parsing Word DOC file and validating Word styles | 10 Jan 2006 13:14 GMT | 2 |
Hi Word gurus, I am trying to do followings but not sure if it is doable. Greatly appreciated for any help. My whole purpose is to enforce the formating of Word documents that are
|
| Working with two or more Word docs. | 10 Jan 2006 12:39 GMT | 5 |
I've written a sub which copies text from one enclosing bookmark to another. (Code at end of this question). While I haven't run it yet, it was based quite closely on some code snippets I found at various VBA sites so I think it should work (but if
|
| AutoClose not working | 10 Jan 2006 10:57 GMT | 1 |
I recently upgraded to Word 2003, while most at my office are still using 2000. When I had 2000 myself, I created a template using the AutoClose procedure. It worked perfectly to ask users if they wished to turn on Track Changes (if it wasn't already engaged) upon closing a ...
|
| Word Object Library / Spelling Checker | 10 Jan 2006 10:55 GMT | 4 |
I am currently developing a project which involves the storage/retrieval of Word documents to/from a SQL Server database. The user is required to be able to select a document from a list of stored documents and press a button which should extract the relevant document from
|
| msoControlButton does not show until after customize | 10 Jan 2006 10:49 GMT | 3 |
Word 2003 When I add a control button to the "Tools" menu the button does not appear until I click on 'View -> Toolbars -> customize -> then open the 'Tools' menu and then close the customize session.
|
| word has not registered window when trying to send email | 10 Jan 2006 10:17 GMT | 1 |
After installing Microsoft Student word now says it is not registered when trying to send email.
|
| Please help me...word vba and database | 10 Jan 2006 10:17 GMT | 1 |
Dear Experts, I really stack with this very small project....I have a word document and its form from VBA...in the form there are one combobox called "Item Code" and two textfields called "Description" and "Qty"..and there is a button called
|
| search in word documents. | 10 Jan 2006 05:31 GMT | 3 |
this is my first post in here and i don't even know if i'm asking in the right place (if not can you direct me to where can i ask this question please?!) I'd like to do an application which looks through word documents in a
|
| userform.hide caused a los of focus in vba word | 10 Jan 2006 05:29 GMT | 1 |
can anyone help me ? I make a new document out of a template with VBA code and after closing (hide or unload) the userform the focus is going to the first windows that's in word. if i have a document open for example document5 and i create a new
|
| Misplaced Jewel Case | 10 Jan 2006 05:23 GMT | 1 |
I need the cd key code for my Microsoft Works Suite 2001 software
|
| How to enter printpreview and cannot be turned off | 10 Jan 2006 02:18 GMT | 2 |
Hi ,all How to enter printpreview and don't let user turn off I want enter to printpreview view programmily and disable user to turn to other view,like normalview etc.
|