| Thread | Last Post | Replies |
|
| Printer Toolbar Button | 08 Dec 2007 00:48 GMT | 2 |
I'd like to add a couple of printer buttons to my toolbar that I could use to print to different printers. Word XP keeps the printer I changed it to as my default. Ideally I'd like the macro/button to ( for clarity I will name the printers 933 (my default) and colour):
|
| Nonbreaking space as a constant | 07 Dec 2007 22:05 GMT | 2 |
How can I specify a nonbreaking space in a constant? I'd like to accomplish: Const strColon As String = ":" & Chr(160) But one can't use the Chr function when dimensioning. The higher idea is to isolate the delimiter used at the beginning of the code for easier
|
| WordBasic Conversion .ExtendSelection | 07 Dec 2007 20:04 GMT | 5 |
I am converting some old macros and need a VBA equivalent to the WordBasic.ExtendSelection "?" [where ? indicates some character]. My old code uses this mechanism extensively to include various sized text to subsequently search for in the document. The VB Equivalents help only
|
| Word Closes and Recovers When Compiling Project | 07 Dec 2007 18:16 GMT | 3 |
(Word 2003 and VB 6.5) I'm creating a rather lengthy form with about 100 text fields. Development has gone smoothly until now, when Word has begun to close unexpectedly and recover the document whenever I use Debug > Compile Project.
|
| Record Macro in a form | 07 Dec 2007 17:58 GMT | 3 |
I it possible to create a new macro in a form. Basically I there are certain fields in the form that I would like to duplicate for an another form. Is this possible to record the field I want to duplicate in a macro recording in a form?
|
| Table within Table... Nested? | 07 Dec 2007 16:59 GMT | 2 |
I have a 1 table that has one column and multiple rows ... in each row in the column is a different table. How would I go about hiding a table that is within the original table? Ive been messing around with Nested Tables but not getting anywhere.
|
| Save Autotext entry to User.dot | 07 Dec 2007 16:38 GMT | 5 |
I'm trying to create a macro that forces autotext entries to be saved in a special template called User.dot instead of Normal.dot. I have the macro tied to Alt+F3, this is how the users will save their autotext. Here's what I have so far, the message boxes work but it still ...
|
| Sending Mail in Word | 07 Dec 2007 14:32 GMT | 1 |
I have created a questionnaire in word & have added a button in the file so that when it is pressed it attaches the file in the sender’s e mail. To do this I have used " ActiveDocument.SendMail " This is great but wish to automatically add the e mail address & if possible
|
| Form and protection | 07 Dec 2007 09:54 GMT | 1 |
I have a protected form which has few text form fields. I also have a macro, which adds new paragraph if needed. In order to work, this macro has to unprotect document (and protect again when paragraph is added). Now, if user has entered text in text form fields and runs the ...
|
| Example of Elsif needed to evaluate text variants | 07 Dec 2007 09:47 GMT | 4 |
I'm still busy evaluating strings. I want to evaluate these strings: ". " " ." ", "
|
| word 2000 2003 2007 can you go back and change the properties? | 07 Dec 2007 07:23 GMT | 1 |
Can you modify a document before you create it?I would like to know if there a place in word or vista/xp that logs every move made or documents a documents conception that can’t be changed?
|
| Go to start of paragraph | 07 Dec 2007 04:34 GMT | 2 |
Is there any code to go to the beginning of the current paragraph. I have tried: Selection.MoveUp Unit:=wdParagraph, Count:=1 This works, except if you are alreday at the beginning of the paragraph it
|
| Creating an Application form | 07 Dec 2007 03:47 GMT | 1 |
When I want to make a read only form usually I just make a PDF and add the text boxes where I want people to enter stuff. I have someone that wants to keep it all in Word because that is all they have access to. What should I be looking into so that I can create a form like so:
|
| icon message box | 07 Dec 2007 03:25 GMT | 3 |
I have created a macro that shows a dialog box with all my installed printers where I work. My question is if there is any way to have the macro icon's yellow message box show the name of the currently selected printer when the user hovers the mouse over it? This would be similar ...
|
| Link to external graphic file or insert/delete graphic | 07 Dec 2007 03:21 GMT | 1 |
I have a macro which I use to toggle certain graphics on or off. I have inserted the relevant piece of code below. The problem is that all my documents have mushroomed to 800+ kb in size from 40kb previously. My question is it possible to link to a graphic based in a permanent
|