View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JBYoung JBYoung is offline
external usenet poster
 
Posts: 2
Default Basic Macro Question (Urgent!)

As a beginner, I am currently writing the VBA program. I have some problems,
hope you can help me to solve these problems:

1. I have a set of data in the worksheet which has 100 columns with about
200 rows. I want to make them all together by each row with comma between
each data.
2. After that, how can I convert it to csv.format
Many thanks