| Thread | Last Post | Replies |
|
| Running a macro/proc automatically | 14 Feb 2008 09:29 GMT | 2 |
I have created a .dot template which creates either a business or personal letter depending on options/input from a user form. I can run the proc if I open the .dot document and then open the VB Editor and 'run' the form.
|
| Word 2000 print macros take 1-3 minutes to print documents | 14 Feb 2008 09:25 GMT | 1 |
Our infrastructure is Microsoft Windows 2003 SP2 running Active Directory / Exchange 2003 / File / Print Our printers are HP 4200 printers shared via the Domain Controller in the same building.
|
| create macro? | 14 Feb 2008 08:35 GMT | 4 |
I created a macro by going into the header then setting tabs & entering the data for the heading. @ that point I clicked on view & then header/footer. That took me back to the document, I center justified & inserted the date, left justified & inserted a couple of enters. When I ...
|
| find files & number of pages then print | 14 Feb 2008 07:53 GMT | 3 |
I am new to word vba and need to write a macro that does the following: 1. Search folder for word files 2. For each file found count the number of pages
|
| get thew word number | 14 Feb 2008 07:21 GMT | 2 |
Hi, I want to accomplish 2 thinks: 1) something like wordpossition=Activedocument.selection.words.possition (and the possition of the word in the document is obtained) of course the command is incorrect.
|
| Macro to convert Word to Wiki? | 14 Feb 2008 04:42 GMT | 1 |
I need to convert a number of Word documents for use on a Wiki. I would like to create a macro to search for bolded text, place <b> before and </b> after each instance, debold, then do similar things for italics, superscripts, subscripts, small caps, etc.
|
| wdHeaderFooterFirstPage | 14 Feb 2008 01:51 GMT | 1 |
I am ugrading to Office 2007, from 2000. This line of code used to work. It would put my letterhead image in the First Page Header. In Work 2007, it goes into the regular header, instead of the First page header. Set oNewLetterHead =
|
| Relative File Path Name | 14 Feb 2008 01:13 GMT | 8 |
I am programming a Word 2003 form where a user will select a project name from a combo box. The project names listed are the "formal" names (i.e., 20089999 - ABC Development Project) used in official correspondence. Upon clicking OK, the info is distributed into the opened ...
|
| Listbox Output to Individual Listboxes | 14 Feb 2008 00:12 GMT | 1 |
I'm struggling to design a simple report in Word with visible CommandButtons that will allow the user to open a UserForm, select appropriate data from ListBoxes, and upon exiting the UserForm, populate individual ListBoxes on the Word report. The respective UserForm1 consists of ...
|
| Runtime error 5479, Mind Decay Dept | 13 Feb 2008 23:38 GMT | 2 |
This is the code behind a button on a very ordinary userform: Private Sub PR_Click() Dim mydoc As Document Set mydoc = Documents.Open("F:\Doc1.doc")
|
| how do I enable MOSTL smart tag recognizers | 13 Feb 2008 22:33 GMT | 1 |
I am pushing MOSTL smart tag recognizers to my users, but they are always disabled until enabled individually. I am unable to find any combination of registry tweaking to automatically enable them. Any ideas?
|
| Help with combo box in fill in form | 13 Feb 2008 19:23 GMT | 1 |
I hope I am posting in the right section. I apologize in advance is this is not where I am to post. I will try to make my questions as clear as possible. I am using Word 2007, OS XP and I am "trying" to create a Nomination form for our members to fill in certain sections. I ...
|
| Determining the word possition | 13 Feb 2008 18:28 GMT | 1 |
Hello, I would like to: 1) Detemine the word number or possition (something like wrd=activedocument.selection.words.possition) but of course it does not work. 2) to program this:
|
| Tab cycle issue | 13 Feb 2008 17:04 GMT | 2 |
I designed a userform in VBA for Word containing 12 fields. I have a dilemma when I tab through the fields. The tab order is okay, but the form closes after I have cycled through all of the fields and have left the 12th field. Tabbing past this point does not cycle back to the ...
|
| Goto statement | 13 Feb 2008 16:18 GMT | 8 |
I trying to use the following but I am obviously missing something help would be appreciated. When lookinga this please remember I am trying to get the code to look at the value in a specific cell (5,7) (or a bookmark) to evaluate if it is null
|