| Thread | Last Post | Replies |
|
| Combo box won't populate | 11 May 2006 22:24 GMT | 8 |
Hi, I'm using Word XP. I must be missing something, but the following code doesn't work - the combo box won't populate. Thanks for any help. Option Explicit Private Sub Document_New()
|
| Place Clipboard Info into Variable | 11 May 2006 21:21 GMT | 2 |
I want to place the information contained in the clipboard (which is an integer) into a variable so that I can increment the number and place it somewhere else in my document. How do I do that?
|
| current field in protected document | 11 May 2006 20:41 GMT | 5 |
I'm tryin to run a macro on the "on enter" event on some formfields of a protected document. The following code n = Selection.FormFields.Count
|
| How can I automate my Macro? | 11 May 2006 16:36 GMT | 2 |
Hello, I have the below Marco which will reformat a selected section of text, clearing the format and then implementing new formatting. This works fine but I am finding that I have tens of thousands of modifications within one
|
| Project is unviewable | 11 May 2006 15:34 GMT | 11 |
is shown when I tries to expand the project in the VBA. Please help what to do with it, how to avoid it later and how to recover the code.. Thanks, Jan.
|
| Inserting columns in rows with text | 11 May 2006 15:34 GMT | 3 |
I have in Word a table with following rows: ... John 180cm 65kg 20/17 ws
|
| Edit Picture to Drawing Canvas | 11 May 2006 15:12 GMT | 1 |
I become mad with this. I want to create a short VBA module to help me with one stupid change I have to make in a document. Briefly, the context and the story.
|
| Very slow code creating a Table of Contents | 11 May 2006 15:05 GMT | 3 |
I'm creating a table of contents. The code gets progressively slower with each entry processed. The first several entries take less than a second, but the time increases up to seconds near the end. An example with 364 entries is taking 26 minutes.
|
| Macro runs slow due to tables | 11 May 2006 10:12 GMT | 6 |
The macro I've written below does add a comment to Bold FlushHeads, and does not insert comment when range is found in a table. However the macro takes a long time to run because it hits on each cell in a table. I've spent a week now rewritting it 20+ times with different logic. ...
|
| Create a fillable document | 11 May 2006 03:21 GMT | 1 |
I will like to creats a fillable document on word and excel, how is this done?
|
| Code Error help please? | 11 May 2006 03:16 GMT | 3 |
here's the code: Dim rownum As Integer, i As Integer ActiveDocument.Unprotect ActiveDocument.Tables(1).Rows.Add
|
| Field Types in Forms? | 11 May 2006 00:26 GMT | 15 |
I tried searching for the answer to this in VB help and didn't find it, and I also tried searching on this board. I've seen enough examples of using a macro to insert a regular form field: Type:=wdFieldFormTextInput
|
| Print a List of AutoText Entries | 10 May 2006 22:37 GMT | 7 |
Is it possible to print a listing of all the autotext entries in the normal template and if so, can someone give me a push in the right direction? Also, is it possible to store entries in a template other than the normal template? Thanks,
|
| Macro to tab indent space indented HTML | 10 May 2006 21:29 GMT | 5 |
I've worked for about an hour trying to figure out a way <table> <tr> <td>
|
| Dymically add text box to form in Word Macro | 10 May 2006 20:59 GMT | 4 |
I was wondering if anyone could help. I am getting an "object required" error on the following line of code: Set ctlText = Controls.Add("VB.TextBox", "ctlText1") I am initialising like so in the class module:
|