Thread: SHORT KEY
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default SHORT KEY

If there is no ShortCut key for "center", it easy to make one:

Sub centre()
Selection.HorizontalAlignment = xlCenter
End Sub
and assign something like CNTRL-e to it.
--
Gary''s Student - gsnu200724


"adeel via OfficeKB.com" wrote:

Is there any Short Key for "Centre Align", "Left Align", "Right align".....if
not please tell me any macro design for these purpose.

--
Message posted via http://www.officekb.com