End If

Hilferuf:

ich habe folgendes problem, bei dem ich nicht weiterkomme

meldung: fehler beim kompilieren. end if ohne if

was ist da falsch?

wer kann helfen?

danke im voraus
euer nikodemo

Hallo Niko,

Entweder so

If Application.Version = „8.0“ Then StrVersion = „Excel 97“

oder so

If Application.Version = "8.0" Then 
 StrVersion = "Excel 97"
End If

Gruß
Reinhard