Yep, I'm using the code;

Private Sub WebBrowser1_NewWindow2(ppDisp As Object, Cancel As Boolean)
Dim F As Form
Set F = frmBrowser
F.Show
End Sub

Is there anything wrong with that??
I have the same code in my Menu, for opening a New Window, but as I said above, in the WebBrowser its opening in IE