| Thread | Last Post | Replies |
|
| Formatting a template using Key to get data from sql server | 26 Oct 2007 04:52 GMT | 1 |
I am not sure if VBA is what i should use for a solution. The task i have is to create a boilerplate template, complete with Dynamic Value fields. Then, to feed the Template with a Primary Key, and to have the document fill in the fields with the data which corresponds to that ...
|
| Total number of seconds since computer was started | 25 Oct 2007 18:06 GMT | 15 |
What function should I use to get the total number of seconds since computer started (or similar). Since midnight is not good (unless since midnight before computer was started.
|
| Flesch Score - programmatically possible | 25 Oct 2007 12:09 GMT | 2 |
I know it is possible to get the Flesch readability ease score / grade by checking the option in grammer & spelling, then running a spell check... the value is displayed at the end. Is it possible to force a 'silent' check and programmatically get this
|
| DOCVARIABLES + BLANK | 25 Oct 2007 09:50 GMT | 2 |
OS - XP Prof SP2, Office 2003. I have a VBA form where people choose how many people are party to an agreement. If they select 2 then it must prompt twice for the 1st Party name and 1st Party ID or Registration Number and prompt again
|
| deleting blank spaces | 25 Oct 2007 08:34 GMT | 3 |
I have output documents that have extra blank line spaces that have a size of 2pt. I am trying to create a macro that should delete all instances of this 2pt size line spaces. However my macro below only works to some extent, when a document have two blank lines that are both in ...
|
| today's date in a form | 25 Oct 2007 06:49 GMT | 1 |
A shipping log form has many rows; each row represents an individual shipment on an individual day. One of the table cells in each row, is Date Shipped. I wanted to use a Text Form Field, set to "Current Date" so as uses ship
|
| Inserting today's date in a form? | 25 Oct 2007 06:49 GMT | 1 |
A shipping log form has many rows; each row represents an individual shipment on an individual day. One of the table cells in each row, is Date Shipped. I wanted to use a Text Form Field, set to "Current Date" so as uses ship
|
| Deleting Current Line | 25 Oct 2007 06:48 GMT | 1 |
Thanks in advance for all your assistance. I have a table and made a bookmark to point to the first row of second column. In a macro, I use the bookmark to get to the line and then insert some autotext. After the autotext has been inserted, word leaves line below
|
| Excel range in SQL line-how to reference | 25 Oct 2007 01:53 GMT | 1 |
Can anyone tell why the cell range reference in the SQL line will not run? I'm not sure how to reference cells in the active worksheet in the SQL. Any help would be greatly apperciated!
|
| Creating template - want to add a macro to fill in header informat | 25 Oct 2007 01:52 GMT | 1 |
Office Assistant at my company is creating a template. Each time the template is used the header and footer information will change. Is there some way to have a box or macro pop up that will prompt the user of the template to complete this information before opening the template? ...
|
| If calculation field has 0 result, blank | 24 Oct 2007 21:40 GMT | 7 |
I have several rows in a table, with the last column being a calculated form field of A1*B1. The table has 10 rows, but the user might only fill in 1 or 2 of the rows. For the rows that have no data (essentially, blank Col1 and Col2), the total
|
| Text Form Field Values | 24 Oct 2007 20:57 GMT | 3 |
HELP!!!! I'm sure this is something simplistic for your "pro's", but I sure ain't get'n the right syntax figured out on this one. I am creating a protected form for which obviously contains a number of Text Form Fields. I am ATTEMPTING to ask the user - upon entry to a ...
|
| opening and modifying documents without modifying attached templat | 24 Oct 2007 20:37 GMT | 1 |
Although this not a strict vba question, some knowledge of the object model could be of help, I think. My question: In some cases (but certainly not all!) after opening a document and
|
| Extracting text out of *.txt file and use as path | 24 Oct 2007 16:04 GMT | 1 |
I haven't found any sollution for my problem in the www. That's why I ask here: I create several templates in Word 2003 in those I use "ChangeFileOpenDirectory".
|
| Find multiple items and replace multiple items | 24 Oct 2007 15:35 GMT | 6 |
I'm looking for a macro to replace multiple items such as below. I have Word 2003. I appreciate any help you can provide. Thanks! Find: "One" Replace with "One (1)" Find: "Two" Replace with "Two (2)"
|