| Thread | Last Post | Replies |
|
| Template VBA form and Code Missing | 15 Jan 2006 21:50 GMT | 5 |
Hi out there. I am Access programmer just learning VBA in Word. I spent last two days learning how to develop an input form use the VBE, controls, command buttons, etc. And I also added code to add data to combo boxes, initialize defaults,
|
| Get user info from AD with VBA | 15 Jan 2006 20:16 GMT | 1 |
I,d like to create a Word template that reads current user information (such as name, addresses, phones, department and so on) from Active Directory. I've searched the Net without luck for code samples. Do you know where I can find examples for this kind of solutions?
|
| page numbers using sections - how do you get physical page number? | 15 Jan 2006 14:17 GMT | 4 |
Section 8 - Page 1 of 4 is Physical page 84. how can i get the Physical page number. I want to use both section page numbering and phycical page numbering. exsample: Section 8 - Page 1 of 4 Page 84 of 132 I am using MS work 2002.
|
| What files do I need? | 15 Jan 2006 11:49 GMT | 1 |
I wrote a VB6+VBA program that uses both WORD and EXCEL to generate reports. In a machine without WORD (for example) - my program wont run, because it cannot create word objects. I wish to know what files to include (must + allowed to) in the package I
|
| Getting MSW to convert txt to doc in vba | 15 Jan 2006 04:13 GMT | 3 |
I have a subdirectory of text files that I need to convert to MSW. During the conversion, I want to run a macro that adds headers and footers to each file. My approach is to write in VBA for Word. I don't have a problem locating
|
| Only A-z in range selection | 14 Jan 2006 20:47 GMT | 7 |
I have a macro that goes through documents and deletes spaces that were accidently inserted in the middle of words. How can i make it so that the range selection, that's a spelling error, can only be alpha characters?
|
| Word vba Table | 14 Jan 2006 19:08 GMT | 4 |
I am creating multiple page word document. Here is what I would like to do on each page. Goto first page and select non empty cell from last in the first column. Goto next page check second cell in first column is empty or not. If it is
|
| Why isn't template with macros located in startup folder not loaded? | 14 Jan 2006 18:02 GMT | 3 |
I've written a template containing macros. Now, a user of this template complained to me that it won't load automatically even if located in the startup path. It can be loaded during a Word session via "Tools->Templates and Addins", though. Unfortunately I don't know which
|
| How to call a module for returning an excel picture to the .ActiveDocument.Bookmarks("bookmarkname") | 14 Jan 2006 17:48 GMT | 1 |
I created a module which copy an area of excel cells (e.g. A45:D51). How can I call this module and use .ActiveDocument.Bookmarks("bookmarkname") to paste the copied area of cells into the Active Word document under the bookmark?
|
| Inserting Excel charts "as link" into Word | 14 Jan 2006 17:47 GMT | 1 |
Please advice: I have Excel workbook with many charts (20-30). I need to insert all charts in the Word document (in the same order that in Excel). To perform this I saved Excel “as WEB page” and after that I use the macro
|
| assigning code to textbox clicks | 14 Jan 2006 10:54 GMT | 3 |
I have code that successully (thanks Perry!) allows a user to simultaneously view a Word document and add customized textboxes to the document via a Userform. The userform contains dropdowns and a text entry box. Based on what the user enters/selects on the userform, the
|
| Scheme-text-fields inside textboxes - tab-order issue? | 14 Jan 2006 10:43 GMT | 2 |
Hello I scanned a scheme with text-fields and I am using it as a background in a word document. As I want to use the scheme-function in word, I have added text-boxes (to accurately fit the textfields to the scanned background) with
|
| word intellisense? | 14 Jan 2006 10:39 GMT | 1 |
does anyone has sugestions for creating intellisense in word just like the visual studio intellisense? for example, writing a specific tab after writing a word will open a combo box with all the related words from the DB.
|
| How to download microsoft word | 14 Jan 2006 08:39 GMT | 1 |
I purches a lap top from Dall, but it did not have microsoft word on it. I was trying to download it. Please help me to do that. Thanks
|
| Macro to convert revision text to ordinary formatted text | 14 Jan 2006 08:36 GMT | 1 |
Does anyone have a macro they can share that does this? To clarify what I need, the macro will convert revisions in text written with change tracking to ordinary text with underscores and strikeouts.
|