Hello,

Using Excel VBA, am trying to create a macro.

Purpose is to make it navigate across Internet explorer for a task.

Am trying to copy a text from from red marked box (each are separate entries) within a web page and paste that to an input box above in the same page.

52338c95-9974-429d-a30f-153a214978e3.jpg

say, the 08:28 should be copied to the above text box.

Similarly each entries should be copied to their corresponding input box above them as below:

abd37ecd-1d4e-4e4f-b4e9-ac4277c46547.jpg

Please enlighten me on how to find, copy and paste the data using Excel VBA.

Thanks in advance!!