can anyone tell me how I can change my default homepage from within vba??
many thanks for any help
-SarahQ
Printable View
can anyone tell me how I can change my default homepage from within vba??
many thanks for any help
-SarahQ
It looks as though the default homepage is kept in the registry under this key:
HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main\Start Page
Modifying this (by searching for samples from this site on editing the registry) should do the trick...