| Thread | Last Post | Replies |
|
| unsure how to troubleshoot Macro | 15 Jul 2005 09:05 GMT | 2 |
Apologies,this is a bit of a complicated mess. I have a macro in MS Access that uses a macro written in Word as a part of an an import operation. The MS Word macro "disappeared" last week. I was fortunatley able to recover the macro, but it was disabled because it's certificates ...
|
| How do I position a graphic in a Word document? | 15 Jul 2005 08:39 GMT | 5 |
I have an application that does a sort of mail merge. It prints out letters. All the data is stored in SQL Server (template for the letter, name, address, etc. A graphic for a company logo will also be stored. The application will either be written in C# or VB.NET. Right now I ...
|
| How can i remove default page in Microsoft word? | 15 Jul 2005 06:42 GMT | 1 |
I am using Windows XP. I have problem with Microsoft word XP. Whenever i open word it open with a letter which i have typed and saved before. Even i delted that file but still it open with same letters. It should open as a blank page not with that letter. I removed the short ...
|
| Question for Word EZP lined up on the menu bar. How to remove? | 15 Jul 2005 05:11 GMT | 1 |
How do I get this Launch Eazy Photo key removed from the menu bar? when clicked an Err=1220 Word cannot find the Application. Please give advice.
|
| Save to Network | 14 Jul 2005 21:02 GMT | 2 |
Hey Gang, I am assisting individuals with developing their resumes using Word Resume Templates. There could be up to 20 students with a wide range of computer experience. The
|
| Opinions From MVPs regarding Startup Folder Location | 14 Jul 2005 20:59 GMT | 6 |
Hi to all the wonderful MVPs out there. I have a question that I would like to pose to you all regarding the "ideal" location for Word's Startup folder for storing "Global Templates" or "Add-ins". I just read Dave Rado's article on the MVPS.org website regarding templates. It ...
|
| Wingdings font returns ??? text | 14 Jul 2005 19:36 GMT | 2 |
I'm trying to get Text from Word doc by calling Range.Text Most of the time it returns the right string, however, For Wingdings font, all I get out of it is a series of "?????"
|
| copying paragraphs containing specific text | 14 Jul 2005 17:19 GMT | 4 |
Hi I am hoping someone can help me out. I am trying to write some code that loops through all the text in a word document and when it finds the text "[R1]" it copies the entire paragraph
|
| Shifting focus | 14 Jul 2005 15:41 GMT | 1 |
I've got a word macro which opens a userform. The user makes a selection on the form, then clicks "Ok". Some text get's inserted on the document, and then focus goes back to the userform. Finished. The focus is still with the form, so the user must click back on the
|
| Print button in Word | 14 Jul 2005 15:15 GMT | 8 |
What code do I use for a button that I want to print the page it is on as well as other word files on the hard drive? Thanks
|
| Searching web sites using VBA - possible? | 14 Jul 2005 14:40 GMT | 10 |
I have a list of web sites down a table column. These are all web-based suppliers for specialty products. I'd like to be able to put one or more key words into a UserForm and have a macro iterate down the list, performing a search
|
| Error 429 | 14 Jul 2005 09:39 GMT | 4 |
I have lifted this code (below) from a macro that I run in MSWord, what should happen is that it should open a Microsoft Access database. This piece of code works on some machines but not others and more importantly, not mine at the minute. What seems to be happening now is that ...
|
| Word 2003 and Digital Signatures | 14 Jul 2005 09:13 GMT | 1 |
Is it possible to automate the signing of Word 2003 docs with Digital Signatures? My problem with the code approach using ActiveDocument.Signatures.Add
|
| FINDING IMAGES IN DOCUMENTS | 14 Jul 2005 06:39 GMT | 2 |
How can I search in VBA for images in word docs, headers and footers which are not inline images? I have tried searching for ^g and it doesn't find the one's which are not "in line". Any suggestions?
|
| Swap two selections | 14 Jul 2005 01:30 GMT | 11 |
What would the code be to swap two marked selections? So if I had text that said "red or blue", and I selected both "red" and "blue" and ran the macro, the text would then read "blue or red"? I need to do this sort of thing often enough so a macro would be
|