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

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.
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,214,571
Messages
6,120,302
Members
448,954
Latest member
EmmeEnne1979

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