Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 208
Default Question on Excel AutoFill command

Hi,

When I have say a title called Qtr1 in a cell and want to AUTOFILL it to the
right, I know to use the autofill handle...but it seems theres no good quick
one-two stroke shortcut key that goes with it...this has been puzzling to me
for a while now...Control R (fill right does not work in this case) Is there
one?

Thank you for any insight.

Craig Brody
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,718
Default Question on Excel AutoFill command

this has been puzzling to me for a while now

There are many more Excel commands than the number of keyboard shortcuts
available could ever support. Does that clarify things for you?<g.

Fortunately Excel supports macros that lets users make their own shortcuts.
Here's an example. Copy both of these to a module and run the first one.
Then try out Ctrl-Shift-f in the worksheet for filling a series. If you
like this and want to make it always available copy both to your
Personal.xls and call the first sub from your Personal's Sub Auto_Open or
Sub Workbook_Open, whichever it has.

Sub KeyTrapFillSeries()
Application.OnKey "^+f", "FillSeries"
End Sub

Sub FillSeries()
ActiveWindow.RangeSelection.DataSeries Type:=xlAutoFill
End Sub

--
Jim
"Craig" wrote in message
...
| Hi,
|
| When I have say a title called Qtr1 in a cell and want to AUTOFILL it to
the
| right, I know to use the autofill handle...but it seems theres no good
quick
| one-two stroke shortcut key that goes with it...this has been puzzling to
me
| for a while now...Control R (fill right does not work in this case) Is
there
| one?
|
| Thank you for any insight.
|
| Craig Brody

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
Autofill Question James8309 Excel Worksheet Functions 1 August 24th 08 11:03 AM
column autofill question JohnBee Excel Worksheet Functions 2 December 22nd 07 10:51 PM
Question about Autofill with a formula Corben Excel Discussion (Misc queries) 14 April 16th 06 11:24 AM
autofill question Ben H Excel Discussion (Misc queries) 0 March 2nd 05 03:37 PM
Autofill question lob Excel Worksheet Functions 2 February 17th 05 04:07 PM


All times are GMT +1. The time now is 07:49 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"