Need help understanding the error.

Dim xL as Excel.Application

xL.Sheets("General").activate() --> Error here telling "Option Strict disallows late binding"

what am i doing wrong ?

Thanks in advance
Sihi