| Thread | Last Post | Replies |
|
| colorindex as name | 02 Dec 2004 10:00 GMT | 6 |
When I run Dim färg färg = Selection.Shading.BackgroundPatternColorIndex MsgBox färg
|
| recognizing revision marks | 02 Dec 2004 06:40 GMT | 2 |
Can VBA recognize the difference between revision marks that are newly inserted text and revision marks that are crossed-out old text? Thanks, Larry
|
| How do I set up double spacing after every period or punctuation? | 01 Dec 2004 23:57 GMT | 1 |
I want to program my Microsoft word to double space after every periord or punctuation. Is there a way to do that?
|
| Highlighter Tool & Flag Notes Tool | 01 Dec 2004 23:35 GMT | 1 |
It would be an incredibly user friendly feature to incorporate a highlighter tool into the MS Office Suite which would allow a user to highlight anything to be visible only on the computer. Perhaps within the "File" "Print" pop window there can be a check box added to instruct ...
|
| help creating a table macro | 01 Dec 2004 21:03 GMT | 1 |
I am new to VBA but have been given the task of writing a macro to create a table. There are a couple of things I'm having trouble with: 1- Can anyone tell me how to have the 'Insert Table' dialog box pop up when the user runs the macro? I need to be able to have the number of
|
| Detecting user action | 01 Dec 2004 19:46 GMT | 6 |
How do I detect the event when a user puts the insertion point into a specific table in a document? /BosseH
|
| Application.Run and return result from a function | 01 Dec 2004 18:40 GMT | 3 |
I am using Application.Run to run a Sub from a global add-in, and this works fine. Application.Run "Module.SubName", "Parameter" But I when it comes to run a function and get the result back, I am trying
|
| Navigate out of embedded object to a specific formfield | 01 Dec 2004 18:22 GMT | 3 |
I am developing a Word 2000 form that contains three embedded Objects (Word Docs) displayed as icons. The user will double-click one or more of the icons to launch the embedded Word docs. When the user has completed filling
|
| Word VBA Question | 01 Dec 2004 17:54 GMT | 2 |
I am creating a Word document using VBA. This document is a quote where I am trying to add a signature based on the user. Each user has an email signature in Outlook, is there a way to pull this signature into Word? Thanks
|
| Help Understanding Range Objects | 01 Dec 2004 17:33 GMT | 4 |
I recently worked with some code like this Dim aWord As Range For each aWord in ActiveDocument.Words Do something
|
| Event DocumentChange fires too often | 01 Dec 2004 15:11 GMT | 1 |
We use the event 'DocumentChange' to set the status of some symbols in our symbol-bar. We found out that the event is fired every time when a field (eg. Author-Field) or a table is inserted in the footer. That means: If we enter 10 fileds in the footer, DocumentChange is fired 10
|
| URGENTLY require coder - paid work | 01 Dec 2004 14:41 GMT | 1 |
I require to hire the urgent services of an MVP (preferably UK) or someone of equal capablity to carry out some coding. Section insertion, styles, etc Must be able to start work immediately- project needs to be complete and
|
| Outlook Connection | 01 Dec 2004 14:07 GMT | 1 |
I have created a user form which shows me a list of the contacts I have in my Outlook account. Upon choosing a contact the details are passed to variables which are then used to address letters, labels etc.
|
| storing cell content in a string | 01 Dec 2004 12:26 GMT | 5 |
I try to store a cell content (text, tab, tab leader #4) in a text string for later use. strCellText = ActiveDocument.Tables(1).Rows(1).Cells(1).Range.Text discards the tab including the leader.
|
| word is telling me to regester it, and then wont let me??? | 01 Dec 2004 11:43 GMT | 1 |
my computer is driving me nuts with its stupid ways of messing with my normally level self.
|