Quantcast
Channel: Geeks Tutor
Browsing all 18 articles
Browse latest View live

15 Must know formatting shortcuts in Microsoft Word 2007

Here’s a list of 15 shortcuts in Microsoft Word that might be useful when formatting text and improve productivity . 1. CAPS To make the selected word / sentence to caps from small letter , use the...

View Article



Protect your Word document with password in Word 2010

In Word 2010 , you can easily protect your word document by adding password it to so that only the users who know the password are authorized to open the document . To apply password to protect a...

View Article

Run Office 2010 in Safe Mode

If the Office 2010 ( Excel , Word , Powerpoint etc. ) has some issues on the PC and becomes unresponsive , then running it in a safe mode is a better option . To run the Office 2010 softwares in a safe...

View Article

Editing Document Info in Word 2010

The Document info contains the details of the author , comments  or other related tags like document title . Microsoft Office 2010 allows the user to edit the document info easily . To edit or view the...

View Article

How to specify Page Size before printing in Word 2010 ?

In Word Document , you can specify or choose the page size according to your needs before you print the document . To specify or change the page size 1. Click File Menu – > Print and the click the...

View Article


How to color the complete line in Word 2010?

The Word 2010 allows you to apply a color for the complete line / region. This might be helpful in letting the readers know the importance of a sentence. Just place the cursor where the region / line...

View Article

Microsoft Mathematics 4.0 Add-In for Word and OneNote is now available for...

The Microsoft Mathematics AddIn for Microsoft Word and OneNote is a free addin from Microsoft that makes it easy to to plot graphs in 2D and 3D, calculate numerical results, solve equations or...

View Article

Compare Excel , Word and PDF documents with xdocdiff plugin for WinMerge

Just came across a plugin fot WinMerge called xdocdiff that lets you to compare Excel , Word and PDF documents . If you are new to WinMerge . Below is a short description about WinMerge from the...

View Article


Image may be NSFW.
Clik here to view.

Expression as column in SQL Query

You can write an expression and place it in the SELECT list of a SQL Query. For example , you want to display the Total Leaves available for the user from the Employee table. Total Leaves in this case...

View Article


Image may be NSFW.
Clik here to view.

Listing all the tables that contain the specified column name in SQL Server

Here’s a query that can be used to list all the table names that contain the specified column name from the INFORMATION_SCHEMA.Columns table. SELECT COLUMN_NAME, TABLE_NAME FROM...

View Article

Image may be NSFW.
Clik here to view.

How to set an default value for an existing column in SQL Server ?

If you want to set an default value for an existing column in SQL Server , you can use the ALTER command and specify the CONSTRAINT. How to set an default value for an existing column in SQL Server ?...

View Article

Image may be NSFW.
Clik here to view.

Generating Insert script with data for a table in SQL Server

If you want to generate the insert script for a table in SQL Server along with the data , you can do that by setting the “Types of data to script” to data only at the database level in the SQL Server...

View Article

Image may be NSFW.
Clik here to view.

How to change the value of identity column values in SQL Server ?

There are times when you want to insert the value of the identity column as a part of the insert query instead of using the default identify value. In this case , you can set the identity_insert to ON...

View Article


Image may be NSFW.
Clik here to view.

Display a string in the Output Window in Visual Studio

You can use the Debug.WriteLine method that is defined in the System.Diagnostics namespace to display the string in the Visual Studio output window as shown. How to display a string in the Output...

View Article

Image may be NSFW.
Clik here to view.

How to Get the row and column number of cell in Excel?

In Microsoft Excel , the cell’s row number and the column number is identified from its address. For example , if the cell is G3 , then the column number is 7 and the row number is 3. But assume that...

View Article


Image may be NSFW.
Clik here to view.

Singapore SharePoint Community Meeting on November 2016

Microsoft User Groups (Singapore) is hosting its User Group meeting on November 22 , 2016 from 6.30 PM at Microsoft Singapore, One Marina Boulevard , Level 22, Meeting Room, Singapore. This meetup will...

View Article

Image may be NSFW.
Clik here to view.

How to change the border color of multiple cells in Excel?

By default , the cell border color in Microsoft Excel is grey. You can change the border color of the cell in Excel and this blog post will demonstrate how to change the border color of multiple cells....

View Article


Image may be NSFW.
Clik here to view.

How to use Server.MapPath in the external C# classes in ASP.NET Project ?

Here’s a sample code snippet demonstrating the usage of Server.MapPath() in the external C# classes in ASP.NET project. How to use Server.MapPath in the external C# classes in ASP.NET Project ?...

View Article
Browsing all 18 articles
Browse latest View live




Latest Images