- Joined
- Sep 29, 2012
- Messages
- 1
- Reaction score
- 0
I am looking for what looks like should be some VB Code to automatically save the contents of my cells. The hard task for me is the layout of what I need.
column "A" contains a series of "TAGS"
column "B" contains a series of "ACCOUNTS"
I need the VB code to
1. Take all of the unique "TAGS" and create CSV Files and place the "ACCOUNTS" that also match the tags into the correct file.
I have attached a sample of what the original file could look like with some additional notes (its a word doc though).
I am new to VB coding, very fluent in SQL and SQL Command, it is just too many commands to run for my instance.
column "A" contains a series of "TAGS"
column "B" contains a series of "ACCOUNTS"
I need the VB code to
1. Take all of the unique "TAGS" and create CSV Files and place the "ACCOUNTS" that also match the tags into the correct file.
I have attached a sample of what the original file could look like with some additional notes (its a word doc though).
I am new to VB coding, very fluent in SQL and SQL Command, it is just too many commands to run for my instance.