I'm trying to extrapolate the phone number present in each url listed in sheet 1 column "A" of excel.
Unfortunately, I don't have the right knowledge to do it.
I insert some of the code that could be used.
Private Sub CommandButton1_Click()
Dim wb As Workbook
Dim x As Variant
Dim i, j, k, l...