Hi all,
I'm fairly new at writing macros.
My main goal is to be able to import the "keywords" from the source code of a website to excel.
I found the following code which seems to import most of the source code;
Sub Demo()
Dim ie As Object
Dim sWholeFile As String
Dim asLineByLine() As...