| Thread | Last Post | Replies |
|
| Find double lines - vba or wildcards? | 29 Aug 2006 14:30 GMT | 12 |
I'm trying to find all double (identical subsequent) lines in a Word-file. This is the file structure: Saturday, Bob and Mary, 02 PM Sunday, Bob and Raymond, 02 PM Sunday, Bob and Raymond, 02 PM
|
| inserting custom tags around selection | 29 Aug 2006 12:52 GMT | 10 |
I want to mark a fragment of the document to be able to populate it with data. I'm afraid I have no chance in standard word document, have I? But I have a little hope that I can do that in WordML format. Here is what I want to do, for simplicity in HTML:
|
| POST an unsaved document | 29 Aug 2006 10:46 GMT | 2 |
I need a helping hand to help me send an unsaved dokument through a POST call. I have added functionality to word and want to send a unsaved document through a POST call. This works fine when I try sending a saved
|
| SUB test(anyparam) -- VBA does not allow params!? | 29 Aug 2006 10:38 GMT | 21 |
Hi group, this one is strange: I want to write a SUB-procedure with one parameter like this: Sub sh_info(shselect As Integer)
|
| Saving Files in word | 29 Aug 2006 09:39 GMT | 4 |
I realized this morning that a prievous post may not have been clead. This is what I a trying to do through a word userform. I gather information from the user, this information among other things contain two parts to a folder name that will be created. Some of this
|
| Getting the file type. | 29 Aug 2006 09:15 GMT | 1 |
How can I find out which format is the document? I know about wdSaveFormat and wdOpenFormat enumerations which I can use during save and open, but how can I find out if the opened document is for example in XML? Thanks,
|
| Bold all cross-references | 29 Aug 2006 06:03 GMT | 5 |
Is there a simple macro that can bold all the cross-references in my doc? It's been a few years since I've handled VB and I don't have the time to fuddle my way through right now. Thanks in advance.
|
| What did I do wrong...UserForm and AutoNew | 29 Aug 2006 04:53 GMT | 1 |
I followed the instructiosn from MVP Microsoft on how to creat e userform. It worked perfectly for my application; however, there were a couple fileds I had to modify. When I re-saved the template and opened it for a new document the userform
|
| how do you edit the location of a subdocument hyperlink? | 29 Aug 2006 04:51 GMT | 1 |
I am creating a master document with multiple subdocuments. My company uses a datamanagement system for data storage. I am able to access documents within the data management system via a http hyperlink. i intend to modify the subdocument location to point to the appropriate ...
|
| ComboBox Macro Issue!? | 28 Aug 2006 21:33 GMT | 6 |
I am hoping I am posting this question to the right group. I have been working on a word template form (Word 2003 Professional). On another discussion group I was informed about ComboBoxes and have used three in this particular form. Two of these are working JUST FINE...the third ...
|
| Using a list box in a word document | 28 Aug 2006 20:56 GMT | 1 |
I am creating a dictation form for a surgeons office and I used drop down boxes for the user to add in information. However, the Doc would like the user to be able to select more than one item in a drop down box. I do see, from the controls, that a list box or a drop down box ...
|
| Call to open specific named Excel file opens "Personal.xls" file | 28 Aug 2006 19:43 GMT | 2 |
I have a VBA that exports the data from a Word table into a Excel file. The Visual Basic file that is run calls out the specific Excel (in this case WISTL.xls") file to be opened and then the data imported into the Excel spreadsheet. The issue I have is that my "Personal.xls" ...
|
| error handling for find (.find) object | 28 Aug 2006 16:55 GMT | 1 |
Hello--does anyone know how to do error handling for the find object? I am searching for certain variable text in a word document (the variable is set from user input in a user form) and I want to generate an error handling routine for cases when the user types in text that is not ...
|
| how to print at least 1 cm of row before break | 28 Aug 2006 16:42 GMT | 2 |
I need to insert a table and allow rows break across pages. but I want to print at least 1 cm of each row before break and if empty space is less than 1 cm complete rows breaks to other page in vba. Is there a solution or not?
|
| different tablestyle for each cell | 28 Aug 2006 16:37 GMT | 1 |
I have a table with four columns. The content of each cells maybe willl be too large that it will spread whitin more than one page. the Content of one colums is important and I want to allow to break whtin the page when the content is too long but the content of another columns is ...
|