open googleEarth from excel...

i would like to open googleEarth from a button with vba code in Excel
(and fill in the textbox with information from cells...)

i can shell out to googleEarth
Shell ("c:\progra~1\google\google~1\googleearth.exe")

but i don't know how to set the object...

???

thank you...