| Thread | Last Post | Replies |
|
| non-breaking range | 23 Sep 2006 10:41 GMT | 5 |
can I set a range to be "unbreakable" over pages? I expect that puting it into one cell table will do the thing, but I'm just looking for something more... macro friendly.. ;-) Thanks,
|
| Performance issued with VBA Code | 23 Sep 2006 07:04 GMT | 1 |
I have a VBA code which generates a word document from oracle data base. i get the data from oracle 1800 tables, at the end the document will be having 450 pages. It runs fast upto first 100 tables then it will slow down, i go to back
|
| Finding name of subroutine or button (probably simple) | 23 Sep 2006 06:36 GMT | 4 |
I have a userform setup with a multipage control. I have various textboxes that need to be filled out for various information. I have also included a option button (copyhpm2) which will allow me to do a quick subroutine and then allow me to update the text of a box.
|
| Extending My Selection | 23 Sep 2006 06:00 GMT | 2 |
I need to extend the current Selection to the right until it reaches a character that is NOT equal to either a digit (any number) or the colon ":" (kind of an odd request, I know). Any help would be greatly appreciated. Thanks,
|
| Tab Key and bookmarks | 23 Sep 2006 05:34 GMT | 5 |
I have many bookmarks set up in a table, which are used to update other parts of the document when the document is saved. The document is protected so that only the parts of the table with bookmarks at can be edited this all works great untill you start to tab through the bookmarks ...
|
| Turning off outline in a row | 22 Sep 2006 22:25 GMT | 2 |
My code adds a row to a table. The table is outlined. I want my newly added row to not be outlined, yet the rest of the table to remain outlined. How can I "turn off" the outlining for that one single row? (I've looked at ListString, ListFormat, OutlineLevel, and anything else ...
|
| Looping problem | 22 Sep 2006 21:19 GMT | 1 |
Hi, I created this from some of the comments posted here. Why does the "For Each...Next" loop through the whole document and not just the selection? Sub NumSR()
|
| Find the last empty row in Word Table | 22 Sep 2006 20:20 GMT | 1 |
Im trying to get a algorithm to find the last row in a word table that has pre-existing information in it. This is so I can run a macro later on that will automatically find the last row of a table and insert new data after it. Ive tried using excels lastrow.offset method
|
| Update Fields within a TextBox within a Header | 22 Sep 2006 16:40 GMT | 5 |
Good evening all, I am having trouble updating fields automatically that are within a TextBox within a Header of a Document Template. I have been using the standard update programming shown within Microsoft Word Visual Basic Help ie. If ActiveDocument.Fields.Update = 0 Then ...
|
| headerfooter alignment relative to page size, orientation | 22 Sep 2006 16:35 GMT | 10 |
Software: Word 2000 I have a template that uses header/footer protection code located at: http://www.word.mvps.org/FAQs/Customization/ProtectWord2000PlusHeader.htm (link graciously provided by Doug Robbins)
|
| Searches using Find with wildcard | 22 Sep 2006 16:29 GMT | 1 |
The code below will search for a records based on user entry. It uses the wildcard at the end. Is there an adjustment to the code below that will limit the wildcard to just letters?
|
| Event after save | 22 Sep 2006 14:43 GMT | 3 |
I am using Word 2003. I have created a macro that gets the filename beginning with the server/sharename, using the ShareName Property. It stores it in a document variable. I can then put it in the document,
|
| Transferring a Macro | 22 Sep 2006 14:19 GMT | 3 |
I have written a Word macro that another user needs to have on his computer. I saved the macro in normal.dot. How do I go about transferring the macro to the other person? Thanks for any help.
|
| How to - MAcros to automate printing functions | 22 Sep 2006 12:51 GMT | 3 |
I need to creat Macro's to automate printing functions in Word 2002 or 2003 - printer is HP 4250. e.g print one copy of document on letterhead and continuation sheets and print copy of whole doucment all on plain sheets - to be done all in one
|
| Merge document puts an additonal blank page. | 22 Sep 2006 12:44 GMT | 2 |
I am trying to merge two documents in a macro. The command used is ActiveDocument.SubDocuments.Merge FirstSubDocument:= ActiveDocument.SubDocuments(FileName1), LastSubDocument :=
|