Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Wed, 31 Oct 2007 08:53:26 -0400, "news.epix.net" wrote:
Could someone please tell me how to determine the data type of each char of a string? I have worksheets named 'October07'. I need to extract just the month name first and then the year number. I would like to loop thru the string until I find an integer character. Thanks, M. Miller If your worksheets are all named with the last two characters being numeric, then Month = left(ws.name,len(ws.name)-2) Year = right(ws.name,2) + 2000 --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
find string data type related functions | Excel Programming | |||
Determine file type | Excel Programming | |||
Can I determine the active selection's type? | Excel Programming | |||
Determine data type for Pivot Field | Excel Programming | |||
Determine File Type | Excel Programming |