Hey guys , i need a little assistance trying to figure out how i can run a code in an already existing internet explorer window
ive seen several codes but i cant seem to get them to work. im using 2003
the code i have seen is but i just cant get anything to work
For Each ie As InternetExplorer In New ShellWindows
If ie.LocationURL = www.google.com Then
ie.Navigate ("www.google.com")
MessageBox.Show (ie.Path.ToString)
End If
after i complete that task ,i need to next figure out how to fill in a form with a single cell from my spreadsheet
ive seen several codes but i cant seem to get them to work. im using 2003
the code i have seen is but i just cant get anything to work
For Each ie As InternetExplorer In New ShellWindows
If ie.LocationURL = www.google.com Then
ie.Navigate ("www.google.com")
MessageBox.Show (ie.Path.ToString)
End If
after i complete that task ,i need to next figure out how to fill in a form with a single cell from my spreadsheet