| Thread | Last Post | Replies |
|
| Word 2003 PIA - set layout to view print | 06 Feb 2008 12:18 GMT | 4 |
I'm using VB 2008 Express Edition and Office 2003 PIA interop to modify a word document. I need to be able to force the document into View - Print Layout before saving. Some forum research revealed this:
|
| Macro not working? (New to VBA) | 06 Feb 2008 06:07 GMT | 6 |
I have the following macro, which is a bog standard starter example: Sub SelectAndCentrePara3() Dim rngParagraph As Range Set rngParagraph = ActiveDocument.Paragraphs(3).Range
|
| work around for string longer then 255 error | 06 Feb 2008 05:51 GMT | 1 |
I have they following line from a recorded macro i am tweaking to run from a different machine. when i copied the full path to the file i got string longer then 255 error . how can i shorten this line of code to run without this error. thanks for your help
|
| Calculating Dates and multiplying by interest rate? | 06 Feb 2008 01:12 GMT | 2 |
I'm pretty sure there is a way to do this without a macro. Say I have a table in Word. Cell A1 is a merge field which pulls a begin date and an end date. Cell B1 is an interest rate. Cell C1 is a dollar amount. I want cell D1 to calculate interest owed between those dates.
|
| What formula to calculate AUTONUM-88 ? | 06 Feb 2008 00:29 GMT | 1 |
I try to use a formula (with Word 2003) to make this subtraction : AUTONUM field -88. I always get a error (undefined field), and can not figure out how to write the formula (maybe it is impossible this way ?).
|
| Enabling Text Options in a Textbox? | 06 Feb 2008 00:20 GMT | 1 |
I don't have a lot of experience in using Visual Basic, but I've created a "Daily Report" form with the intentions of making it easy for the techs so all they have to do is Tab through the text boxes entering in information. Well, I'm having an issue when I created the form the ...
|
| .NET (C#) and Word Application | 05 Feb 2008 23:04 GMT | 1 |
I’m a C++ developer and a very beginner in both C# (.Net) and Word Programming. What my company wants next is something like this: from different texts to build a Word 2007 document and then open this in the real Word 2007 application to give the user the possibility to change ...
|
| disable close button on userform | 05 Feb 2008 19:27 GMT | 1 |
If the user clicks the 'x' button on the userform the rest of my code won't run, as I have a command button to handle the data from the userform. Can I disable the close button? thanks
|
| Select Multiple Columns | 05 Feb 2008 15:56 GMT | 1 |
This is my first posting in this group, but I know from reading the archives that you will be able to help. I am putting together a macro that controls Word from Excel. I am having problems with selecting the first two columns in a table so that data from Excel can be pasted ...
|
| Need for de-styling macro | 05 Feb 2008 13:22 GMT | 3 |
I have a large file (book manuscript) from my publisher, that I need to extensively revise. It has a very large number (300-plus) of styles and formatting sets (fonts, spacing, etc) when I go to the style pane, with track formatting clicked. So have "CM" styles with a + font or ...
|
| For Each...Next is not advancing to next paragraph | 05 Feb 2008 11:01 GMT | 6 |
i'm trying to write a program which will select several paragraphs, based on a key word, and then turn them into a table. most of it seems to work but i can't get the For Each...Next to advance to the next paragraph and i'm not sure why.
|
| How to populate a listbox | 05 Feb 2008 05:03 GMT | 3 |
I have combobox1, commandbutton1, & listbox1 combobox1 has a list of items in it. I want to put code in the click event of commandbutton1 so that the user can select an entry from combobox1, click the button, and it will be added to the list in listbox1. I know this must
|
| Using the Status function | 05 Feb 2008 04:22 GMT | 2 |
This is good to let the user know the code isn't hung up, when loading data from Outlook. Is there a way to have the status show no the Userform, rather than down at the bottom of the main Word application? Somewhere on the Userform, where
|
| Inserting a Building Block Quick Part | 05 Feb 2008 02:37 GMT | 1 |
I'm at my wits end, I hope someone can help. I an trying to figure out how to insert a specfic quick part I have created at a bookmark in my word 2007 document through VBA. I need code that will allow me to loop the entry several times as needed, one time I will need to insert ...
|
| Using the bookmark functionality in the Word API | 05 Feb 2008 00:49 GMT | 1 |
Anyone know how to use it? Are there any good resources/ documentation? Specifically we're looking for how to automate adding bookmarks (links to different sections of the same document) using the API.
|