Export to text file based on cell information

C

Camron

is it possible to export row information into a file that is named
based on cell information. for example

A1= BOB B1=5551234567 C1=CompanyA
A2= MIKE B2=5553456789 C2=CompanyB

export produces CompanyA.txt with the following info in it
Name BOB
Phone Number 5551234567
Company CompanyA

export also produces CompanyB.txt with the following info in it
Name MIKE
Phone Number 5553456789
Company CompanyB
 

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

Top