+ Reply to Thread
Results 1 to 2 of 2

Make Toolbar Icons Keyboard Shortcuts

  1. #1
    Registered User
    Join Date
    04-15-2005
    Posts
    9

    Make Toolbar Icons Keyboard Shortcuts

    Ok, i do a TON of merging cells. Is there anyway to make it a keyboard shortcut? Is there anyway to make ANY toolbar icon a keyboard shortcut???

    This would save me prolly 985449875894 hours. THANKS!

  2. #2
    Forum Contributor
    Join Date
    01-26-2005
    Posts
    108
    Simply record a merge as a macro, giving the macro (as you record it) a shortcut key.

    If you edit the macro (Tools, Macro) and remove any select statement recorded you will then have a macro that, when you press CTRL and your chosen key, will run. The macro should look something like ...

    With Selection
    .HorizontalAlignment = xlGeneral
    .VerticalAlignment = xlBottom
    .WrapText = False
    .Orientation = 0
    .ShrinkToFit = False
    .MergeCells = True
    End With

    Tony.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1