| Thread | Last Post | Replies |
|
| Type Change | 01 Jul 2004 23:07 GMT | 5 |
Does anyone know who to change a string to an integer in VB? We have a DB which exports a bunch of stuff into Word, which we then format and move stuff around. One of the exports is a Time for when an action was done, say
|
| create table | 01 Jul 2004 22:54 GMT | 2 |
in vba for word xp, how can i insert the table to the very, very end of the first page of the doc.? put a frame at the end, and insert the table to it? thanks, william. --
|
| Word's disabled items list | 01 Jul 2004 21:57 GMT | 1 |
Does anyone know of a way to access Word's disabled items list programmatically, or failing that, does anyone know where it is actually stored? While demoing a batch document conversion tool, I had a failure opening a
|
| Clickable Image? | 01 Jul 2004 19:33 GMT | 1 |
Hi, me again, You've all been so helpful I can't stop myself. ;-) I thought I could make a small icon in the document that the user could click on to launch the "insert image"
|
| Macro not working in Word 2003 | 01 Jul 2004 19:06 GMT | 1 |
Using the code below in Word 2000 a macro I was using worked just fine. After upgrading to Word 2003 it no longer works correctly. In fact if I execute the macro on a table with more than one row in it, the screen just starts flashing and I have to halt Word with the task manager.
|
| Automating Word via Excel | 01 Jul 2004 18:14 GMT | 2 |
Having a dilemma here trying to add some text to an existing Word document. I can use a bookmark and get my text into the document with a Dim wordRange As Object wordRange.InsertAfter
|
| On Open Macro | 01 Jul 2004 17:45 GMT | 4 |
Hi, Does anyone know how I can create a little macro or popup box that instructs the user on how to use the template? Just a few lines of text would be included.
|
| Insert Table Row (if/then) | 01 Jul 2004 17:19 GMT | 17 |
I need a little help. I'm creating a document for my group. I am trying to automate as much as possible to eliminate errors in formating and just make things a little simpler for everyone (in lieu of copy/paste).
|
| An error occurred while loading "ThisDocument". Do you want to continue loading the project? | 01 Jul 2004 16:26 GMT | 1 |
I have developed a program to convert all word documents in a specified directory (and subdirectories) into txt files. It's working pretty well but occasionaly I get this error message, and my application freezes until I say YES or NO.
|
| removing text form fields while saving text | 01 Jul 2004 16:23 GMT | 2 |
Does anyone know if there is a way to programatically go through a word document which has many text form fields, and remove the form fields, while leaving the text. or basically, have a form, and allow the user to fill it out and save
|
| Excel Button select range | 01 Jul 2004 16:18 GMT | 2 |
Why does this work in a macro but not in the code for a button? "Range("B3:C3").Select"
|
| finding markups in a word document | 01 Jul 2004 15:11 GMT | 4 |
I'd like use vba to modify an existing document so that only those pages that contain markups are saved (i.e. remove all pages that don't contain markup)
|
| Ranges and .Characters.Count | 01 Jul 2004 15:08 GMT | 2 |
I wrote this routine to insert a paragraph before every section break in document vDoc: For Each vSec In vDoc.Content.Sections With vSec
|
| Determining Word Versions (and what codes mean what version) | 01 Jul 2004 14:31 GMT | 3 |
Does anyone know the version numbers for Word 95, 97, 2000, 2002 etc? I need to be able to test for the version of Word that my users have installed, and while I know that Word 2000 = '9.0', as that's the version I have, I've only got a hazy idea about the equivalents for Word ...
|
| Outline view | 01 Jul 2004 06:19 GMT | 1 |
I have written a macro the performs a mail merge and then separates the single mail merge document into subdocuments and saves them individually. The mail merge document is switched to Outline view so that separation into subdocuments can take place. The problem is that the ...
|