hi guys ,
is it possible to use vba to open internet explorer without the standard buttons , address bank , links ?
below is how i open a website using internet explorer
Code:ShellExecute(Me.hwnd, "Open", http://www.vbforums.com, "", "C:\", vbNormalFocus)




Reply With Quote