Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
i have written a macro that will save a nominated worksheet as a CSV
my problem is that when i have only one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 the CSV file size blows out to 1,281Kb however when there is more than one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 content 1, content 2, content 3 the file size drops back to 1kb where is should be. has anybody experienced this before? how can i ensure the file size is kept to a minimum? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are you using end down in your macro starting at row 2? My guess is that your
code is specifying the blank cells down to the bottom of the sheet. -- Tony Green "7zark7" wrote: i have written a macro that will save a nominated worksheet as a CSV my problem is that when i have only one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 the CSV file size blows out to 1,281Kb however when there is more than one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 content 1, content 2, content 3 the file size drops back to 1kb where is should be. has anybody experienced this before? how can i ensure the file size is kept to a minimum? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() "ADG" wrote: Are you using end down in your macro starting at row 2? My guess is that your code is specifying the blank cells down to the bottom of the sheet. -- Tony Green "7zark7" wrote: i have written a macro that will save a nominated worksheet as a CSV my problem is that when i have only one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 the CSV file size blows out to 1,281Kb however when there is more than one record in the worksheet i.e. Header 1, Header 2, Header 3 content 1, content 2, content 3 content 1, content 2, content 3 the file size drops back to 1kb where is should be. has anybody experienced this before? how can i ensure the file size is kept to a minimum? hahaha, i am, thanks i will change it to a loop. that should resolve the issue. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Confused here Prevent Saving File - but allow ONLY File SAVEAS Met | Excel Discussion (Misc queries) | |||
saveas CSV file | Excel Discussion (Misc queries) | |||
How can I make File-Save , File-SaveAs Menu disabled? | Excel Programming | |||
Saveas csv file | Excel Programming | |||
File SaveAs | Excel Programming |