View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Pat Pat is offline
external usenet poster
 
Posts: 122
Default Fill down formula programmically

As the appropriate number of cells will vary the macro created will not in
my option take this into account.


"Tom Ogilvy" wrote in message
...
create a macro that adds the formula to the appropriate cells and saves
the file as CSV.

Don't prefil the formula.

--
Regards,
Tom Ogilvy

"Pat" wrote in message
...
Can anyone tell me if is possible to fill down a formula as and when
required programmically.
I will try to explain what I mean.
What I am currently doing is saving a .xls file as a .csv file then
importing that file into another program which I do regularly. The .csv

file
has extra rows containing a formula that usually contain no data. The
reason for having more of the same formula that may not be used at that

time
when saving is that it avoids having to check the .csv file to determine

if
all data has been saved in the new format. The problem I am

experiencing
is
that it causes problems in the program I am importing into.

Hope someone can show me a way around this.

Thanking you.
Pat