| Thread | Last Post | Replies |
|
| Can anyone change this VBA Code to my required way? | 12 May 2008 06:34 GMT | - |
Hai, I am looking for bookmarks to be existed even after their text is auto-inserted. I have the bookmark insert function in this way. Public Sub BM(NameOfBookmark As String, TextToInsert As Variant)
|
| Macro to select ALL tables (with different styles) in a word docum | 12 May 2008 04:46 GMT | - |
sorry if it is a repost(?) How to select ALL the tables (with different Table styles) in a word document (by exemple to apply a "table formatting macro" or a new table style to all the tables in the document at once).
|
| Hyperlink in clipboard for Outlook Email | 12 May 2008 04:08 GMT | - |
Is it possible to create a hyperlink and place this in the clipboard so you can paste it into an Outlook email. I know i can do something like this "<file:///E:\Profile\Desktop\dropbox\sharepoint.docx>"
|
| Cannot access VBProject object | 12 May 2008 02:11 GMT | - |
I wanted to remove a VBA Form in a Word template. The following is the code. I have set the Word application property of "Trust Access from Visual Basic Project", but it seems that the VBProject object I got is somehow invalid. Dim wordApp As Microsoft.Office.Interop.Word ...
|
| Office 2007 Add-in Designer | 11 May 2008 06:58 GMT | - |
There used to be an Add-In designer in Office XP ( 2002) which you could quickly make add-in DLL's by choosing File -> New Project -> Add- In Project. Is this possible in 2007 or is the only way to do this through visual studio now?
|
| delimiter settings | 11 May 2008 00:33 GMT | - |
recorder a macro no problem. when run it stops on delimiter screen. What can be put in code to set delimiter ="," never been here befor. My recorded code following This is all in 2000 word.I tried all I can think of and my books don't show
|
| How to extract Non-OLE attachments from OLE Files(Office Files) | 09 May 2008 07:51 GMT | - |
I want to extract PDF, ZIP or any other file (non-ole) file embedded inside OLE File such as (DOC,XLS or PPT). but i am unable to do so. I have been using .NET and Office COM component. I can extract OLE attachments but cant extract Non-OLE objects, the
|
| Adding multiple files | 08 May 2008 14:46 GMT | - |
I have a template which has the ability to add additional files that has form fields which I update from a query (driver info). What users would like is the ability to add this same file (document) multiple times and have it updated accordingly. I figured I could add a textbox to ...
|
| SEQ field and grouped textboxes not working right. | 08 May 2008 14:33 GMT | - |
I'm editing a document with quite a few embedded images and captions in Word 2003. For ease of use, I've been grouping the floating images and the captions so they don't get separated as text gets added. However, when I group two different images and the associated captions, the ...
|
| INSERTFILE fails when importing EXCEL worksheet using Word2003 Opzioni | 07 May 2008 18:07 GMT | - |
can not use insert file to import EXCEL worksheet range using Word2003 . This post http://groups.google.com/group/microsoft.public.word.vba.general/browse_thread/t hread/3edf845d81957845/4d2aef2cb0a04e7f?lnk=st&q=InsertFile+word+range+excel+200 3#4d2aef2cb0a04e7f
|
| How to Reference to the IADs object | 07 May 2008 00:11 GMT | - |
I want to connect to Active Directory and I need to use the IADs object. What is the name of the reference for that Thanks, Rich
|
| word07- auto fill isn't working - type febru and no suggestion. | 06 May 2008 20:25 GMT | - |
Using Word 07 - in older programs when you type say, the month, it would pop up and you could 'auto fill' by hitting enter. This is NOT working for some reason. I've tried to correct in in Word Options. Could I have changed it somehow in my Styles settings?
|
| Word 2007 Not responding | 04 May 2008 15:38 GMT | - |
I have the following macro that works fine in Word 2003. But when I try and run it Word 2007 it locks up. I do not get an error message, Word 2007 just stops responding. Any help would be appreciated. On Error GoTo endthis
|
| Macro fine in W2000... Breaks in W2002...? | 03 May 2008 17:19 GMT | - |
Howdy, I recently moved from Office 2000, to Office XP. I have a bunch of macros that I built (in Word 2000) by recording, and tweaking, rather than by having any real
|
| Beginning XML | 02 May 2008 23:53 GMT | - |
Word Professional 2003 I am anxious to get started with learning at least the basic in’s and out’s of working with XML. However, I seem unable to either locate or install from the “templates and add-ins” feature any schemas for use in beginning this
|