How to Select a Web Page from using Excel / Word VBA The following code uses GetOpenFilename method to select the Webpage (HTML here) Sub Select_A_HTMLPAGE() Dim fHTML As Variant fHTML = Application.GetOpenFilename("Webpage (*.htm*), *.htm*", _ , "Select a HTML page:") If fHTML <> False Then MsgBox "Selected file is" & CStr(fHTML) End If End Sub
Awaz Apni Baat Apni is started in new Vision of Pakistan, We want to see a real image of Pakistan in public Point of View, Our Pakistan with New Vision.

