1 Attachment(s)
How to create multiple files containing specific details from main file by VBA macro?
Hi,
I need to create different files (one per category ID) containing all details from main file using VBA macro. As you can see, attached main file has many rows and many tabs (containing different category ID). The macro when run should return many files (one per category ID) containing rows and tabs, for example:
Category ID 256 one file with all related products and tabs
Category ID 45 one file with all related products and tabs
Categori ID ........... and so on.
Looking forward for quick response. Thanks!