| Thread | Last Post | Replies |
|
| Creating Folders from a Form | 02 Jul 2007 22:08 GMT | 3 |
I have a form (frmFolderCreation) with a combobox (cboDept) and a text field (txtMyFolderName). The idea of this is to create folders automatically dependent upon which department users are in and once it creates the folder will then copy some
|
| Disable update of fields | 02 Jul 2007 19:15 GMT | 2 |
i have a large document with about 400 tables. Now i want to insert some tables by a makro. The problem is, if i insert a caption with Selection.InsertCaption all other fields are updated. This takes a long time. Is it possible to
|
| Bookmarks | 02 Jul 2007 17:14 GMT | 2 |
Does anyone know how to create a macro that would insert a bookmark from another document that may not be active to an active document? Would love to get an idea of the code.
|
| Microsoft Excel 11.0 reference missing | 02 Jul 2007 15:51 GMT | 2 |
I have Office 2003 and Office 2007 installed on my machine. I am trying to develop a solution for a customer that just uses Office 2003. From Word I need to get information from Excel. So in my macro I have Dim xlApp As Excel.Application
|
| User Form in word 2000 | 02 Jul 2007 15:01 GMT | 9 |
Advanced thanks because when ever i asked a question, i got help from this newsgroup... In my office I use office 2000. When ever we receive a letter, we make a noting sheet about that letter. and now all the concerned officers write
|
| Macro -- Edit Button Image (Word 2007) | 02 Jul 2007 13:16 GMT | 1 |
In Word 2003 I used to be able to edit the image of a button for a macro that I created. MS has given us more icon's but I can't find how to "edit button image" like we could do in earlier versions? Help!!!! Terry
|
| Class functionality for multiple templates | 02 Jul 2007 09:24 GMT | 6 |
I develop in Word 2000 (VB6). I have a class that offers functionality to multiple modules (macros). Now i have multiple templates that also need that functionality. Instead of copying the class to each template i search for a more comfortable way, with only one instance. Is the
|
| IncludeFieldCodes doesn't work | 02 Jul 2007 09:10 GMT | 2 |
I am trying to extract text from various ranges in a Word document. I want the field codes to display as their codes not the resulting text. I have: Range.TextRetrievalMode.IncludeFieldCodes = True
|
| Drop down list with 100 items + using AutoComplete | 02 Jul 2007 09:10 GMT | 14 |
I am trying to design a protected MS Word 2003 template. Data from this form will eventually be imported into Access. One of the fields will be used to do a join on a look up table in Access so the information inputted into the word document must be standardized.
|
| Accessing embedded Excel Docs | 02 Jul 2007 04:50 GMT | 1 |
I've been hunting for a solution for this for a while and was wondering if anyone could help. I need to write a script or macro which will open a MS Word (2003) doc then from with in that doc open an embedded excel spreadsheet. Unfortunately there are a number of
|
| Creating word doc with FILLIN field hides all toolbars | 02 Jul 2007 04:16 GMT | 1 |
I have some code in a VB6 app that opens a Word doc based on a template. It looks like this: Dim wordApp As Word.Application Set wordApp = CreateObject("Word.Application")
|
| Userform InsertBefore Bookmark Problem | 02 Jul 2007 02:46 GMT | 2 |
I have set up a userform which posts content to bookmarks in a document using the InsertBefore method and then into Ref fields I have placed through the document to pick up the content of the bookmarks. I did this based on a MVP article I found which recommended I create
|
| Listbox dynamically called in a word document | 01 Jul 2007 23:34 GMT | 1 |
for months i've been thinking on automating Word 2007. I'll explain it in detail. For my job, I need to make a lot of quotations every day, offering computer hardware, services etc.. So each time
|
| textbox | 01 Jul 2007 22:40 GMT | 2 |
How do i get rid of the black line in a textbox when entering text?? -- --------------------------------- --- -- - Posted with NewsLeecher v3.9 Beta 1
|
| Insert Autotext Header macro | 01 Jul 2007 09:41 GMT | 3 |
I have a macro for my letter template that lets people update the header. Part of this is to insert an auto text entry into the first page header. (I put my auto text entries for all my templates in one global template to make them easy for the client to find and modify.)
|