| Thread | Last Post | Replies |
|
| Importing a non-delimited text file into table | 20 Nov 2006 23:12 GMT | 3 |
I have a text file that has a constant number of characters per line and these characters can be spaces or some form of meaningful text that appears to be a table of columnar data when viewed in notepad. I am trying to import this data though vba into a word table. I know that
|
| Picture Into Word | 20 Nov 2006 20:51 GMT | 2 |
I am needing help with working on a Word document from vb.net 2003. I need to insert images into a word document at certain places in the text (using VBA). I have tried using the code below, but I only get an unrecognizable character where the image should be. Does anyone have ...
|
| problem with getting page number of endnotes | 20 Nov 2006 17:50 GMT | 1 |
i have a problem with getting page number of endnote. I have document that has a lot of text and endnotes. Endnotes are placed on the last two pages(only endnotes on this two pages) in the document. And i have code like this:
|
| Field And Macro | 20 Nov 2006 15:42 GMT | 5 |
Is it possible to call a macro from a field and use macro's return value in the same field? Thanks
|
| Distributing Macros and Keycombinations | 20 Nov 2006 14:00 GMT | 8 |
when you distribute macros via the .dot templates, does it also distribute the keystrokes assigned? Or is there a separate process for that? the article: http://www.word.mvps.org/FAQs/MacrosVBA/DistributeMacros.htm doesn't seem to address this.
|
| How tomake a name entered in a form reappear on form without retyp | 20 Nov 2006 13:04 GMT | 2 |
I have designed a form for others to capture data about clients. I want to be able to make that client's name reappear in various fields througout the document without having to re-type it each time. I can't remember how.
|
| Changing a character style in a header | 20 Nov 2006 12:55 GMT | 2 |
I have a macro that inserts at several bookmarks text of varying lengths into a header: ActiveDocument.Sections(1).Headers(wdHeaderFooterFirstPage).Range.Bookmarks( 4).Range.Bookmarks(1).Range.Text= ³5 Pall Mall London WC2N 5EG²
|
| Multichoice Listbox query | 20 Nov 2006 12:47 GMT | 2 |
On a dialogbox I have a listbox(lstProtect) which is multichoice. Depending on which basic descriptions are chosen from the listbox i.e. Ducts, Freeformat etc, I wish a
|
| Defining the top and bottom measurement of an inserted image. | 20 Nov 2006 12:05 GMT | 4 |
I have this code in a global template to set how an image is inserted: Options.PictureWrapType = wdWrapMergeTopBottom I want the top and bottom settings to be set to 0.2cm each. How do I add this to this code string?
|
| Accessing userform in doc from addin | 20 Nov 2006 11:06 GMT | 1 |
I have an addin used with many forms. I have a userform in one of the forms that I want to access from the addin, while working the form. I do not want to include the userform in the addin, for size reasons. How do I reference a userform in a doc from an addin?
|
| Changing number & text in a list style | 20 Nov 2006 11:03 GMT | 1 |
I'm trying to create custom list styles. I'm very happy with what I've done so far, except that I would like the 1st level text to be bold and a different size font. When I set this up in the Modify Style dialog box, it seems like it's only modifying the Letter/Number of the ...
|
| Word document doing a disappearing act | 20 Nov 2006 10:12 GMT | 1 |
Beth Melton suggested that I bring my question here from the Word Application Errors board, as it involves some VBA programming. I work in a transcription office, with several stand-alone computers hooked through a router to a server. After typing a report, we run a macro I wrote ...
|
| Problem using array to sort listbox items | 20 Nov 2006 09:38 GMT | 1 |
OK, I'm a vba newbie, but a master of cut and paste. :D I'm trying to sort the items in a listbox on a form. The listbox items are pulled from part of a large text file, and change based on a combobox selection. I have everything working fine except the alphabetical
|
| coordinating 2 template userforms | 20 Nov 2006 09:34 GMT | 1 |
Hello, I have a project that starts with one template that gets info from a database and then opens a seperate report. From this report, information is extracted and placed in an array. then the code has to
|
| Is there a way to speedup FindText? | 20 Nov 2006 07:34 GMT | 4 |
I am writing a VB macro to scan through a story and highlight words that are inappropriate for readers of certain ability levels. Appropriate words are listed in a file and there over 60,000 of them for the highest level. Basically I have an outerloop that selects each word in ...
|