Dear Excel superusers, I´m an Excel newbie looking for help with this piece code
I currently have this piece of code, that aggregates two Excel sheets by clicking on a button in my sheet and prevent using the same file twice:
Option Explicit
'Aggregate different sheets
Sub GetRisks()
Dim...