| Thread | Last Post | Replies |
|
| Close a Form | 17 Mar 2005 19:02 GMT | 1 |
I have created a form in Word 2003. The user enters data into the form and then presses OK and the data entered is written out at various bookmarks on the Word document. My problem, and I guess it is fairly basic but I can't for the life of me
|
| How to load image onto CommandBarButton? | 17 Mar 2005 18:12 GMT | 2 |
I am creating a Word COM-addin using C#. I am able to load my button with text onto the Word toolbar selection. My button is an object type of CommandBarButton. The way I construct the button as MyButton = (CommandBarButton) oStandardBar.Controls.Add(1, omissing ,
|
| Delete Section Break | 17 Mar 2005 18:05 GMT | 1 |
Does anyone know how I can delete a section break in code? Andy
|
| Protecting a Section | 17 Mar 2005 18:04 GMT | 1 |
I have a template that is divided into three sections. From the Tools Menu I can Protect > Forms > Sections tick the one I want and protect it with a password. Later in VBA to write data to that area I can
|
| Position insertion point in specific table cell | 17 Mar 2005 16:38 GMT | 2 |
I'm working on a macro to export data from Outlook to Word tables. Can anyone tell me how to move the insertion point (insert text in) a specific table cell? I assume it is based on table index, row index, and column index?
|
| Using letterhead template via code | 17 Mar 2005 15:44 GMT | 7 |
I have a large Word app that I built a long time ago for a client. Now they are using a new PDF system and the letterhead graphic is now to be handled in Word instead of in the PDF driver. What I mean there is that the company letterhead, which goes down the side and across the top ...
|
| Pagination event | 17 Mar 2005 15:23 GMT | 1 |
Question: Is there an event or a status I can use in my C# Word add-in to determine when Microsoft Word has finished paginating a document? - - - - - - - - -
|
| Glossary dropping out from template | 17 Mar 2005 15:16 GMT | 3 |
I have a letter template I use which amongst other things, can populate from autotexts. I run this for approximately 115 users. It sources the glossary.dot from local drive (downloaded each login to their pc). I have one user that is having a bug where by the error is saying ...
|
| Changing the LanguageID property of all styles in a document. | 17 Mar 2005 10:01 GMT | 4 |
I require a macro to set all of the styles in a document to UK English for spell-checking etc. I've written the following VB: Sub UKStyle()
|
| Problem with Indentations | 17 Mar 2005 09:55 GMT | 8 |
Is there a way to find out the current indentation of any paragraphs such that I get the indentation as the answer. Please tell me
|
| compile error in hidden module:new macros | 17 Mar 2005 07:31 GMT | 1 |
I received this error when trying to run one of my macros. Does anybody have an idea why I would get such an error or how to fix the problem? Thank you. Bob
|
| 2nd Word Document | 17 Mar 2005 06:15 GMT | 1 |
In an application i can open a specific document through code (VB.NET). How would i then add pages to that document without creating another document or, if i have to create a document, how to then copy the text on that document, paste it at the end of the other document, and ...
|
| Return set variable details | 17 Mar 2005 06:12 GMT | 1 |
We have a very comlex document containing 22 tables. As part of the coding we have a small macro that tells you the table, row and column of the cursor position. Is there any way, as these tables are all set as named objects to return the name of that too, eg
|
| Single pull down list for multiple pull downs | 17 Mar 2005 05:49 GMT | 4 |
I'm sure this question has come up but I've had no luck finding it. The question, how would I have a single list that could be used to look up for multiple pull downs in my userform?
|
| multiple documents one attached template | 17 Mar 2005 02:09 GMT | 1 |
I have a strange problem. When I work simultaniously with two documents based on the same attached template then something strange happens. If I press a selfmade commandbar button in document 1 then its made invisible by vba code, so far so good. When I go to the second document ...
|