VBA-Loop through File highlight sheet tabs that are still empty

TheHack22

Board Regular
Joined
Feb 3, 2021
Messages
121
Office Version
  1. 365
Platform
  1. Windows
  2. Mobile
Dear VBA experts,

I'm not sure if this is possible. I don't know how to write VBA. I usually do a google search and adapt Subs.
I have a VBA that copies daily data downloaded (15 Files=15 Tabs-Template) files onto an MS Excel Template.
Sometimes, I may miss a download(s). How can I have a message box to say which sheet data (SheetName) wasn't copied to? The data range A3:G(100). the datasets are huge. But once A3 is populated it's a good indication I have the data for that Tab. Is this possible?

Imran
 

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
when do you miss a download ? Can't you open a certain file or is the file empty or doesn't exist or ...
For the moment your macro already makes that loop, but you have to add the missed sheets ?
 
Upvote 0

Forum statistics

Threads
1,216,761
Messages
6,132,573
Members
449,736
Latest member
anthx

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top