Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi can u give me a shortcut key for
1) To moving a worksheet from one book to another or in the same book 2) To increasing or decreasing fnt size in the cell. thank you.... -- Anil showreddy |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Enter the following macros:
Sub grow() For Each r In Selection r.Font.Size = r.Font.Size + 1 Next End Sub Sub shrink() For Each r In Selection r.Font.Size = r.Font.Size - 1 Next End Sub The assign CNTRL-e to one and CNTRL-f to the other. CNTRL-e and CNTRL-f will increase/decrease the font size of the selected cells. -- Gary''s Student - gsnu200770 "Anil showreddy" wrote: hi can u give me a shortcut key for 1) To moving a worksheet from one book to another or in the same book 2) To increasing or decreasing fnt size in the cell. thank you.... -- Anil showreddy |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mr. gary,
its excellent.... thankyou ... can you give me for another one also....? -- Anil showreddy "Gary''s Student" wrote: Enter the following macros: Sub grow() For Each r In Selection r.Font.Size = r.Font.Size + 1 Next End Sub Sub shrink() For Each r In Selection r.Font.Size = r.Font.Size - 1 Next End Sub The assign CNTRL-e to one and CNTRL-f to the other. CNTRL-e and CNTRL-f will increase/decrease the font size of the selected cells. -- Gary''s Student - gsnu200770 "Anil showreddy" wrote: hi can u give me a shortcut key for 1) To moving a worksheet from one book to another or in the same book 2) To increasing or decreasing fnt size in the cell. thank you.... -- Anil showreddy |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help Required | Excel Worksheet Functions | |||
Help required | New Users to Excel | |||
Help required | Excel Discussion (Misc queries) | |||
VB Required?? | Excel Worksheet Functions | |||
Help required...... | Excel Discussion (Misc queries) |