Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Does anyone know how to find out the font codepage in use in specific Excel cells? I have a spreadsheet where lines alternate between Russian and English. Code() returns the char code for the first character in the text string - but the number range is the same for both Russian and English text. Thanks |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You might be able to find the unicode codepage number for each character
using a Byte array from VBA, but I have not tested this approach to see if it works. Charles __________________________________________________ The Excel Calculation Site http://www.decisionmodels.com "Stephen Eccleston" wrote in message ... Hi, Does anyone know how to find out the font codepage in use in specific Excel cells? I have a spreadsheet where lines alternate between Russian and English. Code() returns the char code for the first character in the text string - but the number range is the same for both Russian and English text. Thanks |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Charles,
Yes, having checked Excel help for codepage revealed no significant suggestions (to my question) beyond Char() and Code(), i suspected that I would have to use VBA code to test this function. I dont want to edit the Russian or English text, just enable conditional formatting to hide or reveal lines with either language. Obviously the codepage in effect on the PC OS affects the char set range that is used when keyboard keys are typed, but i dont want to make changes to the text in the spreadsheet - just test the codepage for each text cell. Thanks for your suggestion. Stephen "Charles Williams" wrote: You might be able to find the unicode codepage number for each character using a Byte array from VBA, but I have not tested this approach to see if it works. Charles __________________________________________________ The Excel Calculation Site http://www.decisionmodels.com "Stephen Eccleston" wrote in message ... Hi, Does anyone know how to find out the font codepage in use in specific Excel cells? I have a spreadsheet where lines alternate between Russian and English. Code() returns the char code for the first character in the text string - but the number range is the same for both Russian and English text. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Copy and paste problem Excel 2003 to Word 2003 | Excel Discussion (Misc queries) | |||
opening excel files from access 2003, win xp, office 2003 | Excel Discussion (Misc queries) | |||
import Excel 2003 file into Outlook 2003 - NO NAMED RANGES?? | Excel Discussion (Misc queries) | |||
Copying Excel 2003 Selection into Outlook 2003 HTML E-Mail Message | Excel Discussion (Misc queries) | |||
Excel 2003 Database Driver Visual FoxPro 7 on Server 2003. | Excel Discussion (Misc queries) |