| Thread | Last Post | Replies |
|
| Formatting dates? | 07 Mar 2007 20:40 GMT | 5 |
I can't seem to figure out how to make a date come out in a specific format. I parse thorugh a text file sent ot me by someone else. One day the date will be 3/5/07, the next 5 Mar, the next 05 March 2007, etc. I've tried capturing whatever I get into a variable Dim ThisDate
|
| Word 2003 VBA error | 07 Mar 2007 19:14 GMT | 2 |
I receive the following error message 'Run-time error 4605; This command is not available. I built this template 3 months back and works just fine then, now that the user has request a new table column added, I add the new column to an exists
|
| Office Clipboard Format | 07 Mar 2007 18:30 GMT | 2 |
I am copying a range from Excel and pasting it into a Word document. The problem is that sometimes it pastes the clipboard item as a table (the format I want it in) but other times in a tab delinated format. Is there a reason for this? How do I force it to paste as a table?
|
| Text Form Calculations | 07 Mar 2007 18:14 GMT | 3 |
I have two Date Text forms in a template e.g 01/10/1970 and 07/10/2005. I need to create a box or test form and calculate the difference of these two text e.g 30.5 years. Can this be done? I need help in this one.
|
| How you call these task | 07 Mar 2007 18:10 GMT | 1 |
I have a template. In this template when a click this Grey line the document expand. In other words a optional table information is added to the document. If I click the line again the information collapse. (Disappear). How you call this task. Is this a macro?
|
| Problem after PNG "Save as". | 07 Mar 2007 17:47 GMT | 1 |
I try to recover a .doc file that's been save as a .png file with a mistake. I try to open it in several .png compatible applications (such as Photoshop etc.) but it will not show. Is there any way I can manage to reconvert the .png code to .doc?
|
| Runtime Error 5843 | 07 Mar 2007 17:35 GMT | 2 |
I'm a newbie to Word VBA. I generated a macro for removing right, top, bottom borders of a cell frm a table. But when i try to run the macro after modifying the code to run for multiple cells. I gives an error msg
|
| vba newbie question | 07 Mar 2007 15:41 GMT | 1 |
I want to create a vba program that allow user to input a num(eg 3) Then the program will add 3 textbox in the form The problem is how I can get the value of these textbox? The easiest way to do that is I create couple of textbox in the form, and
|
| Text Form Field | 07 Mar 2007 06:01 GMT | 1 |
I need to duplicate the information entered in a Text Form Field of a template in differents pages of this document. Do you have any suggestions how this can be done?
|
| Word 2007 Digital Certificate problems? | 06 Mar 2007 23:10 GMT | 2 |
I've got a template signed with a thawte code-signing certificate (updated version for IE7). This certificate works as it should with Word 2003. If I try to run my template (it's a .dotm - macro enabled template) on
|
| Display file list | 06 Mar 2007 22:54 GMT | 5 |
I have a macro that prompts me to enter a file name and then it gets the text and writes it to my document. I have too many file names now to remember them all. Is there a way to display all the files in my folder and I can just choose the one I want? Here is the first part of my ...
|
| Adding bookmarks in VBA in a specific place | 06 Mar 2007 22:26 GMT | 17 |
I have several templates. I'm going to be inserting a template into another template. All the templates have bookmarks in them. As you know, Word will not insert a bookmark with the same name. So when the new template is inserted, the bookmark is not. I need code to check to
|
| Finding/deleting repeated text within Cells of a table | 06 Mar 2007 21:41 GMT | 7 |
I am trying to find and delete repeated lines of text within a given cell of a word table; and then repeat this same process for all cells of the table. For example, in a given cell of a table, the line of text "XYZ_123" might be repeated 3 three times. I need to delete the 2nd ...
|
| Add Header footer to word doc | 06 Mar 2007 20:31 GMT | 1 |
Hi, I'm currently developing a documents manager that stores th documents in sql server. The application is developed in classic ASP sqlserver and pffice automation. The application lets you program circuit o responsabilities and many other features.
|
| Code to find Text in a column of a table? | 06 Mar 2007 19:43 GMT | 6 |
Im using Word 2003. I have a userform that uses the data in a word table to populate a combobox. If the user chooses the "Add" commandbutton then it will add the data in the textboxes to the last row in the word table. I would like to modify it, if possible, so
|