What is the syntax for finding the windir, and putting it into a string and adding /system32

I have Dim strWinDir As String
strWinDir = %WINDIR%&"\system32"

but it says that the first % in %WINDIR% is invalid! Please help!



Josh