View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default short cut key reqired

To increase the font size, insert the following sub:

Sub fontbump()
ActiveCell.Font.Size = ActiveCell.Font.Size + 1
End Sub

and assign CNTRL-e to it.


In general, if a shortcut key has not been assigned by default to some
action, you can create a macro to do the action and assign your own key to it.


--
Gary''s Student - gsnu200768


"Anil showreddy" wrote:

HI all,

Can you give me a shortcut key for
"move a selected sheet from one book to another book" and
"To increase or decrease the font size in cell"

Thankyou..
--
Anil showreddy