| Thread | Last Post | Replies |
|
| Is the way that to DisableAutoMacros when open a word document by navigate2 of Chtmlview right? | 09 Apr 2007 14:46 GMT | 3 |
I use the following code to disable auto macros in the event OnNavigateComplete2() of CHtmlView, but it seems it does not success. LPDISPATCH pDispHtmlDocument = GetHtmlDocument(); MSWORD::_Document oDoc = pDispHtmlDocument;
|
| list box sorting | 09 Apr 2007 09:26 GMT | 1 |
I have a listbox in a user form that is populated by records from and ACCESS table How can I get that lisbox to display the records alphabetically? I want to be able to select an entry. What is the way to get the listbox to respond
|
| Shape size | 08 Apr 2007 23:40 GMT | 4 |
I have the following macro that draws a horizontal line in my document relative to where the cursor is in the document. I need to go back into all the documents and make my line shorter. Is there a way to write a macro to go through my document and find each line and make it ...
|
| advanced replace - add character to paragraph | 08 Apr 2007 22:09 GMT | 16 |
I'm trying to migrate wikis, and thought Word's Replace might be good (and it is, generally). Want I can't get to work is to make sure that every paragraph that ends in ** should also start with ** (they should be added), while every paragraph that starts with ** should also end ...
|
| Any way to put a page break into a string? | 08 Apr 2007 21:04 GMT | 6 |
I'm parsing a huge text file into several smaller files. I capture the portion I want to make into a new file in a string, open a TextStream object, and write the string plus a bit more. (Code is below.) At certain points in the new file, I would like to insert a
|
| speed up bookmark update | 08 Apr 2007 20:58 GMT | 2 |
hi, is there any tip or guideline to speed up a document bookmarks update (from vb6 program) .. we are trying both bookmark.range.text, both wdsetfields .. any other suggestion ?
|
| How can I run a macro on a protected Word document | 08 Apr 2007 19:16 GMT | 1 |
Hi Experts, I am writing a TCL application using tcom which opens up a number of word documents, unlinks some fields in them and then zips them up. These documents are protected before they reach me, so when I try to
|
| Change formatting for DIFFERENT line's inside a Table cell | 08 Apr 2007 12:25 GMT | 2 |
Hey Peoples, I have a table in word , and am trying to change the font size for the different lines that are in the cell. So for a given cell (say row1, col3) i want the first line to be font size 16, the next line to be
|
| Copy whole document | 08 Apr 2007 09:20 GMT | 5 |
Thanks Perry the API now works. When I now use the following after the document has opened, objword.selection.homekey unit:-wdstory selection.extend
|
| How do you save autocorrect inputs? | 08 Apr 2007 07:33 GMT | 1 |
When you re-install office, all autocorrect inputs of previous installation hve been destroyed. If you have a lot of inputs, you will have a big problem. If you can save them in a file similiar to normal.dot(for example correct.dot), then you save it on a floppy before uninstall ...
|
| Do loops and omit a couple of iterations? | 07 Apr 2007 06:08 GMT | 3 |
I wonder whether it is possible to iterate through a collection of objects and omit a couple of iterations, such as Dim i as integer For i = 1 to 7 Skip 3,4
|
| Use of Macro/VBA | 07 Apr 2007 03:36 GMT | 11 |
I I am not much familiar with the programming aspect (I am in quality engineering field), so, I have come to this place for help. Please help me! I have designed a Customer Satisfaction Survey. There are 4 questions. For every question, customer may choose Excellence/Very ...
|
| Search via Windows API via VBA to add a file to a macro to open | 06 Apr 2007 23:20 GMT | 4 |
I've used a program (copied and pasted it from a Microsoft recommended site) with the use of the windows API to sellect an excel spreadsheet, get is path, with success, when I use the same, to open a word document it gives me a 'Bad file name error.
|
| Macro Needs to Skip Over Line If Error | 06 Apr 2007 20:08 GMT | 2 |
Hi, I need the correct language and placement to jump over a line in my macro on error. I want to jump over the last line (Application.TaskPane) on error. Thanks! Following is my macro: Sub AutoOpen()
|
| Profile not accessible | 06 Apr 2007 19:27 GMT | 1 |
I just reinstalled windws XP home edition coz my system32 config file was curropt... now i have a lot of file under my old profile... but after i have reinstlled i cannot acess the ld profile even though it shows under my document and settings folder... how do i restore this old ...
|