Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello,
when using the porutguese language settings (on a US 101 international keyboard) I cannot use CTRL+C in Excel to add a ç (C-cedile). I made a macro for it and a menu item : Sub cced() ActiveCell.FormulaR1C1 = "ç" End Sub But when I type a word you cannot activate the macro in it, you first have to type (or activate the macro) in an empty cell : ç and then edit the word to the final. How can I type continouisly without this procedure? Thanx, Marco J.L. |