| Thread | Last Post | Replies |
|
| prn | 19 Apr 2006 12:23 GMT | 2 |
I have printed something to "file" as a .prn extension. Is it possible to view and print in Word...if not, what program? Ernie
|
| FILE OPEN DIALOG VIEW | 19 Apr 2006 10:46 GMT | 1 |
Dear All. I have posted before but couldn't really get an answer. I am going to try rephrazing the question as I think I explained incorrectly. I am not trying to change the file open dialog box, I merely want to change the way the folder is viewed. For example if I
|
| Find within a specific range | 19 Apr 2006 09:44 GMT | 9 |
I'm trying to run a macro over a long document but only want to do a find within a specific range, an redefine the range as until I reach the end of the document. I was able to specify a specific range using the code from an earlier post (1/24/06), but I cannot do a find once ...
|
| Charting - update datasheet with just an hourglass | 19 Apr 2006 05:38 GMT | 5 |
I have seen this question raised before but cannot find an answer. I am creating and refreshing data in a graph datasheet within Word. The code opens a connection to SQLServer and throws the data into the datasheet. It all works fine, does zackly what its supposed to ....
|
| How do i create a macro to add page numbers? | 18 Apr 2006 21:48 GMT | 1 |
I have a one page document. It is a work order, with a space for a sequential number. I want the numbers to start at 6030 and count up with ever copy I print. (ie. 6031,6032,6033 etc.) The next time I come to print, the number should be current. I am very green with all of this, ...
|
| Style Sheets | 18 Apr 2006 21:15 GMT | 1 |
I have 5 Styles Sheet Defined in a Document and document is Full of 120 Paragraph .Now i want that when i say pls apply para no 1 ,2 10 ,100 style no 2 ,para no 8,22,33,111 style no 5 and so on as user give the para no ,its shud display me the style.
|
| Macro execute in Batch Mode | 18 Apr 2006 19:06 GMT | 1 |
I want to execute a macro into a batch mode i.e. to say open each file (in specific folder), execute the macro then save the document and finally close the document. How can I do this?
|
| Deleting a word document after saving under a new name. | 18 Apr 2006 18:56 GMT | 1 |
I've been trying to do this using the Kill statement. The problem is that if the document is still open, I can't delete the old one. If I try closing the document then reopening it, my macro stops. Any ideas?
|
| Macro settings problem.... | 18 Apr 2006 18:43 GMT | 1 |
I have developed a shared add-in in vb.net for MS Word 2003 which i am adding a new commandbar button in "Tools" commandbars and i have written a commandbar control event which displays a message box. everything is working fine but after displaying a message box i am getting a
|
| Re-use of macro's | 18 Apr 2006 18:14 GMT | 2 |
In my Excel sheet I programmed a macro, and I must say it works fine .. But, how to apply that same macro in another spread sheets, for executing the same steps. In my first sheet I exported the macro, and then I imported the macro in my second sheet, but it did not work.
|
| Macro Keyboard Shortcut | 18 Apr 2006 15:17 GMT | 7 |
In Word 2003, how do I assign a keyboard shortcut to an already existing macro? Thank you.
|
| Merge stops short but w/o errors | 18 Apr 2006 14:37 GMT | 2 |
I am merging data from Excel into a Word document to create a catalog. The merge chugs along fine but stops before all the data in the spreadsheet range has been used. No error messages... it just finishes with record "X". The same record each time.
|
| Merge from Excel spreadsheet | 18 Apr 2006 14:16 GMT | 1 |
I recently installed MS Office 2003 in a new computer. I have an Excel spreadsheet that contains about 60 rows and a dozen columns. When I try to merge this spreadsheet into a Word document, only the first ~50 rows will merge. Anything past that is ignored. Is this a known bug?
|
| How To Count Number of Pages | 18 Apr 2006 14:08 GMT | 2 |
I'm assuming there is a simple command to count the number of pages in a document, similar to [ActiveDocument.Paragraphs.Count], but for pages instead of paragraphs. Am I correct? If so, what is the code? Thanks,
|
| Folder Browse Dialog box | 18 Apr 2006 13:29 GMT | 3 |
Is there a builtin dialog box for folder browsing? I can't seem to find reference to one in word - is there a way to link to the windows dialogs from a word userform? cheers
|