how to open a web page, in a new browser ??

i tried:

dim ret as string
ret = Shell("rundll32.exe url.dll,FileProtocolHandler " _
& "http://www.yahoo.com")

but if there is a browser already running, it uses it to open the url instead of opening the url in a new broser.