| Thread | Last Post | Replies |
|
| Search and replace within a selection | 31 Dec 2007 16:34 GMT | 8 |
I want to write a procedure that will search through a flat text file to find fields with a certain fieldname (i.e., "KE[ ") , extend the selection to the entire field (i.e., until the next vbCRLF), and then replace all commas in that selection with semi-colons.
|
| Word 2007 Ribbon Customization | 31 Dec 2007 16:12 GMT | 2 |
I am working on converting 2003 custom toolbars to ribbons. I am using the custom UI editor to create a ribbon and using the callback function to call my macros within my template. I have several toolbars and want only certain ones to be displayed at
|
| obtaining the path of the Workgrouptemplates | 31 Dec 2007 13:55 GMT | 2 |
Can anyone tell me how to obtain the path of the Workgrouptemplates wich can be found under Options - Filelocations? Kind regards M
|
| Work on Document when VBA form is showing | 31 Dec 2007 13:16 GMT | 3 |
I'm very new to VBA but think this should be easy to do....I have a "QC" form that pops up OnClose of document, it scrolls through the bookmarks in document asking to user to confirm info. I'd like the user to be able to click on document and change text if need be, but
|
| Search and replace within a selection | 30 Dec 2007 23:20 GMT | 1 |
I want to write a procedure that will search through a flat text file to find fields with a certain fieldname (i.e., "KE[ ") , extend the election to the entire field (i.e., until the next vbCRLF), and then replace all commas in that selection with semi-colons.
|
| word vba to set folder icon | 29 Dec 2007 08:25 GMT | 2 |
I'm having trouble reliably setting the icon of a new folder that I generate with filesystemobject. Once I've made a new folder (named 'fldName'), I want to set its icon. I can do this by adding a desktop.ini file within the folder:
|
| Setting references to COM for locked code in Word 2002 VBA | 28 Dec 2007 22:12 GMT | 3 |
I am trying to update a template which has code attached to it to format, etc. I can open the template directly and get access to the code, and I've made the changes. but they necessitate references to the Outlook and Scripting libraries. However, if the template is put
|
| printing a document per section | 28 Dec 2007 20:12 GMT | 9 |
Can somebody help me with the following problem. I have documents with several sections, and I want to send each section as a standalone printjob to the printer. For example: One document which contains 3 sections will lead to 3 separate
|
| Word Macro triggering run of other Word Macros | 28 Dec 2007 19:33 GMT | 4 |
I would like a Word macro when run to randomly choose a letter from the alphabet. I have 26 other Word macros each that will type a separate single letter. Can a single Word macro randomly choose one of these 26 macros each time it is run?
|
| Other VBA Mail Merge Options besides DDE -> Can't get to work | 28 Dec 2007 19:27 GMT | 3 |
XP Pro;Office 2003 Pro I receive 50 Excel Workbooks each quarter with one worksheet and between 10 and 1500 records on each worksheet. My task is to mail merge each workbook with a sales promotion letter and save the merged letters into a .doc file
|
| finding and writing a pidl to reg | 28 Dec 2007 15:31 GMT | 6 |
using vba (I know no other) I'm trying to automate adding a location to "My Places" on the various file dialogues in Word (02 and 07). I've found its about writing a registry key to: HKCU\Software\Microsoft\Office\" & Application.Version & "\Common\Open
|
| error 4198 when closing document | 28 Dec 2007 14:50 GMT | 5 |
I'm trying to build a template with some formfield-elements. I need a combobox with more than 25 items, so I use the formfield- workaround. I have a formfield which calls a macro "NaarCombo"
|
| Word 2003 Outline | 28 Dec 2007 13:44 GMT | 1 |
In Word 2003 when using outline formatting, "tab" key moves curser to next tab setting in stead of to next portion of outline. HELP!
|
| Toolbar | 28 Dec 2007 09:39 GMT | 1 |
Why the new menu is not displayed on the toolbar in Word 2007? The new menu is created by the Add-In program "Bookmark Jumper for MS Word" <a href="kamilsoft.com">Bookmark Jumper for MS Word</a>
|
| Printing to FAX | 28 Dec 2007 09:31 GMT | 1 |
I have a WORD document that, when it opens, offers a list from a query in ACCESS. The user then chooses the record/s he wants and then the information is Merged to the document. I have to unprotect and then protect the document with code as it won't merge with the protection on ...
|