| Thread | Last Post | Replies |
|
| How to copy pictures in Excel and paste them under a word bookmark | 28 Dec 2005 04:09 GMT | 2 |
I have to implement a Word VBA which can copy pictures from MS Excel 2000 and then paste them under a Word bookmark. I know how to copy a picture in MS Excel Worksheet to the clipboard and then paste it under a Word bookmark. My code is as below:
|
| Wheel Scrolling a list box | 27 Dec 2005 23:11 GMT | 3 |
I have a listbox on a UserForm. The number of entries which I have assigned to display in the listbox far exceeds the couple of inches of display area. Scroll bars appear at the right edge of the screen so that I can move up and down all list entries. Currently, I use the mouse ...
|
| Find and Replace with VBA | 27 Dec 2005 21:49 GMT | 6 |
I'm trying to FIND every instance of a period (".") and REPLACE it with a period and a space (". "). The code I've come up with works. How do I edit the code so that it ignores the operation when it finds a period followed immediately by a comma (".,"). I would like such instances ...
|
| disable inserting OLE objects into word by paste or darg & drop | 27 Dec 2005 20:04 GMT | 5 |
i need to prevent the user from inserting ole object into a document. if the user is trying to had ole object by paste or drag & drop i want to raise an event, check the object type and decide if it can be inserted to the doc. is it possible?
|
| .net framework from word 2003 to 2002 | 27 Dec 2005 19:51 GMT | 2 |
Hello from Steved I've had an application built for me using .net framework My question is that it was built using word 2003 and I'm using word 2002 Is it possible to build in Word 2003 and use it in Word 2002 please.
|
| Where can I find code for Word Macros like EditCopy and EditPaste | 27 Dec 2005 16:46 GMT | 3 |
I'm trying to find existing code for the macros that already exist for Microsoft Word; particularly the copy, cut, and paste functions. Does anyone know where I can find this code for visual basic or where i can download these functions? thanks.
|
| Selectively protecting/unprotecting parts of word document | 27 Dec 2005 10:08 GMT | 1 |
Hi, How can I protect selective parts of a word document where the selection is determined programmatically. I.e.., I have a regular expression that can identify the set of non-contiguous strings in a document that I want other
|
| pdf looks like an icon not a document | 27 Dec 2005 06:48 GMT | 6 |
When I place a pdf document into a word document at home (using Word 2002) it looks like a document and becomes part of the word document. When I do the same thing at work (using Word 2003) it looks more like an icon and says "Acrobat document". I have tried all of the settings ...
|
| How can I turn off virus scan during line-counting macro? | 27 Dec 2005 06:47 GMT | 1 |
I have to run a line-counting macro (for transcription invoicing -- built by a company I trust) that, by itself, is rather huge and can take awhile to complete. I'm on a new machine with a new version of Norton (the simple AV program -- nothing fancy), and I'm also new to XP. I ...
|
| I cannot convert my pass word protected documents | 26 Dec 2005 16:04 GMT | 6 |
I recently installed a new version of micro soft office. I cannot access any of my pass word protected files from the previous version. HELP!!!!!!!!
|
| open document event | 26 Dec 2005 13:13 GMT | 7 |
i'm trying to catch the open event of a document (so i will know when the wanted document is loaded) but when i sign to this event i dont get anything from the handler. i can catch the application events but not the document. does anyone knows how can i do it?
|
| How to determine if TypeParagraph results in a new page? | 25 Dec 2005 18:00 GMT | 3 |
I am using MS Access to create a word document. All is well except some of my grouped data results in the group name being on one page and the group contents flowing over to another page. I think if I can determine if the TypeParagraph is resulting in a new
|
| Document Indexes | 25 Dec 2005 17:43 GMT | 2 |
I am trying to create a macro that will find every occurance of a word and index it. Is there a simple way of doing this (e.g., something equivalent to "wdReplaceAll" in the find) or do I have to set up a loop to find next occurance and then mark it? If the latter, how do I test ...
|
| FileDialog / FilePicker | 25 Dec 2005 15:36 GMT | 1 |
I have successfully implemented a FileDialog and FilePicker routine (using the FileDialog object) but I cannot get it to initially display a desired folder. It always wants to open to my MyDocuments folder. Before invoking the routine, I try to switch the defaut fileopen ...
|
| Run-Time error '3061': executing SQL query using DAO | 25 Dec 2005 09:46 GMT | 1 |
I am picking up VBA after 6 years and need help with running a SQL query from Word to get data from Access MDB file. Error: Run-Time error '3061':
|