Dear Yeghi,
Glad to hear from you again. I understand you wish to find a simpler way to get the results in the File Explorer, as is, into Excel. To do this, you can try the below VBA code:
Sub ShowFolderSize(filespec)
Dim fs, f, s
Set fs = CreateObject("Scripting.FileSystemObject")...