$$Excel-Macros$$ Re: HTTP Request differences....

2012-12-21 Thread Lalit Mohan Pandey
Hi Raymond, Hope it might helps you, Put below code in a module and add refrence of "Microsoft Internet Controls" Option Explicit Declare Function apiShowWindow Lib "user32" Alias "ShowWindow" _ (ByVal hwnd As Long, ByVal nCmdShow As Long) As Long Sub Test() Call CopyWebPage

Re: $$Excel-Macros$$ Re: HTTP Request differences....

2012-12-21 Thread Dhaval Shah
Me Also Facing the same problem i m view below mention link in any browser but while i m try to import table in excel is not working http://www.nseindia.com/live_market/dynaContent/live_watch/equities_stock_watch.htm?cat=N is it any other way to import Table in Excel Sheet On Wed, Dec 19, 201

$$Excel-Macros$$ Re: HTTP Request differences....

2012-12-18 Thread Prince
Hi Raymond, Can you please shere that link so that we can analyse the proble at our end. Regards Prince On Tuesday, December 18, 2012 7:24:04 PM UTC+5:30, raymond...@gmail.com wrote: > > Wrote an HTML request for a client to pull prices from a competitors > website sent to Him and while it wor