| Thread | Last Post | Replies |
|
| data at root level is invalid. line 1, position 1. | 19 Nov 2007 19:15 GMT | 1 |
my docx file has 10KB data but when i open it i see nothing. o words. i get improperly formatted error.data at the root level is invalid. line 1, position1. it has something to do with systemxml.xml exception. please help me recover my file. i desperately need help. i am not a ...
|
| Word 2003 has disappeared from my computer | 19 Nov 2007 18:43 GMT | 1 |
Whenever I try to save a Word document, I get a box saying that the content is not compatible with Word 97. I don't have Word 97. I installed Microsoft XP 2003 Student and Home about a year ago. I have since installed updates to bring the software up to service pack 2.
|
| easy way to program | 19 Nov 2007 16:57 GMT | 2 |
I'm looking for an easy way to program VBA in a graphical way. Advice on UML alike way's to do VBA (and VBS) are appreciated. JohS
|
| How to edit other Word document during Word macro is running? | 19 Nov 2007 16:33 GMT | 4 |
How to edit other Word document during Word macro is running? Best regards, Anton
|
| Styles, styles... how to hide unused styles? | 19 Nov 2007 15:44 GMT | 4 |
I have programmed a vba script that will copy styles, makros, pages, headers, footers, settings ... from one document to another (update template collections). After many a nightshift it works, mostly... One problem could not be solved. The list of the styles visible in the style
|
| Row Formatting Using VBA | 19 Nov 2007 15:38 GMT | 2 |
I am a new VBA user. I would like to format the rows in a Word table based on the contents of the first cell in the row (column #1), which will be either "a", "p", or "d" (which represents active, pending or declined) or the cell could be blank.
|
| sending email word macro | 19 Nov 2007 15:33 GMT | 1 |
I have a macro that sends out emails automatically using Outlook 2002. Right now I specify the following: .To .Cc
|
| Bookmarks/Letterheads: Where have I gone wrong? | 19 Nov 2007 15:24 GMT | 2 |
I've asked several questions on creating a letterhead/fax toggle with 3 states: 1. Graphic visible and a bookmarked line reading BY FAX ONLY with the fax number 2. Graphics hidden and a bookmarked line reading FIRST BY FAX with the fax
|
| Custom Form Field Type? | 19 Nov 2007 15:05 GMT | 1 |
I need to be able to enter and calculate prices which may have 4 decimal point. The number option only offers limited formatting options. How can I add the ones I need? Ideally I would like to show 2 decimal places unless I enter more places manually. Using a macro would ...
|
| Creating a hyperlinked document based on folder contects | 19 Nov 2007 14:01 GMT | 2 |
I would like to know if it is possible to have a document read a folders contents and create hyperlinks to the files in that folder based on the file name. Thanks,
|
| detect system.cursor | 19 Nov 2007 13:13 GMT | 2 |
How can I determine the system.cursor in Word? It always gives me 2, the normal cursor: Sub test() 'Application.System.Cursor = wdCursorWait '0
|
| Submit word form to Lotus notes | 19 Nov 2007 13:11 GMT | 3 |
Hey guys, I'm trying to submit an internal form as an attachment to Lotus notes. I'm not sure how to go about this. Any suggestions. Thanks
|
| Distributing a file with a macro | 19 Nov 2007 10:02 GMT | 2 |
I've read instructions for distributing macros and must not understand them. I recorded a macro named "Append" to append files that are in a folder to the end of a document named CoverPage.doc. I saved the macro to CoverPage.doc rather than Normal.dot but see also that
|
| Tabstop Word2000 VBA | 19 Nov 2007 09:42 GMT | 2 |
I want to jump to a Tabstop in Word with VBA. There are two Tabstops (Tab1 and Tab2) in the document. Tab1 Tab2 Hello
|
| Cell Object/Collection | 18 Nov 2007 23:39 GMT | 3 |
If I create an table and add some cell specific shading then I can run this code to change the shading: Sub Test() Dim oCell As Word.Cell
|