Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default ç (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.


  #2   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default ç (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.




  #3   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,824
Default ç (c-cedile)

Maybe you could use autocorrect.

Tools|autocorrect options
give some weird combination of characters (c$ say) a replacement of alt-0231.

you'll have to type those characters then a space for the replacement to be
made. Backspace and continue typing.

(not quite continuous, though)

How about just typing the weird characters whenever you want. Then when you're
ready, just Edit|replace the weird characters with ç (alt-0231).



"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

  #4   Report Post  
Posted to microsoft.public.excel,microsoft.public.excel.programming,microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2,824
Default ç (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

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



All times are GMT +1. The time now is 11:54 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"