Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Good Morning,
Could someone help me out here? I'm do some research for our VR dept and I'm trying to write a macro to make it easier and faster but how would I do a kind of search where in my main workbook I have number 123 but when it's doing the search in the other 5 workbooks the number is listed somewhere as number AB123 so I would need to remove to characters during the search. any ideas? -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200704/1 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use MID function.
abc = "ABC123" mid(abc,3,len(abc)) "Christian via OfficeKB.com" wrote: Good Morning, Could someone help me out here? I'm do some research for our VR dept and I'm trying to write a macro to make it easier and faster but how would I do a kind of search where in my main workbook I have number 123 but when it's doing the search in the other 5 workbooks the number is listed somewhere as number AB123 so I would need to remove to characters during the search. any ideas? -- Message posted via OfficeKB.com http://www.officekb.com/Uwe/Forums.a...mming/200704/1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
remove 1st 2 letters in each row | Excel Discussion (Misc queries) | |||
Remove dashes between letters and between letters and digits | Excel Worksheet Functions | |||
Searching for Capital Letters | Excel Programming | |||
Remove all rows that contain letters | Excel Programming | |||
Remove letters from a cell | Excel Programming |