| Thread | Last Post | Replies |
|
| Word table with a set number of rows per page | 26 Mar 2004 02:23 GMT | 4 |
I have a macro that converts text to a table. Depending on the project the table might have anywhere from 10 to 200+ rows. I need to format the table to 20 rows per page, with a header row on each page. How would I go about this?
|
| Importing Data From ACCESS2000 into WORD2000 | 26 Mar 2004 02:13 GMT | 1 |
I have converted an ACCESS97 db that was created with password security. The version of ACCESS97 here prompts for a user and password every time it's opened and the mdb does not allow ACCESS2000 to convert it. So I took an empty ACCESS2000 mdb and imorted all of the '97 objects ...
|
| Measure performance of Macros? | 26 Mar 2004 00:31 GMT | 3 |
Is there any way I can accurately measure the performance of my macros in percentage of CPU and memory usage? Cheers J
|
| Word Questionnaire | 25 Mar 2004 23:37 GMT | 2 |
I'm looking for suggestions for a way to gather data from a questionnaire that is emailed out to people. I'm not sure if the questionnaire should be created in word or excel. I would like to be able to electronically gather,
|
| Word Form, http post to aspx page | 25 Mar 2004 23:36 GMT | 1 |
Is it possible to have a form in Word with a submit button, that will submit to an asp/aspx page the same way as a normal html form. I need this to work on a PC and a MAC. The form needs to be filled in off-line and the values of the form fields
|
| Forms | 25 Mar 2004 23:35 GMT | 1 |
Looking for some feedback from the people that code word forms. We have over 500 forms in our company that are coded between word and excel applications. Once they are coded we FTP them to a powernet site that people can go to
|
| Help Appending Documents | 25 Mar 2004 23:25 GMT | 1 |
From an application using COM I am building a Word doc. Problem #1: I need to be abled to append another doc to the end of the active document as a new page.
|
| redo clear? | 25 Mar 2004 23:19 GMT | 1 |
Word 2000 There doesn't seem to be a "RedoClear" method analogous to UndoClear. Does anyone have code that would have this effect -- i.e., disable the Redo (and/or Repeat) menu item?
|
| Help with forms | 25 Mar 2004 23:17 GMT | 1 |
I'm trying to develop a .NET AddIn, but i'm having problems showing a Form. I added a toolbar with a button and when the user clicks the button I show the Form as modal usin the ShowDialog method, but after clicking the button several times the toolbar stops working, whe I say ...
|
| obtain info from text file or xml from a webserver | 25 Mar 2004 23:14 GMT | 1 |
Is it possible with word 2k and newer to look at an xml document on a webserver and to then mail merge the contents of this xml ( or text file). If so could you please point me in the right direction! Cheers
|
| Enable/Disable options in Ms-Word Menu bar | 25 Mar 2004 23:06 GMT | 3 |
how to enable/disable the options in word menu bar. To disable view menu I used: WordApp.CommandBars("Menu Bar").controls(3).enabled=false But I do not want to disable the entire view menu item but
|
| How to identify shape properties | 25 Mar 2004 20:52 GMT | 1 |
Hi, I am using the Office 2000 package and I think this may be a simple question to one of you wizards! I am trying to identify a text box on my word doc. How can I look at the prperties of the shape?
|
| How do I get a userform's caption | 25 Mar 2004 19:40 GMT | 4 |
I am trying to look at a several templates, and programmatically extract the caption for the userform that is attached to each template. I created a macro that loops through all the templates in the folder, and calls
|
| Replace word | 25 Mar 2004 17:58 GMT | 1 |
I need to replace the word "FEATURE" with "Feature:", and I can't get a macro to do that. Can anyone help me? Thank you, Kelly Wilson
|
| paragraphs select | 25 Mar 2004 17:48 GMT | 6 |
Please could anyone give me the code to sense for paragraphs to that I can select the first line of each paragraph. I want to be able to jump from paragraph to paragraph in a document and copy the first line. I would be very grateful for some help please.
|