Possibly, and sorry for being vague. Typically we send out Excel files that run out of BI or Oracle. However, this particular report is over the 65K rows as limited by the 2003 version. Excel 2007 handles over 65K rows, but is usually according to user input. However, I don't know if VC handles .xlsx format or if .csv is my only option. And in either case, what would the argument syntax look like. Below are a couple of examples of other arguments we use:
This is sent to a folder on the network (fictitious names of course):
/report reportname /destype file /desformat xls /desname \\networkfoldername\ /filename Customfilename /nodate true /params Branch 040 /dept sales
This one is sent via Email:
/report reportname /email
robin_rascon@____.com /filename Customfilename /nodate true /params Branch 040 /dept sales
I can't get either one to work when exporting the BI report or it limits the rows to 65K. The report has to be all one sheet, or else we would break up the report somehow.
thx again!