| Thread | Last Post | Replies |
|
| Putting CustomProperty into document | 25 Oct 2006 05:02 GMT | 2 |
I have a CustomProperty which I will fill in VBA code, but how can I put it in the document's body? best regards Mateusz [PEYN] Adamus
|
| Add text to begining of cells within a range based on specified criteria | 24 Oct 2006 23:28 GMT | 8 |
This is a tuff one (at least for me). I need to select the contents of a cell based on the contents of another cell and then I need to add that text to the begining of other cells until I reach the destination cell.
|
| Questionnaire's - hiding questions | 24 Oct 2006 23:01 GMT | 5 |
I am trying to understand if it is possible to create a questionnaire where questions are hidden until a certain answer is given. E.g. Answer 'No' to question 1, then question 1b opens up that asks a further question.
|
| Insert FIELD INCLUDETEXT in Header and Footer Section. | 24 Oct 2006 22:56 GMT | 10 |
I am using insert Field INCLUDETEXT on Headers and Footers sections of a few Word Template “*.dot” that will be stored on a variable drive with variable directory names due to security reason. When I use {INCLUDETEXT “C:\\ZZZ\\YYY.doc” FootAdd \*charformat} I have no problem, ...
|
| Convert drop down lists and fields to text | 24 Oct 2006 22:37 GMT | 8 |
I have created two templates for forms that folks on my worksite fill out on a daily basis. Both are protected so that the users only have the ability to fill in the fields on the forms. There are a couple of drop-down lists and the rest are standard fields for the user to ...
|
| Querying Excel from within a Word macro | 24 Oct 2006 19:55 GMT | 6 |
I have a form that users fill in and there are 3 fields in which they fill out their county, district and campus numbers (CDC #) to define their location. Every user will put in this information, and it is what I use to identify them later when I import all the data into an ...
|
| Excel inserting a number of rows using a macro in protected worksh | 24 Oct 2006 19:54 GMT | 1 |
I want to be able to take a group of 5 rows (see text below) including text and formulae and insert these again via a macro. I have recorded a macro which does this. address
|
| Linking an access database to a combo(list) box in word. | 24 Oct 2006 19:23 GMT | 3 |
I have an access database holding many records and I would like to create a combo or list box in word so that whilst creating a document I can scroll down the database via an on screen combo(list) box and choose items to be inserted into the word document. I have tried vb in ...
|
| How to unsave changes to a document? | 24 Oct 2006 16:01 GMT | 1 |
I lost the information on a document because someone save the changes to it after deleting the words.
|
| Paste OLE objects into Word | 24 Oct 2006 16:01 GMT | 2 |
In MS Word, when I paste an OLE object into a table from an external source, it remains its original size, even if that OLE object is so large that is spans invisibly beyond the right edge of the cell. However, when I cut that same object in word and paste it back into the
|
| Bolding using Visual Basic` | 24 Oct 2006 14:45 GMT | 2 |
I have a bookmark that is being used 10 times throughout a document that I need to have bolded once the user fills in the appropriate text information in the dialog that I have created. I know it can be done on an individual basis using the following language:
|
| Putting Excel data into Table cells? | 24 Oct 2006 14:20 GMT | 5 |
I've been doing this by hand for a couple years. I'm tired of it. Would like to automate it. I would like to write a Word macro that will: 1). Open a spreadsheet;
|
| Add a row in a Word table | 24 Oct 2006 13:40 GMT | 2 |
What would be the syntax to add a row in a table of a Word document that has been created/opened by the VBA procedure ? Thanks in advance
|
| VBA & Word Automation | 24 Oct 2006 13:01 GMT | 5 |
I have a Word document (Proposal Template) that needs to be modified based on the Items/Services sold/offered to the customer. What is the best way to accomplish this? The Items/Services offered are listed in a Word Table in a separate
|
| find text | 24 Oct 2006 09:26 GMT | 8 |
I have to program a macro that inserts an asteristic in a specific point of the line, if the first character of a sentences is a ‘D’ folllowed by a *. So, I find first .Text = "^pD*", and then I have to move the cursor until the second asteristic, and put another *, and repeat ...
|