| Thread | Last Post | Replies |
|
| Aligning Decimals in Table | 31 Jul 2004 21:09 GMT | 1 |
I have numbers such as the following in some cells in a Word 2000 table which are pt\ut there by VBA. The numbers are in cells in column 1, in rows 5, 6 and 7
|
| Tabstops | 31 Jul 2004 19:53 GMT | 2 |
Using VBA how to move to the next Tabstop ? I have 4 tabstops, and I want to type something at each of those tabstops. Using Selection.TypeText("\t") works only if the string in the previous tabstop is long enough to push it to the next tabstop. Any ideas anyone?
|
| can't open word documents | 31 Jul 2004 19:35 GMT | 2 |
all of a sudden my word documents open up with a grey screen and microsoft word blinking at the top of the screen,also just above the task bar it says-running virus scan.when this happens nothing will get rid of the screen
|
| AutoOpen Macro does not run | 31 Jul 2004 16:25 GMT | 1 |
I have a template which runs an AutoOpen macro to fire up a dialog bo whenever a document based on the template is opened. This macro i called AutoOpen and happens to be in a module named AutoOpen too. Normally, it works as expected.
|
| "Lowered" Text | 31 Jul 2004 15:28 GMT | 2 |
To help annotate submitted scripts I need to "borrow" a symbol-font character (Arial 8226 Unicode), actually the Bullet chara, for use as a large full stop (US 'period'). I want to insert it, then move it down 3 pt onto the
|
| Help: Cross-Version Word Object Library problems (9.0, 10,0, 11.0) | 31 Jul 2004 09:47 GMT | 9 |
I'm working in-house on an Access application to which I've recently added automatic fill-out-the-form functionality. The problem: I'm in a mixed version environment in regards to Office - some machines are at Word 9.0 Object Lib, two at Object Lib Word 10.0 and the boss and
|
| Disabling the Close button in Word | 31 Jul 2004 04:20 GMT | 1 |
Hi, I coded a VBA application for Outlook 2003 that creates a Word document and excutes the print preview for several contacts. At certain point the word print prevew is displayed. As I am controling the Word object from Outlook I don't need any menues, toolbars and controlbox in ...
|
| Word Undo | 31 Jul 2004 01:37 GMT | 1 |
I've written a Word 2003 add-in which basically uses Word's Find object to perform a number of character replacements on selected text. There are approx. 60 char replacements and the problem is that when the add-in has run, there are up to 60 items in the undo list, each with a ...
|
| Tiff multi page image in word | 31 Jul 2004 00:40 GMT | 1 |
Can anyone tell me how to insert Tiff multi page image file in Word Thanks in advance Ravi
|
| Images are not displayed in Word2003 | 31 Jul 2004 00:33 GMT | 1 |
Running Win2KSP4 & all patches - Word2K3SP1 Since a while now I can't see images anymore in some documents which were generated as WordML (through xslt transformation). I can't remember when this problem exactly occurred for the first time and thus heave no idea what
|
| Error importing a 97 Form into 2003 | 31 Jul 2004 00:28 GMT | 3 |
We are converting to Word 2003. I tried to import a form (CustomMsg.frm) I created in Word 97. I received this error in the error log: Line 8: Property OleObjectBlob in CustomMsg had an invalid file reference. There was a screen message: System Error &H80004005 ...
|
| Searching a page for a value and assigning it as a variable | 31 Jul 2004 00:27 GMT | 4 |
I am a newbie at this. I have a multi-page Word document. Each page on the document has a unique reference number. I have put in the macro to save each page as a separate file (KB306348). However, I would like to modify the macro so that the document is saved as the
|
| Building a VBA Dropdown list | 31 Jul 2004 00:10 GMT | 1 |
I have a requirement to create in a form template a dropdown list. The items in the list, not only exceed the number of items, but the number of characters that the built-in dropdown field can hold.
|
| Unlocking a Protected Form Template | 31 Jul 2004 00:07 GMT | 1 |
Am working on "protect-unprotect method without losing form field data" macro to allow the user to insert documents, use tools that are normally not available in a Word2000 protected document, etc. I already have code
|
| How to identify 1st blank row in an Excel spreadsheet? | 30 Jul 2004 23:26 GMT | 1 |
Anyone know how to do this via VBA? I'm using a macro to define a print area by specifying columns but I'm pulling blank rows in the resulting printout.
|