View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RegWright RegWright is offline
external usenet poster
 
Posts: 1
Default How to modify excel setting using VB.Net

I have a VB.net application that outputs report from datagrid to excel.

I now need to modify the setting to print landscape and add a header with
date time exc.

I use Response.AppendHeader("Content-Disposition",
"inline;filename=test.xls")

Does Excel have doc on how to modify properties using VB.net?