View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
lothario[_63_] lothario[_63_] is offline
external usenet poster
 
Posts: 1
Default import CSV file at location D7

Hi,

I have a CSV file "today1.csv" that I would like to import into my
workbook "wb1" in sheet "today1" at cell "D7".

Can you give me the VBA macro that I can put behind my "Load
today1.csv" button?

So everytime I click this "Load today1.csv" button:
a. All data in the range "D7:Z400" is initialized to 0.
b. The csv file is loaded starting at cell "D7".

Thanks.


---
Message posted from http://www.ExcelForum.com/