Welcome to Windows Help!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Keyboard Shortcut

 
   Windows Help (Home) -> Microsoft Excel RSS
Next:  USB xtnl drive does not show.  
Author Message
annie

External


Since: Nov 9, 2008
Posts: 1



(Msg. 1) Posted: Sat Feb 06, 2010 11:50 am
Post subject: Keyboard Shortcut
Archived from groups: microsoft>public>excel (more info?)

There seems to be a keyboard shortcut for almost everything in Excel. Is
there some key combination that can be used for Autofill instead of using
AutoFill with the mouse?

Many thanks

 >> Stay informed about: Keyboard Shortcut 
Back to top
Login to vote
Hctor Miguel

External


Since: Jan 23, 2010
Posts: 3



(Msg. 2) Posted: Sun Feb 07, 2010 1:02 am
Post subject: Re: Keyboard Shortcut
Archived from groups: per prev. post (more info?)

hi, Annie !

> There seems to be a keyboard shortcut for almost everything in Excel.
> Is there some key combination that can be used for Autofill instead of using AutoFill with the mouse?

I guess there is no such built-in short-cut but...
you can create a macro and assign a convenient keyboard combination ?

macro execution shall be after select your fill-range and should look like this one:

Sub AutoFill_ShortCut()
SendKeys "~"
Application.Dialogs(xlDialogDataSeries).Show , 4
End Sub

hth,
hector.

 >> Stay informed about: Keyboard Shortcut 
Back to top
Login to vote
Gord Dibben

External


Since: Oct 17, 2008
Posts: 21



(Msg. 3) Posted: Sun Feb 07, 2010 10:05 am
Post subject: Re: Keyboard Shortcut
Archived from groups: per prev. post (more info?)

For certain operations like filling a formula down use CTRL + d


Gord Dibben MS Excel MVP

On Sat, 6 Feb 2010 11:50:01 -0800, Annie
wrote:

>There seems to be a keyboard shortcut for almost everything in Excel. Is
>there some key combination that can be used for Autofill instead of using
>AutoFill with the mouse?
>
>Many thanks
 >> Stay informed about: Keyboard Shortcut 
Back to top
Login to vote
Hctor Miguel

External


Since: Jan 23, 2010
Posts: 3



(Msg. 4) Posted: Sun Feb 07, 2010 4:47 pm
Post subject: Re: Keyboard Shortcut
Archived from groups: per prev. post (more info?)

hi (again) Annie !

and... if you don't like/trust/... the sendkeys method...
change both lines in the sub for this single one:

executeexcel4macro "data.series(,4)"

hth,
hector.

__ previous __
>> There seems to be a keyboard shortcut for almost everything in Excel.
>> Is there some key combination that can be used for Autofill instead of using AutoFill with the mouse?
>
> I guess there is no such built-in short-cut but...
> you can create a macro and assign a convenient keyboard combination ?
>
> macro execution shall be after select your fill-range and should look like this one:
>
> Sub AutoFill_ShortCut()
> SendKeys "~"
> Application.Dialogs(xlDialogDataSeries).Show , 4
> End Sub
 >> Stay informed about: Keyboard Shortcut 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
INDEX MATCH HELL ooops.. I mean HELP! - I know (or at least I think I do) that I can do this with INDEX MATCH. Here is what I want to do. I want to place this formula in cell C4 of Sheet 1. What I want this formula to do is to match the value of B2 of Sheet 1 with a list that is in Sheet 2...

Notation Bugs - Did anybody notice that Excel handles math notations (symbols) in an incorrect way? Try this: write -2 in cell A1. Write =1-A1^2 in a different cell. Write =-A1^2+1 in another cell. The two expressions are equivalent, shouldn't they? Well, the former..

How to create a single line separated by commas from a mat.. - Hello, I've the following problem. I've a table made of several columns. Each colum represents a characteristic regarding to a subject (e.g. Name, Surname, Home Street, etc...). In the rows I put the different people. I need to export these info to a....

Excel password Recovery - Hi All, i forgot my excel password, can any tell me how to recover the password there is any free tool is avail in web, Regards, Deen

Exel 2007: Show row over row - Hello Since our users uses Office 2007 there cames up a very strange issue. Sometimes (and rely sometimes) one row (only one) will show up twice (and only a part of this row will show). The rest of the sheet is ok. If you close and reopen the same sheet...
   Windows Help (Home) -> Microsoft Excel All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]