| Thread | Last Post | Replies |
|
| bind checkbox to merge field | 13 May 2008 20:43 GMT | 1 |
Hi, I have a checkbox that i want to be checked when the value of a certain merge field is 1 and un-checked when the value of the same merge field is 0. It seems like this should be a simple thing to do, but I can't find it. I have Word 2003 and I am not an expert
|
| custom ui editor getting rid of code | 13 May 2008 18:02 GMT | 1 |
I don't know if it something I am doing or not - but it is driving me crazy. I am using the Custom UI Editor to customize the ribbon in Word 2007. I create my ribbon and saved to my template. I then opened the template and added the RibbonControl vba code and a module containg ...
|
| AutoOpen macro doesn't run | 13 May 2008 17:56 GMT | 3 |
this macro issupposed to automatically display the AutoText menu when a document is created from a template: Sub AutoOpen() CommandBars("AutoText").Visible = True
|
| Print Continuous Page Numbers Excel & Word Document | 13 May 2008 17:28 GMT | 1 |
I need to print a Excel & Word document as 1 combined document. It is very important the page numbers be accurate because it is a legal doument. The Excel part prints first, and then a 5 or 6 page word document prints at the end. The page number format on the entire document is ...
|
| Macro execution by Autotext entry | 13 May 2008 17:25 GMT | 3 |
Is there any way to get an autotext entry to execute a macro? In other words, I'd like to create an autotext entry that when the user gets the pop-up to press enter, that when they do, it executes a macro. I'm pretty sure there is no way to do this but I just thought I'd ask to ...
|
| if chkbox is ticked then un-strikethrough textbox text | 13 May 2008 14:03 GMT | 4 |
Hi, I want to make a word document into a form that I can both protect and also allow users to input data into, but I don't know if I'm going about it the right way. I'm using the control toolbox to create several checkboxes and adjacent
|
| Index | 13 May 2008 14:02 GMT | 6 |
I want to index a book in word - and there are already hundreds of exisiting index entries in the text, produced an older programm. There are two forms (both nomal text in the file): - <$Imainentry>
|
| COMException when editing range and HRESULT: 0x80010105 | 13 May 2008 13:51 GMT | 4 |
Hi all, I'm not sure if this is the right place to post this, but: I am trying to work with the PIA for microsoft word from VS2008, framework 3.5. I am working in a class library with a reference to the Office 12 PIA. I have Office 2003 (only) installed.
|
| Normal.dot default | 13 May 2008 13:32 GMT | 5 |
Everytime I open Word 2003, my toolbars, macros, etc. are changed. I have saved a copy of the Normal.dot (the correct one) on my desktop and up until now I have just closed all the programs and deleted the old Normal.dot and replaced it with the copy of the desktop and it has ...
|
| Extract data from Word Table | 13 May 2008 00:07 GMT | 5 |
Hey all, I have a large document with hundreds of word tables that I would like to extract into Excel with VBA. The MSDN example I found doesn't work so I'm not sure how to proceed.
|
| Removing End-of-Line Marks | 12 May 2008 20:38 GMT | 1 |
I posted this question in the Microsoft Office Online discussion group. I don't know if I will get an answer there, but I did see the MVP url so I thought I'd try you. I hope this is not considered double posting. I know how to DISPLAY or not the return codes @ the end of each ...
|
| Cannot access VBProject object | 12 May 2008 20:05 GMT | 1 |
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 ...
|
| Crack the Password of Word File | 12 May 2008 18:46 GMT | 1 |
I am reading(opening) the DOC files programatically using C# and Word COM Library exposed. When the Doc file has password then it popups a message box asking for password.
|
| dissable save botton | 12 May 2008 18:32 GMT | 9 |
how can i disabled the save boton an the imprin pant
|
| Hyperlink in clipboard for Outlook Email | 12 May 2008 17:57 GMT | 3 |
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>"
|