| Thread | Last Post | Replies |
|
| printing current page not working properly | 18 Nov 2007 22:51 GMT | 2 |
I have a macro that prints the current page: ActiveDocument.PrintOut Range:=wdPrintCurrentPage It works most of the time but in some cases with some documents (many sections and spooky numbering) it instead prints the previous page.
|
| Printing in miniature | 18 Nov 2007 19:27 GMT | 1 |
I can't change a document in Excel that keeps printing at about 25% scale. In print preview it appears to fill the page. I have changed the size of the cells to make shure it will fit on one page. But when I print it only prints a small graph in the bottom left corner. I have
|
| How convert first letter in string to uppercase? | 18 Nov 2007 13:22 GMT | 2 |
I need to convert first letter of every word "you" and "your" in string to uppercase ("You" and "Your"). I wrote example of code, but it converts all entries even into composition of words (e.g. "young"). What I should change in my code? This code is below.
|
| Encrypt PARTS of (but not all of) a Microsoft WORD Document. | 18 Nov 2007 03:31 GMT | 1 |
We have several documents at work written in MSWord and stored on a network server. Supposedly, the folder containing these documents is restricted only to our department as it should be. However, Auditors have discovered elements in each of these documents that need to be ...
|
| Word 2007 Save As | 17 Nov 2007 21:50 GMT | 8 |
I'm using word 2007 and try to Save As then I got message say "Cannot save the file. 'test.docx' is not a valid short file name (maximum eight characters, plus a three-character file extension). Type a valid file name, and then save the file again."
|
| how to install (free) Word on Windows Vista OS | 17 Nov 2007 20:18 GMT | 1 |
I have two computers, one with Vsita and one with Windows 95. I want to be able to read documents created with Works word processer on the Vista machine on the Windows 95 machine which has Word word processer. I do not have internet access with the Windows 95 computer.
|
| Code help - I am useless and finding problems | 17 Nov 2007 15:26 GMT | 4 |
I have a 3 macros Print_Thin_Duplex, Print_Thin_Duplex_x2 and Print_Thin_Duplex_x3 The code for each is along the lines of: Sub Print_Thin_Duplex()
|
| Change cursor to hourglass | 17 Nov 2007 15:18 GMT | 1 |
How can I do this in VBA? System.Cursor = wdCursorWait only works on a timer loop which sucks. I want to change to hourglass then change back when I say.
|
| Add-in prompts to save changes | 17 Nov 2007 11:28 GMT | 3 |
I have the following code that assigns the numpad decimal to a comma. Most of the code came from another posting in this NG and I added some code to turn this on/off using a toolbar button using the msoButtonUp and msoButtonDown properties to indicate if this feature is turned off
|
| Capitalizing the first letter in a form field | 16 Nov 2007 19:42 GMT | 2 |
I know the code to have Word Capitalize the first letter of sentences... My question is is there any way to apply that to the contents of a form field? So if a user typed in mary in txtField1 Word would automatically turn it into Mary?
|
| Deleting Shapes when a condition is met | 16 Nov 2007 19:12 GMT | 5 |
I'm struggling and need to ask for some help. It's probably really simple, but my brain is not coping well at all. I have a template which deletes/retains logos according to choices made from a user form. It's working really well, except for one scenario and that is:
|
| INI Files - Multiple Lines | 16 Nov 2007 18:44 GMT | 5 |
Can anyone tell me if it is possible to enter multiple lines into an INI file. I have a form that is filled in with fields for name, address, phone. The address is multiple lines. When the submit button is clicked, I want the INI file to be written as follows
|
| Menu customizations - how to determine them | 16 Nov 2007 18:30 GMT | 2 |
I'm rebuilding my tools global add-ins. I plan to export all the objects, forms, and modules, then import them into a new, otherwise blank template. Reestablishing the keybindings isn't a big problem. But I'm stuck on menu customizations.
|
| Activate vs. Select | 16 Nov 2007 18:11 GMT | 2 |
I have been testing some features from one version of Word to the next to see what is still valid, and if not, then what is the remediation to fix it. One of the things I can't understand is the difference between expression.Activate and expression.Select. Can anyone explain the
|
| Please help:need to read XML, edit, and write back to XML file | 16 Nov 2007 15:49 GMT | 7 |
I'm using Word 2003. I use a proprietary Java program that takes all the information in the various forms and generates an XML file. There are times I need to move information between files. I tried to explore this in the Excel and Access NG, because the data format would
|