How to create a template in MS Word



This video shows how to create a template in MS Word. Templates are useful for automating word documents. When you have to create multiple documents with the same content but with a few new items, this template will come handy. For example, if you want to create sub-contract documents, with different clients, only the client-specific detail will change and the document format will remain the same. In this, you have to change only the client information, other things like contract rules will remain the same. In the template fill the client-specific information the generate the new document for the new client by just pressing a button. You can store repetitive values somewhere in the bookmark and place them wherever needed. The macro or the VBA code is very simple and it can be extended to add other functionalities.

There are 3 steps to create MS word templates.
Step 1
Create a section of bookmarks, which hold the value you enter. These are hidden.

Step 2
Create a field code to populate the values. Use ASK filed to get the values from user and store them in the bookmarks created earlier.

Step 3
Create fields where you want to place the values stored in bookmarks. use the FORMULA field to get the value from bookmark and place them wherever you want
code REF Bookmark name
Finally, you can create a macro to update all the values. For this, you can create a button and assign the code to it.

VBA code
-------------------------------------
Private Sub Update_Click()
Fields.Update
End Sub
-------------------------------------

KPSC KAS 2014 official key answers announced

KPSC KAS 2014 official key answers announced


If you are not able to access KPSC site, here is the pdf link

https://docs.google.com/document/d/1zYoZDndxOI5q8qJK8nmkzOtGI3hH0NQ9fNCbl7H73QY/edit?usp=sharing


How to save internet data when you have limited volume

If you have a limited volume of internet data, you should be thinking of restricting data usage by your browser and other PC utilities. There are 3 top things you can do to significantly save your internet data.

1. Disable Windows automatic updates

2. Disable images on browsers

3. Use the mobile version of websites instead of the desktop version


Disable Windows automatic updates

Windows will search and download updates whenever there is an internet connection if the Automatic Windows update is turned on. This may consume unnecessary data when you have limited volume. You can do this manually when you have unlimited data, for example when you are in the office or when are connected to unlimited broadband internet.
You can disable automatic updates in the control panel. In Windows 7, you can use a search to go to Windows update settings. Press the Windows button and type “update” and select “Windows update”. Then select change settings, in the first drop-down select “Never check for updates (not recommended)”.


Disable images on browsers

When you are just looking for text information like news, scores, etc., you can disable the loading of images that are not necessary. To disable image loading, follow the steps below on Google Chrome.

                Go to settings by selecting the wrench button at the top right corner of                         Chrome
                Search for “image”
                Then select “content settings”
                Under images select “Do not show Images”


Use the mobile version of websites instead of the desktop version

Many popular websites have their mobile versions, which consume significantly less data when compared to desktop versions. The Mobile version does not load any rich content like high-resolution images, animations, flash content, videos, etc., thus avoiding a lot of data transfer. If you remember the website names, then just add “m.” at the beginning of the URL to get the mobile version of the website.
www.indiatimes.com has mobile version m.indiatimes.com