| Thread | Last Post | Replies |
|
| Spellcheck in Forms | 17 Jun 2005 22:05 GMT | 2 |
I created a table where some of the cells are text and some are formfields. Each formfield has its own cell. There are also textboxes (a heading and line callouts). The document was saved as a .dot file. I tried to do a spellcheck using the macro from MVP, but it doesn't work ...
|
| VBA to single source documents? | 17 Jun 2005 21:36 GMT | 5 |
I've been studying this and other newsgroups, mvp sites, MS KB, etc. all day and I still can't answer this question: If I have a complete document that I want users to be able to print selected parts of -- a selection each user will make as needed, and which will
|
| Macro for deleting specific line | 17 Jun 2005 21:06 GMT | 4 |
I'm very new VBA and was given the task to get rid of timestamps in our log files. I would like to do that in word with a macro...basically our log file looks like:
|
| importing .bas | 17 Jun 2005 20:53 GMT | 2 |
I have a .BAS file with a macro module that I can manually import into the Normal project in VB Editor. I'd like to automate this process. Can someone give me the codes that will do this ?
|
| password protect a Word folder (not a file) | 17 Jun 2005 20:38 GMT | 1 |
How can you password protect a FOLDER in MS Word? (a folder and not a file)
|
| Closing document without confirmation | 17 Jun 2005 19:29 GMT | 4 |
Hey everybody! I've got a short question: I've made a word-template (.dot). Now I want to close all documents based on this template to close without asking for being saved, when I'm closing word or only this document.
|
| How to force a page break??? | 17 Jun 2005 19:20 GMT | 3 |
How do I force a page break at any given point with VB in a word document? I have tried : Selection.Paragraphs(1).PageBreakBefore = True but that doesn't work. That makes a new page at every paragraph. But
|
| New to Word VBA | 17 Jun 2005 18:27 GMT | 3 |
I have written macros in Excel before but not Word...and it doesn't seem to be as easy. I need to find all instances of highlighted text in a document and copy each entry through to excel.
|
| Counting sentences | 17 Jun 2005 13:29 GMT | 6 |
How do I count the number of sentences in a document using VBA? / Ulf
|
| VBA or Visual Basic? | 17 Jun 2005 12:01 GMT | 15 |
Greetings all, I have been told that VBA is mainly for use within Word or other applications. I have access to material to learn Visual Basic and was wondering whether I should put my efforts into this with the presumption
|
| Extract text as RTF without using the clipboard | 17 Jun 2005 11:48 GMT | 1 |
Hi NG, i have an application using vb and word. I control word from within my vb-application using vba. At one point i extract the text of a document in rtf format (with all the rtf-commands) and put it into a string-variable.
|
| Determine if a document is password protected | 17 Jun 2005 11:45 GMT | 1 |
Is there a way to determine if a word file is password protected BEFORE it is opened? I have a small VB-application that opens word documents using the word com-object.
|
| Setting a combo Rowsource from SQL server - using DSNLess connection | 17 Jun 2005 10:25 GMT | 1 |
I am trying to set the rowsource of a combo box. I want to use a query from the SQL Server. I can do it if the tables are linked through ODBC, but I want to create a DSNless connection (I think that's what it is called) so that the user does
|
| Converting table to XML | 17 Jun 2005 10:25 GMT | 1 |
Hey all, I am supposed to convert a tab separated table (with spanning rowwise / column wise) to XML. Before I try to take on the mamoth task, I was wondering if:
|
| capture cursor location | 17 Jun 2005 10:25 GMT | 7 |
i need to capture the location of the cursor location on a document, so i can see if it is sitting on a comment-range. problem- vba document-level subroutines only handle open-new-close, not onmousedown, and not onclick.
|