Hi,
Thanks for the help.
Ta,
Martin
"r" <(E-Mail Removed)> wrote in message
news

4E748C4-BE5C-4824-9102-(E-Mail Removed)...
> try ...
> If VBA.Strings.Left(wks.Name, 1) = "R" Then
> regards
> r
>
>
> Il mio ultimo lavoro ...
> http://excelvba.altervista.org/blog/...ternative.html
>
>
> "Martin Wheer" wrote:
>
>> Below is the code I am using in 2003 vba. It does not work in 2007.
>>
>> Dim wks As Worksheet
>> If Left(wks.Name, 1) = "R" Then - 07 does not like Left
>>
>> end if
>>
>> I tried finding the correct function on 2007 but got no where with it.
>> Any
>> help would be greatly appreciated.
>> Ta,
>> Martin
>>
>>
>>