| Thread | Last Post | Replies |
|
| Microsoft Word Macros | 15 Jul 2007 05:44 GMT | 1 |
What is the maximum number of characters a macro name can contain
|
| Allowing more (selective) formatting in a protected document | 15 Jul 2007 03:24 GMT | 6 |
I have developed a form which is intended to be protected so that features such as check-boxes, drop-down lists etc can be used and so that there is some control over formatting. However, my users are complaining that they would like to use some additional formatting features, ...
|
| How Do I check if Document has changed but not saved | 15 Jul 2007 02:38 GMT | 2 |
In word, someone can open a saved document, bring whatever changes and print them out without saving. But I need a way to know that the document being printed is a changed document since last saved.
|
| Fractions Add-inn | 15 Jul 2007 02:32 GMT | 2 |
Is there an add-in for creating/making fractions withion Word? For instance, if I type within any Word document the fraction 1/2, Word immediately trasnforms it as: ½ If I type 1/4, Words makes it ¼ And finally, if I type 3/4, Word puts it as: ¾
|
| Saving a document | 14 Jul 2007 23:19 GMT | 3 |
I need some code which will allow me to save the active document to C:\Temp, and the name of the document will be made up the contents of TextBox1 (which contains a last name) and then some standard naming. Something like this:
|
| Printing Envelope along with Form. | 14 Jul 2007 23:18 GMT | 1 |
I have developed a template that opens a user form and in user form I collect name and address and then I print the form. Now I would like to also stack up envelope on my printer stack tray and print an envelope using info. that I have collected from the user form and
|
| Calendar output | 14 Jul 2007 23:11 GMT | 1 |
I use the code below to place a date on my form. Is there any way to change the format of the result to a 2 digit month, 2 digit day and 2 digit year. currently what I get is 4/18/2007. Private Sub CommandButton1_Click()
|
| Auto Recover | 14 Jul 2007 23:04 GMT | 1 |
In MS word some times computer Switches off due to power-fluctuation, but on next Boot word automatically recovers the document. I want to know that if word does not recover the document then how can we recover it ourselves....?
|
| macro security | 14 Jul 2007 23:01 GMT | 1 |
Word normally has a templates folder where if we make new templates with macros, it does'nt ask whether to run or not the macros. Can we make some other folders as trusted locations for word......? Thanks and Regards....
|
| Selecting a WordArt AutoText | 14 Jul 2007 21:23 GMT | 6 |
I've got an AutoText entry labelled DRAFT which was created in WordArt. I need to place this in the document throught all the header stories. The procedure I've got does this adequately but it seems to place it
|
| test to see if you have write access to a folder | 14 Jul 2007 21:00 GMT | 1 |
I have some code that saves files to a folder on a another drive (ie J:\savedfiles\). Is there any code that can test to see if I have write access to that folder?
|
| replace, instr etc. in text file | 14 Jul 2007 20:04 GMT | 5 |
I'm trying to do a VB command that will replace all instances of "," with a tab in a text file. My code is: Sub test() Dim strScrap As String, strRepl As String, intCt As Integer, arrText As
|
| font problem after copy and paste | 14 Jul 2007 10:52 GMT | 2 |
I'm still on the same vba template document - testing it. The new problem - if the user of my document copies and pastes a paragraph into my document from another Word document, the font changes to Times New Roman, when in their document it was Arial.
|
| "Page 2 of 1" annoyance | 14 Jul 2007 09:46 GMT | 5 |
I have coded a document template with userform. Why is it that the second page of my "New" .doc from the template states "Page 2 of 1" yet when I double click straight in the footer on the page number, it changes to the correct state of "Page 2 of 2", as if it required a
|
| copy paste a range of text | 14 Jul 2007 04:37 GMT | 3 |
How do I copy a range text abc to xyz not in the same paragraph to a new document abc........ ..........
|