Types of Text Cases

November 19, 2009 17:52 by Onkar Telkikar
Text Case Example
Upper Case I WILL BE BACK!
Lower Case i will be back!
Sentence Case I will be back!
Title Case I Will Be Back!
Camel Case TerminatorSalvation
Studly Caps tErmINaToRsalVaTion
Small Caps Terminatorsalavation

Regards,

Onkar

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Printing on both sides of a page

November 18, 2009 13:52 by Makarand

Problem: Am working on a document in MS Word. If one wants to print a document on both sides of the paper is it an MS word command or is it a printer setting?

This is about double sided printing. There can be two scenarios:

You have a printer that can print on both sides at the same time. In this case, just go ahead and do it.

If you have a printer that can print only one side of page. You will have to print on one side and feed the papers again. This is how I do it

  • Ensure that you are the only person using the printer.
  • Ensure correct pagination.
  • Print all even pages in reverse printing order.
  • Feed the printed papers again to printer.
  • Print all odd pages in forward printing order.

Try a few pages at a time. I do it in sets of 50. Even if you miss a single page, it will be a big mess. Once you get it right and if your printer does not accidentally pick more than one page at a time, it works great. The reduced size is worth the efforts.

Be the first to rate this post

  • Currently 0/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


MS Word file size problem

November 18, 2009 13:48 by Makarand

Problem statement: I am facing a peculiar problem - the size of my word document increases dramatically every time I open the document and close it  after saving it - even though nothing has been added content wise. I have checked for virus - all my files are clean. I am able to reduce file size by a small percent if I do a "save as" and rename the document. But I face the  problem once I re-open my files and do a save. I am using Ms-Word (Office 2000.) This problem was also present when I was on Office 97. Has anyone faced a similar problem? Is there any permanent solution?

Possible Solution: I have faced such situations many times. Here are some observations.

  • When you delete some thing, it is not accessible to you, but the content is still present in the file. For example, you had a document of 30 pages and you deleted 10. These pages will not be seen when you open the document, but they will still be  stored as a part of the file.
  • When you do "Save As" it removes such deleted matter from the new files saved.  Hence the file size reduces.
  • If you do "Select All" and "Paste All", all the matter will be copied, but setting such as Page Size, Margins (and so on) may not be copied. So I prefer to use the "Save As" technique.
  • If you are using any graphics like Bitmaps, AutoShapes, Call Outs, Clip Arts, Banners, Flow Charts it will definitely have a bigger file size. The changes made to such  elements also result in considerable increase in file size. If you make simple text  changes, the increase is not much.
  • Try to do "Save As" more than once and see if there is a difference. I generally save the file - say file.doc as file1.doc and then again as file.doc. This helps me to  keep the number of "Save As" files to minimum and I can easily track them.
  • I have not yet used Word 2000, so I am unable to comment on it.
  • Check if you are saving many "Versions" of the document in the same file. This increases file size. Here is you delete the old versions and use "Save As" technique,  the file size will be considerably reduced.

Hope this helps.

Regards

Mak

Currently rated 4.0 by 1 people

  • Currently 4/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Macro Code for removing Index Entries

November 18, 2009 13:42 by Makarand

I had written a MS Word 97 Macro to successfully remove all index entries. Here is the revised macro code.

----- Sub MAIN

REM - drop index markings - customized by Makarand

On Error Resume Next

ShowAll

StartOfDocument

EditGoTo .Destination =3D "d'XE'"

While CmpBookmarks("\Sel", "Temp") <> 0

CharRight 1, 1

EditClear

CharLeft

EditBookmark "Temp", .Add

EditGoTo .Destination =3D "d'XE'"

Wend

EditBookmark "Temp", .Delete

StartOfDocument

End Sub
-----
 

There were 834 index entries in my document. I have removed them in less than half hour.

Regards

Mak

Currently rated 5.0 by 1 people

  • Currently 5/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5


Calendar

<<  February 2012  >>
MoTuWeThFrSaSu
303112345
6789101112
13141516171819
20212223242526
2728291234
567891011

View posts in large calendar

Sign in