| Thread | Last Post | Replies |
|
| how to fill all cells that are empty in a table with a hyphen? | 13 Feb 2005 22:43 GMT | 3 |
How does one put a hyphen in all empty cells in a table? tia Gil Some of my efforts are:
|
| determine a merged cell span column value | 13 Feb 2005 20:37 GMT | 1 |
I have set out to create a simple macro that converts Word tables to HTML format. I was albe to do it for tables with regular column and row numbers, but I have come upon a stumbling block when trying to tacke merged cells ...
|
| SEARCH AND REPLACE IN WORD USING EXCEL LIST | 13 Feb 2005 06:10 GMT | 1 |
We post swim meet entries to our web site and swimmers (kids) have the option to NOT have their names listed on the web. Now we manually delete the names based on a list we keep in an excel worksheet and only show their swimmer code.
|
| ApplyPictureBullet creates strange Project | 13 Feb 2005 06:10 GMT | 1 |
Word 2003 SP1 on Windows XP Pro SP2 I have a strange thing happening... I created a sub that will generate all sorts of Styles automatically. One of the Style is an Outline Numbered List with Picture Bullets. I
|
| MSXML crashes Word | 13 Feb 2005 06:05 GMT | 1 |
I'm occasionally coming across instances where attempting to use the MSXML SAX parser from Word VBA is causing Word to crash. It doesn't appear to be specifically related to what it's trying to parse because the majority of the time it works fine and there's no consistency to
|
| Audit Trail from Word 2000 | 13 Feb 2005 06:00 GMT | 1 |
I have a document in which we track changes between versions, and when we start a new version, all of the previous changes are accepted. I want to create an audit trail of these changes. I have some VB code (and a database) to do most of this. There are 2 ways
|
| Tracking System Shutdown, Restart or LOg Off | 13 Feb 2005 05:54 GMT | 1 |
I know that this is not the place where i should put this question, but still I hope that I will get the answer from here. I want to track the system events such as shutdown, logoff and restart and do some operations before that. Is it possible in VB? If yes, how can it be done ...
|
| SID | 13 Feb 2005 05:54 GMT | 1 |
Is there a way to find out a user's SID? / Ulf
|
| ExtendMode being turned off by WindowSelectionChange event | 13 Feb 2005 05:54 GMT | 3 |
ExtendMode being turned off by WindowSelectionChange event I have a class that contains a WindowSelectionChange event. Whenever the event is triggered, the ExtendMode is being turned off before the event routine is completed. This event is also affecting
|
| How do I autofill fields after just typing first few letters of . | 13 Feb 2005 05:12 GMT | 1 |
We want to be able to autofill client information (company name, attention to, fax number) on a fax template after just typing the first few letters of a client company name. We only have about 30 clients, but send lots of fax reports to them. Thanks, Gary W
|
| Protection/Sections | 13 Feb 2005 04:01 GMT | 2 |
I have a template with several sections and several different procedures. In one procedure I need to unprotect 2 sections leaving the others protected. I have found the following code: Sub ToolsProtectUnprotectDocument()
|
| Problem with Range.Hyperlinks.count | 12 Feb 2005 22:10 GMT | 3 |
I would like to write code to unlink all hyperlinks in a given range. I try my code on plain text and it works fine. But with a table (which consists of a single hyperlink in each cell), I found that if Rng is a column of cells in the table, the expression Rng.Hyperlinks.count ...
|
| Anyone have a macro for this? | 12 Feb 2005 18:41 GMT | 9 |
It's been a long time since I wrote my last VBA macro, and I don't want to duplicate one that might already exist. So before I get stuck into it, does anyone have a macro that will do the following please: - Start with a clip art picture selected (or inserted into a Word
|
| Data from SQL server in a Word document | 12 Feb 2005 14:14 GMT | 1 |
I would like to write a Word macro to get some data out of a SQL server database and put it into the Word document. Can anyone show me how to do this or point me to enough documentation within MSDN to accomplish this? I have working SQL queries and subqueries, I just need to ...
|
| How do you save an updated data base in Word 2003? | 12 Feb 2005 12:05 GMT | 1 |
I sort my data base (mailing list), but the changes are gone the next time I open the data base. Additions are kept. Thanks. Paul
|