Ma perchè non usare un semplice Mid ?
codice:
Dim a As String
Dim b As String

a = "c:\fff\ggg\pippo.exe"
b = Mid$(a, 1, 11)

MsgBox b
Ciao !