| Thread | Last Post | Replies |
|
| Resetting Form Fields | 19 Mar 2010 17:19 GMT | - |
I have the following maco assigned to a check box in my form but it appears as the macro lock and unlocks the form all the form fields are reset, even though Ive got the No Reset option set to true it is still resetting them, is there an easy way to over come this?
|
| Saving Values Into Word 2007 Content PlaceHolders | 19 Mar 2010 11:59 GMT | - |
I am using Microsoft.Office.Interop.Word to manipulate Word 2007 Documents. I have a web form having 4 fields. The user fills these fields. I also have an Expense.docx template with 4 placeholders.
|
| Determine which page where a shape is placed | 17 Mar 2010 03:50 GMT | - |
Currently i have a code which will print OMR Mark on each pages. Basically i insert a canvas into each page and subsequently an OMR Mark Line Series are inserted into the canvas. Recently i found an issue that somehow one of the canvas is placed out of a
|
| MsgBox Cancel button must be clicked twice - how do I fix | 17 Mar 2010 01:48 GMT | - |
I have a userform in Word. The purpose is to request user access to certain software programs, requiring profile set up. If a user checks the software request checkbox, I want a textbox to display requiring them to enter the access profile. The user must enter text in this
|
| W2003, batch converter wizard: call from cmd (batch) | 16 Mar 2010 19:38 GMT | - |
Working with Word 2003. I have installed the batch converter wizard and all is well. I would like to create a batch file that opens Word, calls the wizard and runs with a defined configuration, eg convert Word doc to xml, predefined
|
| Detect Difference Between Autorecover and Save | 16 Mar 2010 15:31 GMT | - |
I am trying to detect different kinds of Save. I know the difference between Save and Save As, but how can I detect the difference between them and Words Autorecover Save?
|
| AUUUGH!!! Sound recorder bug with computers with more than 2 gig | 16 Mar 2010 15:23 GMT | - |
I have an addin which allows people to quicly create and use comment banks which can be inserted into Word documents. The addin also allows you to record audio comments (recorded using Sound recorder). The video at http://emarkingassistant.com/eRubricMovie.html shows how this ...
|
| VBA mailmerge event | 16 Mar 2010 15:12 GMT | - |
I am writing vba code to modify a mailmerge (Word 2003) document prior to merging, based on a value in the datasource. The merge itself is handled by the property management system "Nicor", and each merge uses a temp datasource file created by Nicor. I am trying to use the
|
| VBA | 15 Mar 2010 08:40 GMT | - |
 Signature Thanks for your help. Eileen
|
| Retrieve RGB values of Even Row Banding of User-Defined Table Style | 14 Mar 2010 10:52 GMT | - |
Dear Experts: I got a user-defined table style that has an even row banding (red), i.e. the selected table gets alternately shaded in red/white. The user- defined table style is called (tbl_style_red)
|
| How to automatically drop textbox/shape at mouse cursor position? | 12 Mar 2010 20:27 GMT | - |
I am trying to write a VBA macro that will drop a text box at the mouse cursor location via keyboard shortcut. The macro is intended for PowerPoint 2003 but the problem could be applied to any of the Office programs. I have been partially successful in developing a solution so ...
|
| Parsing a Value from a Multiline TextBox | 12 Mar 2010 03:23 GMT | - |
Word 2003 I have a UserForm with a multiline TextBox on it that allows the user to enter several values separated by pressing the Enter key. (This wouldn't be my preferred approach; I'd much rather collect each value separately and
|
| Using Excel VBA to Format Word Document | 11 Mar 2010 18:35 GMT | - |
Here is the code that I have. What I can't get to work is the section where I am trying to change the Font Name & Font Size. I run this macro from Excel (with the eventual goal being to have it run on multiple files). Everything else seems to work right; but the
|
| Check For Valid Object Reference | 11 Mar 2010 15:28 GMT | - |
How do you check if a reference is still valid? For example, if at the time you need to use a another document reference, how can you check that it’s still valid? Dim sourceDocument as document
|
| Using Building Blocks, Content Controls and XMLMappings to generate multi-page template-generated sections in a Word Document | 11 Mar 2010 01:16 GMT | - |
Dear Readers, I would like some of your insight and feedback regarding a document I am creating. Here is the scenario. The document is a package that describes a toy collection. There is
|