PC Review


Reply
Thread Tools Rate Thread

CTRL+R Fill Right

 
 
=?Utf-8?B?U3RlcGhhbmllSA==?=
Guest
Posts: n/a
 
      8th Mar 2007
I think I overwrote the Microsoft Shortcut Fill Right by assigning another
macro to CTRL+R. I can't find the macro to delete it.

Does anyone have the code behind Fill Right? I'm thinking I should be able
to place it in my "Personal" workbook, assign it the option of CTRL+R.

If not, I'm basically looking to copy formulas to the right, to the end of
my rown (formulas are already there, just want to overwrite what I have)
 
Reply With Quote
 
 
 
 
Dick Kusleika
Guest
Posts: n/a
 
      8th Mar 2007
On Thu, 8 Mar 2007 07:15:45 -0800, StephanieH
<(E-Mail Removed)> wrote:

>I think I overwrote the Microsoft Shortcut Fill Right by assigning another
>macro to CTRL+R. I can't find the macro to delete it.
>
>Does anyone have the code behind Fill Right? I'm thinking I should be able
>to place it in my "Personal" workbook, assign it the option of CTRL+R.
>
>If not, I'm basically looking to copy formulas to the right, to the end of
>my rown (formulas are already there, just want to overwrite what I have)


Open the macro dialog (Alt-F8) and go down the macros one-by-one and
click on the Option button to see which has that assignment. Try to
replicate Excel's built-in features is a fool's errand. However,

If Typename(Selection) = "Range" Then
Selection.FillRight
End If

--
Dick Kusleika
Microsoft MVP-Excel
http://www.dailydoseofexcel.com
 
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
Can I set ctrl+s and ctrl+o window size & ctrl+o save as type defa Moonbarker Osbourne Windows XP General 1 18th Jan 2008 02:10 PM
fill down cells (column) using ctrl-g eholz1 Microsoft Excel Programming 3 6th Sep 2007 07:34 PM
Shortcut keys like Ctrl+C, Ctrl+V, Ctrl+A etc Not Working gettechtips@yahoo.co.in Windows XP General 1 23rd Sep 2006 12:43 PM
How to enable Ctrl+C, Ctrl+V, Ctrl+X in textBoxes? kari Microsoft C# .NET 1 16th May 2006 02:19 AM
Re: VB script that mimics CTRL+C, CTRL+G, CTRL+V, ENTER? Fergus Cooney Microsoft VB .NET 0 8th Nov 2003 01:24 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:55 AM.