Get user input when document is created from template Hi all I am building a document template using Office 2007 however the template must work in Office 2003. What I want to do is have the document ask the user for input when the document opens, then have the document place that input in to document in specific places. The specific information I want the user... 21 Jan 2010 02:24
Word should add image-count tool or property MS Word should add an image-count function, either as a tool similar to Tools Language > word count, or as an automatically generated statistic in document properties. I believe this is available in Sun's Open Office, and was quite surprised I couldn't unearth it somewhere in Word's Tools > Options. I often ... 20 Jan 2010 20:51
Invalid Argument .ListCount doubles OK- I am tracking this down- but still now answer The property 1stSiteFields.ListCount seems to be doubling itself between runs. I cannot figure the reason. One run it is 16 the next 32 using the exact same SQL database, table, field, and record Any Help? Carlos "Carlos" wrote: Here are the Watch v... 20 Jan 2010 18:36
Refreshing fields in table cells. Situation is as follows ... A document header contains a text box. This text box contains a table. The table has a field in each cell (20 fields in total). How do I select all these fields in VBA to refresh their values? The text box (and the table therein) are in a building block that is placed in the heade... 22 Jan 2010 05:06
Looking for a way to automate checking for consistency in document I am manually checking hundreds of documents to insure that: 1) every image or embedded object has alt-text 2) every table has a caption 3) every table has a header row that repeats on a page break and that cells do not break across pages is there a tool that could be a starting point for building something t... 20 Jan 2010 21:57
Invalid Argument every other run- Added infor Here are the Watch values Watch : : i : 31 : Long : OCForm.cmdTransferDatatoDocument_Click Watch : : j : 0 : Long : OCForm.cmdTransferDatatoDocument_Click Watch : - : lstSites.List : : Variant/Variant(0 to 0, 0 to 15) : OCForm.cmdTransferDatatoDocument_Click - : lstSites.List(0) : : Variant(0 to 15) : ... 20 Jan 2010 14:04
disable Submit button In my word form which I am using all form fields with the exception of a submit button. I'd like to know if there is a way to "disable" a button (submit for ex:) until a specific criteria is met. So basically, if activedocument.formfield("tesxt1").result = "ready to submit" then .....submit button.enable... 20 Jan 2010 14:04
blank table row I have a doc which is comprised of several table that have been setup with form fields for data entry. Now I am looking to add a cmd button which would blank all the fields in the select table row. How can this be done? Basically, the user would place their cursor in one cell of the row, any cell, and pre... 20 Jan 2010 12:56
Thanks so much I have one other question Dave, I was wondering if you could recommend a quick way to modify the following code so it also starts on the second table, like was done with the bold code. Dim myTable As Table For Each myTable In ActiveDocument.Tables myTable.Select Selection.Style = ActiveDocument.Styles("Custom Table") ... 20 Jan 2010 11:48
Shortcut keys and UserForm I want to use a shortcut key (Ctrl+z) to activate a UserForm but don't know for sure it is possible or how to go about it. I've always used a Command Button or a _Click() in the past. Any ideas on how to go about this? Thanks in advance. ... 20 Jan 2010 12:56 |