![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Apr 2002
Location: Singapore
Posts: 17
|
Hi,
I need to export a worksheet in a workbook into a CSV type of file or notepad. Can I know the method? THanks! |
|
|
|
|
|
#2 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Hi. Like this?
ActiveWorkbook.SaveAs "sample.txt", FileFormat:=xlCSV |
|
|
|
|
|
#3 | |
|
New Member
Join Date: Apr 2002
Location: Singapore
Posts: 17
|
Hi,
thanks for your help. Issit possible is i want it to be tab delimited?? regards Quote:
|
|
|
|
|
|
|
#4 |
|
MrExcel MVP
Join Date: Mar 2002
Location: Kobe, Japan
Posts: 1,420
|
Hello again. Only change following.
FileFormat:=xlText Regards, Colo |
|
|
|
|
|
#5 |
|
New Member
Join Date: Apr 2002
Location: Singapore
Posts: 17
|
hi Colo
thanks again! |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|