#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default unicode

hi community

when I press the Alt+155, it gave me "" this sign but how to change the
Alt+155 to display the symbol of "cent" - like if I press Alt+162 ?...

thanks community for assistance


--
oldLearner57
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,344
Default unicode

Hi,

To really change the key assignments for the Alt+155 combination, I suspect
you would need to do it outside Excel, and it would apply throught all
Windows programs.

However, why not assign the symbol to a simplier shortcut key combination
like Ctrl+e or Ctrl+Shift+C

You can do key assignments in Excel but they are only prepared to handle a
single key or a key in combination with Shift, Alt, or Ctrl.

Here is the code to enter the cent symbol in the active cell.

Sub Cents()
ActiveCell = "¢"
End Sub

You can assign a shortcut key once you have put this code in a module.

Move back to Excel and choose Tools, Macro, Macros. Select the Cents macro
and click Options. In here hold down the Shift key and press the letter you
want to assign or just type the letter without the Shift key.

If you want the shortcut key available in all the workbooks you open put the
code in the Personal Macro Workbook.

The easiest way to do this is to choose Tools, Macro, Record new macro,
Enter the name Cents and from the drop down for Store macros in pick Personal
Macro Workbook. Click OK. Choose Insert, Symbols, Normal text, find and
select the cent sign, click the Insert button and then the Close button and
press Enter. Stop the recorder by choosing Tools, Macro, Stop Recording.

You have added the macro to the file, assign the shortcut key as described
above. And when you close out of Excel, respond Yes to saving the changes to
the Personal.xls file.

--
Thanks,
Shane Devenshire


"oldLearner57" wrote:

hi community

when I press the Alt+155, it gave me "" this sign but how to change the
Alt+155 to display the symbol of "cent" - like if I press Alt+162 ?...

thanks community for assistance


--
oldLearner57

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 119
Default unicode

thanks! ShaneDevenshire
&
community as well !

:)
--
oldLearner57


"ShaneDevenshire" wrote:

Hi,

To really change the key assignments for the Alt+155 combination, I suspect
you would need to do it outside Excel, and it would apply throught all
Windows programs.

However, why not assign the symbol to a simplier shortcut key combination
like Ctrl+e or Ctrl+Shift+C

You can do key assignments in Excel but they are only prepared to handle a
single key or a key in combination with Shift, Alt, or Ctrl.

Here is the code to enter the cent symbol in the active cell.

Sub Cents()
ActiveCell = "¢"
End Sub

You can assign a shortcut key once you have put this code in a module.

Move back to Excel and choose Tools, Macro, Macros. Select the Cents macro
and click Options. In here hold down the Shift key and press the letter you
want to assign or just type the letter without the Shift key.

If you want the shortcut key available in all the workbooks you open put the
code in the Personal Macro Workbook.

The easiest way to do this is to choose Tools, Macro, Record new macro,
Enter the name Cents and from the drop down for Store macros in pick Personal
Macro Workbook. Click OK. Choose Insert, Symbols, Normal text, find and
select the cent sign, click the Insert button and then the Close button and
press Enter. Stop the recorder by choosing Tools, Macro, Stop Recording.

You have added the macro to the file, assign the shortcut key as described
above. And when you close out of Excel, respond Yes to saving the changes to
the Personal.xls file.

--
Thanks,
Shane Devenshire


"oldLearner57" wrote:

hi community

when I press the Alt+155, it gave me "" this sign but how to change the
Alt+155 to display the symbol of "cent" - like if I press Alt+162 ?...

thanks community for assistance


--
oldLearner57

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unicode Shafiee Excel Worksheet Functions 0 January 16th 06 05:21 PM
CSV and Unicode (or UTF-8) problem TFS Excel Discussion (Misc queries) 0 August 30th 05 10:39 AM
Unicode to ANSI news.s5.net Excel Discussion (Misc queries) 0 May 3rd 05 03:19 PM
getting unicode to convert from PC to MAC not a programmer Excel Discussion (Misc queries) 3 February 26th 05 01:27 AM
Unicode Symbols BillCPA Excel Discussion (Misc queries) 1 December 23rd 04 03:05 AM


All times are GMT +1. The time now is 09:11 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"