| Thread | Last Post | Replies |
|
| Retrieving text from specific cell in several documents | 17 Aug 2007 20:02 GMT | 7 |
I have been trying to work out how to retrieve the text from a specific cell in all files in one folder. I'm almost there but am missing some simple thing I'm sure. Here's where I have gotten to so far with one of the documents open. Ultimately, the goal is to create
|
| Enter Zip Code results in Bar Code | 17 Aug 2007 18:34 GMT | 3 |
In WordPerfect there is a feature where you can enter a zip code and it will insert a bar code. You can be in any kind of document. In Word (2003) I know how to get a bar code directly on an envelope or label through that feature but can Word be automated to accept a zip code ...
|
| Create List of Effective Page | 17 Aug 2007 17:04 GMT | 3 |
I have a large word document with various different sections and page numbers. I'm required to put a list of each page number and it's effective date. Each page has a date manually typed in the footer. The page numbers are
|
| Cannot access individual rows (or columns) in the collection | 17 Aug 2007 14:48 GMT | 1 |
I get the above message (which continues... because the table contains vertically merged cells) when trying to traverse a table with VB (Word 2000). Is there any way around this? I really have a need to look at values in the cells individually.
|
| Macro to go to the top of the next page of the document | 17 Aug 2007 14:41 GMT | 3 |
Hi i would like to have a macro for Microsoft word whereby when clicked it will take me to the top of the next page of the whole document. The problem is, is that the document is protected. I just need a macro on the top of the page whereby when clicked it will
|
| Adding an insert picture button to a protected document | 17 Aug 2007 14:31 GMT | 5 |
I'm a novice at macros and Word programming. I've searched the net and the following posting: http://groups.google.se/group/microsoft.public.word.pagelayout/browse_thread/thr ead/7744bb2611dacae1/76163b1f9bb9f249?lnk=raot I have tried the solution provided in the above post, but ...
|
| Help with my code Please | 17 Aug 2007 13:15 GMT | 1 |
Here is some code i wrote to do stats on the data at the bottom. I was wondering if anyone could tell me why the program will only alow for 221 data points to be accurate. At 222 the algorithm does not give the correct answer. HELP
|
| Saving Word files to filesystem | 17 Aug 2007 12:59 GMT | 2 |
I want to implement simple virtual filesystem storage and I have problem with Microsoft software.The Word application makes a lot of actions (opening, closing, renaming,...)
|
| 4-page forms document extremely slow opening | 17 Aug 2007 12:16 GMT | 2 |
Not sure if I'm posting in the right forum. I could not find one for forms. I have a 4-page forms document that takes an incredibly long time to open. I have not used forms before so I just assumed this was normal but recently someone sent me a forms document that seemed equally ...
|
| help me check correct reference in Tools-References | 17 Aug 2007 08:08 GMT | 3 |
After reloading Word, I lost the reference that allows the following code to execute. It hangs up on "Dim dbDB As Database". If someone can let me know what I shoud select under "Tools-References," I'd really appreciate it. (Amongst others, I already have Microsoft Active X Data ...
|
| How to get text between bookmarks? | 17 Aug 2007 08:05 GMT | 2 |
How to get text between two bookmarks. The bookmarks can be 1or 2 paragraphs apart OR can be 1or2 pages apart. Thanks in advance
|
| Searching for 4 digits numbers, but only those starting at the beginning of a paragraph | 17 Aug 2007 07:15 GMT | 2 |
Dear Experts: I received a horribly formatted Word Document where the outline has been numbered manually. I now would like to search for all the manually numbered headings 4, such as "1.1.1.1 text" or "3.4.2.1 text"
|
| Document based on template doesn''t have correct page setup | 17 Aug 2007 07:10 GMT | 3 |
We have a macro that creates a new document based on a template, using the following code: Set doc = Documents.Add(Template:="k:\templates\Preprintedletterhead.dot") The template is set up so that the first page is selected from tray 3
|
| Need Algorithm to return list of intermediate ranges | 17 Aug 2007 06:31 GMT | 6 |
My mind is not working well at the moment and I need some help to create an algorithm to do as follows. I have jurie-rigged some working code but frankly I am embarassed to make it public. Any help with an elegant approach will be much appreciated.
|
| Would to remove rogue carriage returns (It don't belong there) | 17 Aug 2007 02:23 GMT | 2 |
I have a very large document I need to edit. The problem is carriage return appears mid sentence in some cases. How do I remove only the carriage returns that appear after only 1 word in the line.
|