| Thread | Last Post | Replies |
|
| Bookmarks | 27 Sep 2004 15:58 GMT | 20 |
I am running word from access - using msoffice2000, winxp I have 22 docs with bookmarks in them. I need to fill in the bookmarks from my access app. Everything works as expected on 18 of the 22 files.
|
| Insert a Section in Numerical Order | 27 Sep 2004 15:19 GMT | 2 |
I would like to create a macro that will place a chapter in proper numerical order in relation to other chapters in a document, but I am not sure how to do it. Here is some info that may be relavant:
|
| Basic VB macro help | 27 Sep 2004 14:02 GMT | 3 |
Hi - I am very new to macros and VB in particular and I wonder if someone could help me? I have a basic VB macro set up that I would like to get resolved and I seem to have drawn a blank. For this project I am using the generic VB script used for making macros.
|
| Failure to delete a toolbar | 27 Sep 2004 13:54 GMT | 1 |
A bit over 3 years ago, I posted a problem that I, and several others, have reported in these newsgroups. See http://www.standards.com/OhMyWord/VBABugsFeatures.html#DeleteToolbar. I first noticed the problem in Word 2000, then Word 2002. Today, I confirmed
|
| Function vs Procedure | 27 Sep 2004 11:50 GMT | 2 |
I sometimes see the experts here (and on m.p.excel.programming) present helper routines as functions rather than procedures thus assigning a variable in the caller to the function when that variable is not necessary or used in the caller. Is there an
|
| Find & Replace Question | 27 Sep 2004 10:26 GMT | 5 |
Here's what I need to be able to do: Sample Text: Mary had a little lamb, little lamb, little lamb; Mary had a little lamb (forgot what comes after)
|
| Direct focus to textbox in form | 27 Sep 2004 10:24 GMT | 5 |
Hello NG, A rookie question, I'm sure, but here goes. I have a userform on which a date in a textbox can be changed by the user. The macro below evaluates the date. When wrong, I would like the focus to
|
| Keeping user controls active after closing and re- opening a form | 27 Sep 2004 09:49 GMT | 2 |
I'm new to VBA and manipulating userforms so would be grateful for some help. I have created a template called test.dot It contains two Controls from the Controls toolbox.
|
| Make textbox show it's top | 27 Sep 2004 09:26 GMT | 2 |
Hello Newsgroup, (Still hacking my userform...) I have one textbox on a VBA userform that contains more text than it can show at once. It has a vertical scrollbar for that purpose.
|
| Showing bookmark names | 27 Sep 2004 04:37 GMT | 1 |
I have created a form in Word 2003 which has both fields and bookmarks, I know how to show where the bookmarks are, but is there any way to show the names of the fields and bookmarks on the page?
|
| write text in a first paragraph after each table in a document | 26 Sep 2004 23:35 GMT | 1 |
I need to insert some text in the first paragraph after each table in a document. How to access the first paragraph after a table? Any help will be much appreciated.
|
| Opening Web-site from Word VBA | 26 Sep 2004 22:21 GMT | 2 |
How do I open a Web site from Word VBA code ? /BosseH
|
| write text in a first paragraph after a table | 26 Sep 2004 20:42 GMT | 2 |
I need to insert some text in the first paragraph after all tables in a document. How to access the first paragraph?
|
| Doc has wrong template attached - why? | 26 Sep 2004 20:20 GMT | 5 |
I delivered a template with extensive VBA code in it. When one of the Users at client's site opens a document that was created from a *different* template, this document inexplicably changes its own template association, considering itself to now be attached to the 'new' ...
|
| How do i create a document wizard? | 26 Sep 2004 16:26 GMT | 1 |
I'm working on a publication through microsoft word 2003. I want to be able to have the same basic format for a document everytime i open it, but i need a wizard at the beginnin that will ask for Date, Issue number, etc...then will automatically plug that info into the template. ...
|