Search This Blog

Showing posts with label excel. Show all posts
Showing posts with label excel. Show all posts

17 January, 2012

Insert a New Row or Column - Excel Keyboard Shortcut

Hello all below is the method to insert a new row or column

For Inserting Rows 
  1. Shift+SpaceBar = Select the current row
  2. Ctrl+Shift+PlusSign = Insert row(s)


For Inserting Column
  1. Ctrl+SpaceBar = Select the current row
  2. Ctrl+Shift+PlusSign = Insert colum(s)

Hope this help others

29 August, 2011

auto increment option not working in excel 2007

Unable to drag cell corner to auto increment in excel 2007

To enabled the auto increment feature in the excel sheet, enable the check mark in the

Excel Options -> Advanced

Enable fill handle and cell drag-and-drop 



tmux enabling mouse interaction

Add the below line to the ~/.tmux.conf setw -g mouse on save the file and exit from the tmux shell, you should be able to use your mouse to ...