Hello,
I have a macro that runs only in a sheet. I want your assistance to have the macro to run on all files in a folder.
This is my current macro:
Sub yellow()
Range("a1:z500").Select
For Each Cell In Selection
If Cell.Interior.Color = Excel.XlRgbColor.rgbYellow Then...