Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Vaughan
 
Posts: n/a
Default Shortcuts for increase and decrease indents

Hi,

I currently increase and decrease indents by clicking the appropriate
buttons on the Formatting toolbar. I'd like to use a shortcut key instead.
I don't see one listed in the shortcuts help document. Am I missing
something, or am I asking too much?

Vaughan
  #2   Report Post  
Earl Kiosterud
 
Posts: n/a
Default

Vaughan,

You're asking too much. Put the following macros in a module. Probably
best in Personal.xls. You can copy them from here and paste them into the
module.

Sub IndentIncrease()
On Error Resume Next
Selection.InsertIndent 1
End Sub

Sub IndentDecrease()
On Error Resume Next
Selection.InsertIndent -1
End Sub

Now assign your desired keyboard shortcuts to the macros with Tools -
Macro - Macros - Options.
--
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------

"Vaughan" wrote in message
...
Hi,

I currently increase and decrease indents by clicking the appropriate
buttons on the Formatting toolbar. I'd like to use a shortcut key
instead.
I don't see one listed in the shortcuts help document. Am I missing
something, or am I asking too much?

Vaughan



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8
Default Shortcuts for increase and decrease indents

To increase indents : Ctrl + Alt + Tab
To decrease indents : Ctrl +Alt + Shift + Tab
Thanks.

"Vaughan" wrote:

Hi,

I currently increase and decrease indents by clicking the appropriate
buttons on the Formatting toolbar. I'd like to use a shortcut key instead.
I don't see one listed in the shortcuts help document. Am I missing
something, or am I asking too much?

Vaughan

  #4   Report Post  
Junior Member
 
Posts: 1
Default

How do I keep the Ctrl+Alt+Tab from activating the Alt+Tab switching of windows in Windows 7?
I just want to activate the Increase Indent function, not switch to another application!

Quote:
To increase indents : Ctrl + Alt + Tab
To decrease indents : Ctrl +Alt + Shift + Tab
Thanks.
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



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