| Thread | Last Post | Replies |
|
| Word2002 mailmerge pdf attachment | 30 Oct 2003 19:43 GMT | 2 |
Does anyone know if there is a way to merge a PDF document as an attachment (the pdf document name is in a data field) along with a mailmerge letter?
|
| class in MS Word Add-In | 30 Oct 2003 19:14 GMT | 1 |
I have created a word ad-in to extend the personal details held by it. This consists of a form for viewing and editing the details, the code behind the form to control its events and properties, a module called from buttons
|
| Protecting documents | 30 Oct 2003 17:40 GMT | 1 |
I'm new to using word other than for simple letters and I'm trying to protect a document using the Tools/Protect document method. This works fine but I need to protect only half the
|
| Modifying excel table | 30 Oct 2003 17:01 GMT | 7 |
I have word document with an embedded* excel-table I should modify a text in Cell X by VBA. *no excel-document; just an excel-table
|
| Subroutine to hide or show forms | 30 Oct 2003 16:26 GMT | 2 |
Howdy: I want a subroutine that will hide userforms by passing their names to it. (an alternate routine to show forms would be cool, too.) I thought this would be simple, but I can't find a way to do it.
|
| Message Box Cancel Button | 30 Oct 2003 14:44 GMT | 3 |
Hi - Using Word 2002. I have a dialog box where the user inputs the name of the file they wish to have open. The box has the OK and Cancel buttons. If I run the macro and don't type in any file name but simply press Cancel I get an error (run time error 5273 - the doc name or path ...
|
| Getting External Data in Excel | 30 Oct 2003 14:39 GMT | 1 |
I am using VBA in excel to query a microsofts sql server using odbc drivers in order to bring all the information into an excel spreadsheet. I've been running into some problems and am wondering what is the easiest way to go about accomplishing this task. Thanks for the help.
|
| Print Current Page Macro | 30 Oct 2003 14:18 GMT | 1 |
Can a macro be created to print the current page in a given document in Word 2000 or 97? The VBA macro given on the MS website: ActiveDocument.PrintOut Range:=wdPrintCurrentPage
|
| find and replace bug-- | 30 Oct 2003 11:01 GMT | 1 |
I am trying to replace the word formatting with html formatting in document using find and replace. I know there are much better ways to do this, but I am supporting an old application architected by someone else.
|
| Sql Query | 30 Oct 2003 10:41 GMT | 1 |
Can You please help me in Designing a query which select the Duplicate values which is Phone number or Name or Address ------------------------------------------------ ~~ /
|
| MouseDown & MouseOver Event | 30 Oct 2003 09:31 GMT | 2 |
Is it possible to trap MouseDown & Mouseover Event in Activedocument when document is set to printview? Regards, Girish Bahri
|
| Accessing other programs | 30 Oct 2003 05:14 GMT | 2 |
Does anyone know how to run a Windows app. from a Word macro? For example, I need to execute the Windows, Run feature and then return to Word. I don't need to go to the
|
| Copy and Paste a short paragraph | 30 Oct 2003 03:15 GMT | 2 |
When I try to copy a paragraph into the text of the document, I get an extra carraige return which I don't want. The code I am using is: Set aRange = ActiveDocument.Paragraphs(9).Range ActiveDocument.Bookmarks("PlaceHolder").Range.Text = aRange
|
| Convert HTML to RTF in VBA Code? | 30 Oct 2003 02:19 GMT | 1 |
Is it possible to convert HTML to RTF in VBA code? Thanks in adavnce Scott
|
| Mail Merge print VBA | 30 Oct 2003 02:05 GMT | 2 |
I have a print macro that prints documents to different trays on our work printer. i.e. Headed Paper, Billing paper etc. This is done simply by setting the
|