Filter on name in new finder window

Hi all

Trying to find a way to filter on Name when it open a folder with this script

tell application “Finder”
activate
tell (make new Finder window to folder “Macintosh HD:Users:mvp:Library:Application Support:Microsoft:Office:Preferences:Office 2011:”) to set {current view, toolbar visible} to {list view, true}
set bounds of front window to {40, 140, 640, 640}
end tell

Can’t find a way to do it, but that is not so strange for a VBA guy