Populate Userform from Sheet range (XP - XL2002)

  • Thread starter Thread starter Ray
  • Start date Start date
R

Ray

I've built a summary workbook to consolidate data gathered from approx
30 external workbooks. I've built a way to easily identify which (if
any) external workbooks were not updated on time -- an Advanced
Filter, using VBA. So, now I have a range of cells (Sheet='Admin',
range=G38:H68) which will hold the Store Name/# of those who didn't
submit on time. The 'used' part of this range will likely change with
each update (eg 5 stores are late this time, but only 2 next time and
none last time).

What I want to do is have a button on the Dashboard (what I call the
main sheet) which will allow users to see a list of the
'offenders' ( ie those that didn't send an update). This would be in
a pop-up window or userform, and only show the 'used' range (as
mentioned above) .... just two columns containing Name and Number of
the non-updaters.

How would you code this?

TIA,
ray
 
This was posted late in the day yesterday ... so many of my EU friends
probably didn't see it!

Any thoughts?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top