| Thread | Last Post | Replies |
|
| using vba to break links in MS Word | 24 Jul 2007 00:54 GMT | 4 |
Does anyone have vba code to break links in MS Word? Would appreaciate you sharing. Thanks in advance! Michael
|
| Fastest way to change vbCr to vbCrLf? | 23 Jul 2007 22:28 GMT | 2 |
I have a batch of strangely corrupted Word files. Most of the paragraph marks are actually just chr(13) a.k.a. vbCr, not the full combination vbCrLf, a.k.a. vbCrLf. This matters because when I save the Word files as RTF (which I have to do),
|
| See if excel is open from a word module | 23 Jul 2007 19:58 GMT | 1 |
Hey all, I would like to know if there is a way to determine if there are any excel files (either the application, or workbooks) open from within my word module. Thanks everyone.
|
| Making the switch to SQL Server | 23 Jul 2007 19:38 GMT | 4 |
I have written a utility to work with a shared database on our network. Below is a cut-down sample from it which reads author names from a database table. My problem is that the database has been moved to an SQL server and I don't know how to modify my code to access the database ...
|
| SQL Query | 23 Jul 2007 18:21 GMT | 3 |
I am using VBA but not Word. I could not find a general VBA group to post to. I am using RsView Studio which is an application to create HMI (Human Machine Interface) Visualization Screens. I need to create a screen that does a query and supposed VBA would be the tool to use.
|
| Detecting custom list extent | 23 Jul 2007 14:28 GMT | 2 |
What do you think of this idea? Here's the application... We use SEQ fields and supporting macros to create numbered lists for procedures. Currently, I detect the extent of the list by looking on either
|
| Extract/Export Drop Down List or Combo box Values from UserForm | 23 Jul 2007 11:38 GMT | 1 |
I was given a protected word forms which was built by a colleague who no longer with the company. I am not sure how it was built, but when ran Visual Basic (Alt + F11) on form, there was no code shows on VB editor, so I presume it was built by toolbar form control.
|
| "Requesting virus scan" | 23 Jul 2007 10:44 GMT | 5 |
Just recently, when I open a file, Word is apparently "requesting a virus scan". The operation dramatically slows down my work (I open and close dozens of files at a sitting). I am confident that my collection of files is "virus free" and do not NEED a
|
| Creating a button to send doc as email to fixed addy | 23 Jul 2007 09:38 GMT | 9 |
Good afternoon all, I still searching google and the MS word help files but so far no joy. I am looking to create a button within my word document. This button, on push will automatically send the entire doc as an email attachment to a fixed
|
| Can't edit range | 23 Jul 2007 09:18 GMT | 5 |
Hi @ all i want to copy a document and then remove some parts of it. I do the copy with WordBasic.CopyFileA, since VBA.FileCopy fails on opened docs.
|
| help for vba | 23 Jul 2007 09:06 GMT | 1 |
does anyone no how to answer a proposed question like this. I was looking through some old papers for next years module in this. As im doing this as a module on my course and I want to get a head start in understanding how to write this in essay formats.
|
| Formatting with Jump/Stop codes and bullets..two questions. | 23 Jul 2007 06:59 GMT | 2 |
Questions #1: I do medical transcription using an MS word-type program called Extext. I would like to find out if there is a way to create jump/stop codes within a Macro/Expander/Template or just a regular document using certain characters
|
| How do I insert a bookmark into a specific position in a paragraph | 23 Jul 2007 02:30 GMT | 6 |
How do I insert a bookmark into a specific position in a paragraph? For example, there is a sentence below and how to I insert a book between "simple" and "test". "This is a simple test."
|
| Protected documents and shapes | 23 Jul 2007 02:29 GMT | 5 |
I have documents where a page or two are protected in the document. My problem is when I come across one of these documents none of my macros for added shapes works correctly on the non-protected pages. It will not let me edit any shapes either. I can change text on these pages. ...
|
| Exit event on field not firing when exiting a frame | 23 Jul 2007 00:50 GMT | 1 |
I have several textboxes in a frame and have written code to validate and format the value in each textbox on Exit. (An example of the code appears below.) I'm working with the Exit event because I don't want the textbox to lose focus if an invalid value is entered. And it works ...
|