Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
In excel sheet there is a character like this. MIDLLE 合計 the occurence of this character is many times in the sheet. I need to use a find comand in excel VBA. Here is my code Set rng1 = Range("A:B").Find(What:="MIDLLE 合計", _ When I paste the above mentioned code in the Visual Basic editor it changes like this Set rng1 = Range("A:B").Find(What:="MIDLLE ??", ..... Any help on this would be highly appreciated. Thanks in advance. -- Kittie |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find First Non blank cell than find column header and return that value | Excel Worksheet Functions | |||
Despite data existing in Excel 2002 spreadsheet Find doesn't find | Excel Discussion (Misc queries) | |||
find and delete duplicate entries in two columns or find and prin. | Excel Programming | |||
find and delete text, find a 10-digit number and put it in a textbox | Excel Programming | |||
backwards find function to find character in a string of text | Excel Programming |