| Thread | Last Post | Replies |
|
| Bookmarks and modal dialogs | 13 Jul 2006 15:41 GMT | 5 |
Here is my problem: 1) I am adding a menu to Word that displays a VB.NET Windows Form. 2) In the code for that windows form, I am creating new Word documents. 3) I am setting a bookmark in one of the new documents so the user is
|
| Determine DropCap and Column state | 13 Jul 2006 15:35 GMT | 6 |
OK, I am now giving up to find this one online... I am working on a conversion tool to dump Word text straight into a Wiki. The Wiki does support DropCap and Columns. I simply do not get how I can test whether a paragraph in Word has a DropCap
|
| Unlink all fields except Formula field | 13 Jul 2006 15:01 GMT | 3 |
I am trying to find a way to write code to unlink all the fields in a document except a field that has an arithmetic formula in it. The particular formula in this regard happens to appear in a table cell. The following code unlinks ALL the fields in the document, including the ...
|
| Strings between different templates | 13 Jul 2006 13:39 GMT | 6 |
We have a form where users can open different templates. When a user clicks on a template, the chosen template opens and I want it to go to a specific bookmark. To which bookmark it goes to depends on what the user has chosen in the first form.
|
| copy last row of a table to a new row | 13 Jul 2006 12:07 GMT | 1 |
I have a table of data that has tokan names in each cell to be replaced with real data using VBA from another application. I don't know how many rows I'm going to end up with so it has to be dynamic. I start with 2 rows, one with headings and the second with the tokens. I need to ...
|
| Avoid "Open Worksheet" dialog | 13 Jul 2006 12:07 GMT | 7 |
I am opening an Excel spreadsheet in Word, and I want to avoid the "Open document in Workbook" dialog in which I have to select "Sheet 1." How can I avoid getting that dialog (and just open Sheet1 automatically)? (Do I modify the format (at Format:=wdOpenFormatAuto???)) (All ...
|
| Run Time Error 5 Invalid Call or Argument | 13 Jul 2006 11:09 GMT | 2 |
I added a New Menu to the menu bar. I named it Test Menu and added one control named Test. When I try to run the following code I get a Run Time Error 5 Invalid Call or Argument:
|
| Variables in VBA | 13 Jul 2006 10:33 GMT | 1 |
In Excel it is posible to make some variables by using the expression Application.names.add ("variablename") , data It is posible to investigate the contens og this value by using Evaluate(Application.Names("variablename").Value)
|
| A programme to copy template | 13 Jul 2006 09:31 GMT | 4 |
I have saved a normal template. I want to design a small code in VB which can install the saved normal template over normal template of other msword. I want to copy the saved normal template on mswords of different computers. Presently i am copying the saved normal template and ...
|
| To Mr. Jezebel | 13 Jul 2006 08:47 GMT | 1 |
Dear Mr. Jezebel, Could you please help me to resolve this , because I need a solution. It`s possible to something with visual basic editor?
|
| Determine if a checkbox caption is empty | 12 Jul 2006 23:42 GMT | 1 |
I have a userform that outputs selected checkboxes captions to a new word document. The captions are pulled from a table. However, if a checkbox is selected that has no caption because of a blank field in the table, it still writes a blank line. Its not a big deal, but the
|
| Recursive Split Function using One Array | 12 Jul 2006 18:02 GMT | 1 |
I wanted to ask if there was a method for recusevly applying the split function to a single array. Currently, I place all values into the array 'Lines' then plug these values into the array 'Lines1' (this loop is denoted by '**********).
|
| Black Bands in web page when edited with MS Word | 12 Jul 2006 17:54 GMT | 7 |
Using Windows XP Professional SP2 with MS Office XP SP 3 (MS Word 2002--10.6802.6735) Does anyone know what is going on here? I created a Word doc by editing a web page (a show's episode guide) with Word to keep track of the episodes that I've seen and haven't seen (http://www ...
|
| Searching for Text | 12 Jul 2006 17:43 GMT | 3 |
Hi. I have two main issues in creating my macro for Word. I.) I basically want to copy text that is located in between two strings of text. Could you guys provide a simple macro for me to do that?
|
| Autoexec to keep running | 12 Jul 2006 16:16 GMT | 3 |
I'm fairly new to class modules - but i'm ok with vba and regular events. I have a number of routines in modules that I want to run when the document is changed. So far I have the following:
|