Quick background: I use spreadsheets for action logs. From week to week, I
record what has changed from my last communication. I usually set the entire
cell to normal black unbolded. I add a line which has changed since last
communication and then set that new text to bold blue.
I want to find a way to use a hotkey to change my selected text to bold blue
without having to take my hands off the keyboard.
Is this possible?
|
|
0
|
|
|
|
Reply
|
Utf
|
1/29/2010 4:56:04 PM |
|
go to tools, macro, and then choose record macro. in the pop up box you can
choose a key to use in the box next to "Ctrl+". once chosen, choose ok.
stop the macro from recording by hitting the stop button on the macro box
that appeared or by going to tools, macro, and choosing stop recording.
go into tools, macro, visual basic editor. to the left open the modules
folder, and double click on the module.
delete anything in between the green text and "End Sub" and paste this
With Selection
.Font.ColorIndex = 5
End With
save the sheet.
now any time you hit Ctrl+ your chosen key, the font should turn blue
"Jason" wrote:
> Quick background: I use spreadsheets for action logs. From week to week, I
> record what has changed from my last communication. I usually set the entire
> cell to normal black unbolded. I add a line which has changed since last
> communication and then set that new text to bold blue.
>
> I want to find a way to use a hotkey to change my selected text to bold blue
> without having to take my hands off the keyboard.
>
> Is this possible?
|
|
0
|
|
|
|
Reply
|
Utf
|
1/29/2010 5:06:04 PM
|
|
This is a great idea, however, it does not seem that I can run macro's when
currently editing a cell. Is there an option in Excel 2007 that allows me to
run macros while in edit mode?
Thanks!
"joemeshuggah" wrote:
> go to tools, macro, and then choose record macro. in the pop up box you can
> choose a key to use in the box next to "Ctrl+". once chosen, choose ok.
>
> stop the macro from recording by hitting the stop button on the macro box
> that appeared or by going to tools, macro, and choosing stop recording.
>
> go into tools, macro, visual basic editor. to the left open the modules
> folder, and double click on the module.
>
> delete anything in between the green text and "End Sub" and paste this
>
> With Selection
> .Font.ColorIndex = 5
> End With
>
> save the sheet.
>
> now any time you hit Ctrl+ your chosen key, the font should turn blue
>
>
> "Jason" wrote:
>
> > Quick background: I use spreadsheets for action logs. From week to week, I
> > record what has changed from my last communication. I usually set the entire
> > cell to normal black unbolded. I add a line which has changed since last
> > communication and then set that new text to bold blue.
> >
> > I want to find a way to use a hotkey to change my selected text to bold blue
> > without having to take my hands off the keyboard.
> >
> > Is this possible?
|
|
0
|
|
|
|
Reply
|
Utf
|
1/29/2010 7:38:06 PM
|
|
I think joem misunderstood your post.
He assumed your added text was in a cell by itself.
You are appending text to current text in a cell?
No option to allow macros while in edit mode.
Gord Dibben MS Excel MVP
On Fri, 29 Jan 2010 11:38:06 -0800, Jason <Jason@discussions.microsoft.com>
wrote:
>This is a great idea, however, it does not seem that I can run macro's when
>currently editing a cell. Is there an option in Excel 2007 that allows me to
>run macros while in edit mode?
>
>Thanks!
>
>"joemeshuggah" wrote:
>
>> go to tools, macro, and then choose record macro. in the pop up box you can
>> choose a key to use in the box next to "Ctrl+". once chosen, choose ok.
>>
>> stop the macro from recording by hitting the stop button on the macro box
>> that appeared or by going to tools, macro, and choosing stop recording.
>>
>> go into tools, macro, visual basic editor. to the left open the modules
>> folder, and double click on the module.
>>
>> delete anything in between the green text and "End Sub" and paste this
>>
>> With Selection
>> .Font.ColorIndex = 5
>> End With
>>
>> save the sheet.
>>
>> now any time you hit Ctrl+ your chosen key, the font should turn blue
>>
>>
>> "Jason" wrote:
>>
>> > Quick background: I use spreadsheets for action logs. From week to week, I
>> > record what has changed from my last communication. I usually set the entire
>> > cell to normal black unbolded. I add a line which has changed since last
>> > communication and then set that new text to bold blue.
>> >
>> > I want to find a way to use a hotkey to change my selected text to bold blue
>> > without having to take my hands off the keyboard.
>> >
>> > Is this possible?
|
|
0
|
|
|
|
Reply
|
Gord
|
1/29/2010 8:51:56 PM
|
|
On 1/29/2010 11:38 AM, Jason wrote:
> This is a great idea, however, it does not seem that I can run macro's when
> currently editing a cell. Is there an option in Excel 2007 that allows me to
> run macros while in edit mode?
>
> Thanks!
>
> "joemeshuggah" wrote:
>
>> go to tools, macro, and then choose record macro. in the pop up box you can
>> choose a key to use in the box next to "Ctrl+". once chosen, choose ok.
>>
>> stop the macro from recording by hitting the stop button on the macro box
>> that appeared or by going to tools, macro, and choosing stop recording.
>>
>> go into tools, macro, visual basic editor. to the left open the modules
>> folder, and double click on the module.
>>
>> delete anything in between the green text and "End Sub" and paste this
>>
>> With Selection
>> .Font.ColorIndex = 5
>> End With
>>
>> save the sheet.
>>
>> now any time you hit Ctrl+ your chosen key, the font should turn blue
>>
>>
>> "Jason" wrote:
>>
>>> Quick background: I use spreadsheets for action logs. From week to week, I
>>> record what has changed from my last communication. I usually set the entire
>>> cell to normal black unbolded. I add a line which has changed since last
>>> communication and then set that new text to bold blue.
>>>
>>> I want to find a way to use a hotkey to change my selected text to bold blue
>>> without having to take my hands off the keyboard.
>>>
>>> Is this possible?
After editing, hit Enter, then up-arrow, then the macro hot key. That
should work without taking your fingers off the keyboard, which is what
you wanted in your original request.
Bill
|
|
0
|
|
|
|
Reply
|
Bill
|
1/29/2010 11:47:16 PM
|
|
|
4 Replies
519 Views
(page loaded in 0.159 seconds)
Similiar Articles: Hotkey for Font color change while editing cell. - microsoft ...Quick background: I use spreadsheets for action logs. From week to week, I record what has changed from my last communication. I usually set the entire cell to ... keyboard shortcut to edit cell contents - microsoft.public.mac ...Hotkey for Font color change while editing cell. - microsoft ... Change Excel's ‘edit in cell’ keyboard shortcut | Macworld Change the Exceptions pop-up to Only, and ... keyboard shortcut to wrap a text in cell. - microsoft.public.excel ...Hotkey for Font color change while editing cell. - microsoft ... He assumed your added text was in a cell by itself. You are appending text to ... below, enter Microsoft ... different colour font in same cel - microsoft.public.excel ...Hotkey for Font color change while editing cell. - microsoft ... different colors based on cell values in bubble graphs - microsoft ... Font Colors ... Word font color keyboard shortcut - microsoft.public.word.vba ...Hotkey for Font color change while editing cell. - microsoft ... change of the keyboard layout only in word - microsoft.public.word ... Word font color keyboard shortcut ... Change the black selected-cell-border to another color (cursor ...Hotkey for Font color change while editing cell. - microsoft ... Change the black selected-cell-border to another color (cursor ... Hotkey for Font color change while ... Font colour does not print as chosen - microsoft.public.publisher ...Computer help; News; Q&A; What's new; Tools; Print page; E-mail page; Edit page ... Font Color Wont Print In Excel, Why? - I am using Excel 2002 I changed the text font color... Msgbox Color change - microsoft.public.access.formsVBA Express : Multiple Apps - Alternate MsgBox function with ... Alternate ... ... Hotkey for Font color change while editing cell. - microsoft ... should work without ... Select cell by color - microsoft.public.mac.office.excel ...Hotkey for Font color change while editing cell. - microsoft ... Hotkey for Font color change while editing cell. - microsoft ... save the ... then up-arrow, then the ... Font Colors - microsoft.public.word.docmanagementHotkey for Font color change while editing cell. - microsoft ... Quick background: I use spreadsheets for action logs. From week to week, I record what has changed from my ... Hotkey for Font color change while editing cell. - ExcelBanterExcel Discussion (Misc queries) ... Quick background: I use spreadsheets for action logs. From week to week, I record ... go to tools, macro, and then choose record ... Hotkey for Font color change while editing cell. - microsoft ...Quick background: I use spreadsheets for action logs. From week to week, I record what has changed from my last communication. I usually set the entire cell to ... Hotkey for Font color change while editing cell.Quick background: I use spreadsheets for action logs. From week to week, I record what has changed from my last communication. I usually set the Quickly Edit the Cell Data/Value In Excel 2010 [Shortcut]While entering data into Excel 2010 spreadsheet, you may not want to use mouse to select one specific cell for editing. Since Excel 2010 supports a long list of hotkey ... Change Excel's ‘edit in cell’ keyboard shortcut | MacworldChange the Exceptions pop-up to Only, and in the text box below, enter Microsoft Excel ... "Change Excel's ‘edit in cell’ keyboard shortcut" Comments 7/26/2012 8:38:18 PM
|