PC Review


Reply
Thread Tools Rate Thread

How do I set F11 to insert worksheet Excel 2003?

 
 
=?Utf-8?B?bGFpbmV5d29sZmY=?=
Guest
Posts: n/a
 
      10th Oct 2007
At other locations using Excel 2003 I was able to insert a new worksheet into
the workbook in which I was working by pressing F11. Where I work now, when
I press F11 it inserts a chart not a worksheet. Do you know how I can reset
the default so that F11 will insert a worksheet?

Thanks,

laineywolff
 
Reply With Quote
 
 
 
 
Chip Pearson
Guest
Posts: n/a
 
      10th Oct 2007
Actually, the default behavior of F11 is to insert a chart sheet, not
worksheet. It is possible that you had an add-in that trapped for F11 and
inserted a worksheet not a chart sheet.

The following code will set F11 to insert a worksheet rather than a Chart
sheet.



"laineywolff" <(E-Mail Removed)> wrote in message
news:3D9E0937-1050-42E8-93D1-(E-Mail Removed)...
> At other locations using Excel 2003 I was able to insert a new worksheet
> into
> the workbook in which I was working by pressing F11. Where I work now,
> when
> I press F11 it inserts a chart not a worksheet. Do you know how I can
> reset
> the default so that F11 will insert a worksheet?
>
> Thanks,
>
> laineywolff


 
Reply With Quote
 
Chip Pearson
Guest
Posts: n/a
 
      10th Oct 2007
Forgot to post the code.

Sub SetF11()
Application.OnKey "{F11}", "InsertWorksheet"
End Sub

Sub ResetF11()
Application.OnKey "{F11}"
End Sub

Sub InsertWorksheet()
ActiveWorkbook.Worksheets.Add
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel, 10 Years
Pearson Software Consulting
www.cpearson.com
(email on the web site)

"laineywolff" <(E-Mail Removed)> wrote in message
news:3D9E0937-1050-42E8-93D1-(E-Mail Removed)...
> At other locations using Excel 2003 I was able to insert a new worksheet
> into
> the workbook in which I was working by pressing F11. Where I work now,
> when
> I press F11 it inserts a chart not a worksheet. Do you know how I can
> reset
> the default so that F11 will insert a worksheet?
>
> Thanks,
>
> laineywolff


 
Reply With Quote
 
=?Utf-8?B?Y2hlZm1pa2U=?=
Guest
Posts: n/a
 
      10th Oct 2007
Chip,
Sorry to bother you, but I am a novice with excel coding, how do I insert
the code into the sheet for it to work?

"Chip Pearson" wrote:

> Forgot to post the code.
>
> Sub SetF11()
> Application.OnKey "{F11}", "InsertWorksheet"
> End Sub
>
> Sub ResetF11()
> Application.OnKey "{F11}"
> End Sub
>
> Sub InsertWorksheet()
> ActiveWorkbook.Worksheets.Add
> End Sub
>
>
> --
> Cordially,
> Chip Pearson
> Microsoft MVP - Excel, 10 Years
> Pearson Software Consulting
> www.cpearson.com
> (email on the web site)
>
> "laineywolff" <(E-Mail Removed)> wrote in message
> news:3D9E0937-1050-42E8-93D1-(E-Mail Removed)...
> > At other locations using Excel 2003 I was able to insert a new worksheet
> > into
> > the workbook in which I was working by pressing F11. Where I work now,
> > when
> > I press F11 it inserts a chart not a worksheet. Do you know how I can
> > reset
> > the default so that F11 will insert a worksheet?
> >
> > Thanks,
> >
> > laineywolff

>

 
Reply With Quote
 
Tyro
Guest
Posts: n/a
 
      10th Oct 2007
F11 inserts a chart. Shift+F11 inserts a new worksheet

Tyro

"laineywolff" <(E-Mail Removed)> wrote in message
news:3D9E0937-1050-42E8-93D1-(E-Mail Removed)...
> At other locations using Excel 2003 I was able to insert a new worksheet
> into
> the workbook in which I was working by pressing F11. Where I work now,
> when
> I press F11 it inserts a chart not a worksheet. Do you know how I can
> reset
> the default so that F11 will insert a worksheet?
>
> Thanks,
>
> laineywolff



 
Reply With Quote
 
Dave Peterson
Guest
Posts: n/a
 
      10th Oct 2007
Maybe you hit shift-F11 to get the new worksheet and you're memory is going
<vbg>.

Chip Pearson has a list of shortcuts here:
http://cpearson.com/excel/KeyboardShortcuts.htm

But I can never remember those keys (except for a couple--it's hell getting
old!).

So I've added a couple of icons to my favorite toolbar:
Tools|Customize|Toolbars tab|create a new toolbar if you like
then
On the Commands Tab|Insert category|drag the Worksheet icon to that favorite
toolbar.

I also dragged an icon from the Forms category--it was the Toggle Grid icon.
Then I can show/hide those gridlines really easily.



laineywolff wrote:
>
> At other locations using Excel 2003 I was able to insert a new worksheet into
> the workbook in which I was working by pressing F11. Where I work now, when
> I press F11 it inserts a chart not a worksheet. Do you know how I can reset
> the default so that F11 will insert a worksheet?
>
> Thanks,
>
> laineywolff


--

Dave Peterson
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
insert rows in locked worksheet - from Excel 2003 to 2000 Venus Microsoft Excel Misc 1 1st Apr 2009 05:59 PM
Insert Excel Worksheet SJT Microsoft Powerpoint 0 5th Oct 2008 11:14 PM
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 lukerush Microsoft Excel Worksheet Functions 4 7th Sep 2006 05:05 PM
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 lukerush Microsoft Excel Worksheet Functions 0 7th Sep 2006 03:37 PM
Can't insert excel worksheet jazzvn Microsoft Powerpoint 1 7th Oct 2003 08:56 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:38 PM.