| Thread | Last Post | Replies |
|
| List Boxes in UserForms | 04 Nov 2004 20:28 GMT | 2 |
Hi all, I am new to VBA and I am trying to complete a userform in Word - using the 'insert userform command'. I have added a list box to the userform but I can't type in the choices I want it to show. Does
|
| Stump on .range.characters | 04 Nov 2004 19:56 GMT | 5 |
I have been writing code to format proposals that are exported from a program. So far so good for formatting, borders etc. Thank you again to Helmut. Here is the code:
|
| Detecting Different Versions + macro | 04 Nov 2004 19:56 GMT | 2 |
I am writing a macro in Word, the document brings up a prompt to sav as PDF, hence it chooses the printer option "Acrobat Distiller". But not all my users will have that particular version of Distille they may have version 5/6, version 5 is labelled "Acrobat Distiller
|
| Determining the largest/smallest font size in a selection? | 04 Nov 2004 19:53 GMT | 2 |
Selection.Font.Size returns wdUndefined when the Selection contains portions of text with different font sizes (of course, this makes sense since the range then does not have one definite font size). Does anyone know if there is an way to determine at least for example the
|
| Playing with ranges **REPOST** | 04 Nov 2004 12:59 GMT | 2 |
Old Post----------- Hi Guys, Sorry I wasn't clearer. I'm selecting the text in the paragraph manually....say the paragraph
|
| Disabling Save changes prompt | 04 Nov 2004 12:02 GMT | 1 |
im using VB6, does anyone know how to disable the save changes prompt when the user clicks close on a word document?? thanx
|
| creating an XML web service to send quotes data to MS Office | 04 Nov 2004 11:35 GMT | 1 |
I would like to create an XML web service on an apache web server to send data from the web server to MS office clients over http. Does anyone have any pointers to any documentation that may help me in this endeavour? Thanks in advance
|
| Generating own TOC with well-defined bookmark names | 04 Nov 2004 09:55 GMT | 1 |
I'd like to generate a TOC where the bookmark names are based on the actual heading (instead of the format "_TOC<some random number>" as used by default). The reason is I want to keep the bookmark names even if I re-generate the TOC, in order to be able to create external ...
|
| setup a running Logbook in Word? | 04 Nov 2004 05:40 GMT | 1 |
Years ago, in a different program, I could type ".log" in the first line of a document and every time I opened that document it would take me to the end, insert the computer's time/date stamp and a CR. It made it a great running logbook. Double click on the icon, and type in a ...
|
| Providing on-the-fly feedback to users while macro runs? | 04 Nov 2004 03:30 GMT | 4 |
I have a little experience programming in WordPerfect, (WP) but I am a beginner at programming in Word vba. I am trying to create a Word XP macro with the same functionality as one that I created years ago for WP.
|
| linking checkbox fields | 04 Nov 2004 03:24 GMT | 2 |
My document contains a table with a checkbox in the last cell of each row. At the top of the table is a 'master' checkbox field which can be checked if the user wants to un/check all the other checkboxes in the table. But there are two problems:
|
| Problem going to last line of a huge Word document | 04 Nov 2004 02:33 GMT | 3 |
I have a Word document over 1300 pages (> 70000 lines). When I use Visual Basic code Selection.GoTo What:=wdGoToLine, Which:=wdGoToLast it does not go to the last line. It stops at page 600 around. But this
|
| "Merging" Templates and limiting views | 04 Nov 2004 00:03 GMT | 2 |
I have a document template that receives its input from a VBA Userform I've created. I have a second template that is very similar to this first template. In an effort to streamline things, I would like to combine these two templates.
|
| Autotext in a protected form | 03 Nov 2004 21:02 GMT | 6 |
I would like to use autotext - or if not, maybe autocorrect - in a protected form but it appears I cannot. Is there a work-around for this? Can you point me in the right direction please.
|
| Read Ini file in two dimensional array? | 03 Nov 2004 19:12 GMT | 6 |
I've got the following Ini file example [Company] Person=Joost Verdaasdonk Adress=Nieuwe Huizen 115
|