| Thread | Last Post | Replies |
|
| Spell Check Form Field Contents | 03 Mar 2008 01:05 GMT | 6 |
Using Microsoft Word 2003, SP2. The document is protected for "Filling In Forms". Though I can automate unprotect, spell check ignores the contents of text fields. Anyone have a solution? Thank you so much.
|
| symbol - please help | 02 Mar 2008 12:19 GMT | 2 |
Can anyone give some advice how to ask Word or Excel is there in any cell or anywhere in the Word document, exactly symbol, for example "Sun". In Insert Symbol dialog box there are character codes for each symbols but i cannot find property for character that says, this character ...
|
| Add Custom Tab Ribbon07 with Multiple DropDowns - Help! | 02 Mar 2008 08:08 GMT | 5 |
Help please - throwing myself in at deep end and dog paddling to create a working Custom Tab with multiple dropdowns plus buttons! I'm cobbling together a custom Tab but wanting multiple dropdowns (not just one) and ideas on VBA of how to simplify all the dropdowns in the one ...
|
| String manipulation problem | 01 Mar 2008 16:32 GMT | 4 |
I want a VB function (called from a word macro) that takes a string and I want to manipulate each character at a time. I must be doing something stupid: function Spaces(str As String, len As Integer) for I = 1 to len
|
| Objects as Properties in VBA - possible? | 01 Mar 2008 07:17 GMT | 2 |
Is it possible for a property of an object in VBA to itself be an object? I'm working on a program that involves chemical equations, and consequently I have defined a couple of useful classes: "ChemicalCompound," and "ChemicalEquation." The ChemicalEquation
|
| Ribbon Customizatin AddIn | 01 Mar 2008 01:33 GMT | 3 |
This is a long post with multiple questions. Please don't be discouraged and feel free to answer all or part. Thank you. The other day I became interested in creating an Template AddIn that will add a group to the built-in Add-Ins tab. The group holds one Dropdown. I
|