![]() |
ç (c-cedile)
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. |
ç (c-cedile)
Try holding the alt key, and type 0231 on the keypad. ç
"Marco J.L." wrote in message ... 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. |
ç (c-cedile)
And if you can use nicer characters that excel will convert as soon as you type
them--no spacebar, then backspace required: *c* worked ok for me in the autocorrect options. "Marco J.L." wrote: 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. -- Dave Peterson |
All times are GMT +1. The time now is 02:33 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com