| Thread | Last Post | Replies |
|
| using the split function to define an array | 11 Aug 2005 22:13 GMT | 1 |
I stumbled on the split function while I was trying to figure out how to add a lot of names to an array. It's working fine, as tested by the message box. Whatever number I enter in the message box brings up the appropriately indexed text for the array. But if a define the ...
|
| Exporting Data from Access to Word into columns | 11 Aug 2005 21:41 GMT | 4 |
Hello everyone, I have some code setup in Access that exports Data from several tables to Word. What happens is I bookmark the location where I want the text to appear and after it is there I format it. At times I want a column setup / table
|
| Counting checkboxes in a word document | 11 Aug 2005 17:45 GMT | 1 |
I have a terrific form I've created, but it has a ton of checkboxes, and I need to count which ones have been checked out of a certain group (some are "yes", some "no" and some "n/a"). I need to count how many are checked in each group so I can do a formula to determine what ...
|
| File-Open-I want to see my files listed | 11 Aug 2005 15:45 GMT | 1 |
Recently had to reformat my computer. Reloaded Word. Before when I hit file, open, my files used to show up here. Now it comes up to the C drive and I have to click on the down arrow, find my network, and choose word. How can I eliminate this step? Using Word 2002.
|
| When can I be sure my Word doc is really closed? | 11 Aug 2005 15:27 GMT | 4 |
I have a VB app that opens a doc in Word, then hangs around waiting for it to close, calling this periodically: ------------------------------------------------------------ (oWD is Word.Application, already instantiated )
|
| Create non-existing folder on Save | 11 Aug 2005 15:03 GMT | 1 |
If I use VBA to tell a document to be saved in a specific location, and that specific location does not yet exist, how can I override the error and just create that new folder/structure using code? Thanks.
|
| Keeping track of document windows | 11 Aug 2005 12:02 GMT | 2 |
I'm wrting some VBA (using Windows NT and Word 97) that finds and copies a few things from one document into a new (created by VBA) document. I use... winSrc = ActiveWindow.Index
|
| converting tables with merged rows/columns to text | 11 Aug 2005 11:59 GMT | 3 |
I'm trying to write a macro to convert Word tables to a Wiki syntax in plain text, by adding delimiting tags to the cells. See http://twiki.org/cgi-bin/view/Plugins/MsWordToTWikiMLAddOn This is what such a wiki table might look like:
|
| File Folder Browse Dialog | 11 Aug 2005 10:17 GMT | 7 |
How can I access a file folder browse/select dialog box after clicking on a button (say btnFolderSelect). I searched the forum for an answer and there is a method which accesses shell32.shell. That didn't work and i'm assuming there is an easier way to do this such as using a ...
|
| template buttons not working | 11 Aug 2005 08:05 GMT | 3 |
I have designed a form that uses several buttons to place photos in a form. After opening the template as a document the buttons do not repond. It appears to be a security issue but I have set the macro security to low and the form is protected for forms. All buttons work well in ...
|
| Macro warning frustration | 11 Aug 2005 05:55 GMT | 6 |
Yesterday, I unsuccessfully tried to set up a text-to-speech macro. It was for general use in Word, but after over an hour or so, gave up. Since then, I have found that the text that happened to be open, which is a very long chapter in a Ph.D. dissertation (about 100 pages), is ...
|
| Check box used to force a calculation | 10 Aug 2005 22:39 GMT | 2 |
I have a form that calculates a fee total to be paid. There are about 20 subtotals throughout the document. At one point, there is a checkbox. You check it if you are entitled to a lower rate and the form should take the subtotal immediately above it (bookmarked "sub8") and ...
|
| How to set activewindow view to final (no markup) | 10 Aug 2005 22:02 GMT | 2 |
I have a template that continually opens documents in "final - show markup" layout. How can I force it to open in "final" layout?
|
| Place graphic in a table cell | 10 Aug 2005 21:49 GMT | 3 |
I am using Office 2003 on Windows XP. Is there a way to place a graphical object inside a table cell and lock it there so it can't move? Better yet, can you snap the edges of the graphic to the gridlines or borders in the table?
|
| Trim Text | 10 Aug 2005 20:56 GMT | 2 |
If the text "C:\Temp" is entered into a text box (including the quotes), is there a way using VBA code to remove the quotes. The quote marks will always be the first and last characters of any string. Thanks for the help.
|