Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default insert worksheet shift 11 tab

I have about 50 worksheets in one workbook I'd like to use the insert
worksheet tab with using control keys but I don't want to go to the extreme
right hand end of my screen to add a new worksheet by mouse click.
I'd like to move the ( insert worksheet shift 11 tab ) to the left hand end
of the open xcell window first and keep it there .

Appreciate your advice.


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 9
Default insert worksheet shift 11 tab

slight up date to my english

I have about 50 worksheets in one workbook I'd like to use the insert
worksheet tab with WITHOUT using control keys but I don't want to go to
the extreme RIGHT hand end of my screen to add a new worksheet by mouse
click.
I'd like to move the ( insert worksheet shift 11 tab ) to the LEFT hand
end of the open xcell window first and keep it there.


"sammy" wrote in message
ond.com...
I have about 50 worksheets in one workbook I'd like to use the insert
worksheet tab with using control keys but I don't want to go to the
extreme right hand end of my screen to add a new worksheet by mouse click.
I'd like to move the ( insert worksheet shift 11 tab ) to the left hand
end of the open xcell window first and keep it there .

Appreciate your advice.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 621
Default insert worksheet shift 11 tab

You want to insert a new sheet always at left side..........first sheet in
workbook using SHIFT + F11?

You don't want to use mouse to hit left sheet navigation arrow to move to
current left-most sheet before inserting new sheet?

Assign this macro to any shortcut key combo that you like.

Sub Add_Sheet_Left()
Sheets.Add Befo=Sheets(1)
End Sub


Gord Dibben MS Excel MVP

On Sat, 30 Apr 2011 00:23:37 +1000, "sammy" wrote:

slight up date to my english

I have about 50 worksheets in one workbook I'd like to use the insert
worksheet tab with WITHOUT using control keys but I don't want to go to
the extreme RIGHT hand end of my screen to add a new worksheet by mouse
click.
I'd like to move the ( insert worksheet shift 11 tab ) to the LEFT hand
end of the open xcell window first and keep it there.


"sammy" wrote in message
pond.com...
I have about 50 worksheets in one workbook I'd like to use the insert
worksheet tab with using control keys but I don't want to go to the
extreme right hand end of my screen to add a new worksheet by mouse click.
I'd like to move the ( insert worksheet shift 11 tab ) to the left hand
end of the open xcell window first and keep it there .

Appreciate your advice.


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
multiple Insert Shift:=xlDown N+ Excel Programming 5 November 9th 08 01:10 PM
How to disable the insert worksheet(Shift+F11) icon in 2007 using sg Excel Programming 2 July 26th 07 07:00 PM
I want to align two columns by using insert/shift down Britz Excel Worksheet Functions 0 April 30th 07 09:50 PM
VSTO column insert shift to right Bob Sullentrup Excel Programming 2 November 2nd 05 08:05 PM
expression.Insert(Shift, CopyOrigin) ? Alex T Excel Programming 1 September 23rd 03 04:00 AM


All times are GMT +1. The time now is 09:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"