Microsoft Office Forums


Reply
Thread Tools Display Modes

Keyboard Shortcut

 
 
Annie
Guest
Posts: n/a

 
      02-06-2010, 06:50 PM
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
--
Kind regards

Ann Shaw
 
Reply With Quote
 
 
 
 
Héctor Miguel
Guest
Posts: n/a

 
      02-07-2010, 06:02 AM
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.


 
Reply With Quote
 
Gord Dibben
Guest
Posts: n/a

 
      02-07-2010, 05:05 PM
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 <(E-Mail Removed)>
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


 
Reply With Quote
 
Héctor Miguel
Guest
Posts: n/a

 
      02-07-2010, 09:47 PM
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



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Keyboard shortcut to switch between pen tool and keyboard typing J_N Onenote Newsgroup 4 05-06-2009 12:01 AM
Keyboard shortcut Tom Outlook Newsgroup 1 03-12-2007 07:09 PM
Keyboard shortcut? Feeks Outlook Newsgroup 1 05-18-2005 03:29 PM
Keyboard Shortcut terrapinie Excel Newsgroup 5 05-20-2004 05:25 PM
Keyboard Shortcut Steve Cohen Excel Newsgroup 2 10-10-2003 02:44 AM



All times are GMT. The time now is 02:17 PM.