| Thread | Last Post | Replies |
|
| WDReportGen 3.2 Released! - Report Generator for Microsoft Word | 30 May 2006 04:59 GMT | 1 |
WDReportGen is a report generator for Microsoft Word that outputs reports in Microsoft Word document format. If you know how to use Microsoft Word and write SQL statements, you can use WDReportGen to create all kinds of reports as you need.
|
| Making a New Document Active | 30 May 2006 02:09 GMT | 2 |
I have this code from an 'OK' button on a form which simply allows the user select to create a New Blank Document, or insert other types of files. The problem area is inserting the new blank document because I need to become the active document. So whatever other documents are ...
|
| HTMLProject and Office 2007 | 30 May 2006 00:45 GMT | 5 |
Since I installed Office 2007 beta (latest one on May 26th), I am unable to access the HTMLProject property of a Word Document object using VB6. I get "Application Defined Error" if I view it using Watch. I get method of ~ failed when running the program. Basically the code is:
|
| position and size of the cell in irregular tables | 30 May 2006 00:40 GMT | 1 |
is it somehow possible to find out the position of the cell relative to a page using vba? And also the size of the merged cell? I tried everything, but I did not found any posibillity. michal
|
| Find & Replace From Excel Table | 29 May 2006 23:38 GMT | 2 |
I am sure it will be very easy for seasoned Gurus of Word & Excel. I have excel table that has two columns Column A : Contains Old number Column B : Contains New Number
|
| using Word | 29 May 2006 22:30 GMT | 1 |
I want to use Word to design web pages yet I do not want Word as the default web editor is this possible?
|
| Date Format Question | 29 May 2006 21:19 GMT | 3 |
Is there a way to include a non-breaking space between the month and day in the following date format code so that the month and day do not separate when they appear at the end of a line? ScheduleDate1 = Format(ScheduleDate, "mmmm dd, yyyy")
|
| calling a function in word document dynamically. | 29 May 2006 18:09 GMT | 2 |
I'm setting up a mail merge document which checks the dates in two fields and if the difference is greater than or equal to 14, it then places a certain statement into the document. I've tried to use DateDiff() directly but it doesn't work. I tried creating a Function where the ...
|
| Catch the save event | 29 May 2006 18:08 GMT | 1 |
When the user presses the save button I want my Add-inn to catch that event. I think I need to use the Microsoft.Office.Tools.Word.SaveEventHandler but cant get the namespace right. I only hav Microsoft.Office.Interop
|
| VBA control vscroll and hscroll in a frame | 29 May 2006 16:27 GMT | 3 |
I need to be able to position the vertical and horizontal scroll bars in a Fame object from VBA. I have searched the internet for an API or code o do this without success. The only frame routine (scroll) doesn't seem to do this. Any help would be appreciated.
|
| Word is sluggish | 29 May 2006 15:48 GMT | 1 |
Word is sluggish. It is trying to do something in the background that slows me donw. For example: I am working in a five-page document with a few embedded pictures and Word is just sluggish. Evrytime I type something in, it starts
|
| Insert WMF file in the word document | 29 May 2006 15:16 GMT | 2 |
I'am trying to insert WMF file in the word 2000 through code. If there are more then 2 pages in the document it gives me error and the autoshape property gets lost of the WMF file.This WMF file can be inserted through insert
|
| I only want to delete Plc 0% not L 5:0:0 | 29 May 2006 09:53 GMT | 10 |
Hello from Steved Thankyou in Advance. When I run the below macro it deletes the whole paragraph is it possible please to modify the below macro to delete Plc 0% and leave L 5:0:0 Plc 0% L 5:0:0
|
| Find all paragraphs with listtype bullet and underbullet level 2 | 29 May 2006 09:24 GMT | 3 |
I´m trying to find a code that in a quick way can find, and locate, all paragraphs with listtype bullet and specially underbullets, intended bullets. A can get a code with loop through all paragraphs to work but in a big document it will take quite a long time to run. So I´m ...
|
| Read information from particular table to array | 29 May 2006 08:15 GMT | 5 |
I have a document which have text and tables, i need to find a particular table (can we give a name to a table?) and extract information from each column and save it into an array variables. Each data in the columns goes into an array variables. Can someone please guide? Thanks a ...
|