Click here to Skip to main content
15,907,000 members
Home / Discussions / C#
   

C#

 
AnswerRe: Room Reservation Screen Pin
DaveyM6915-Jun-09 6:25
professionalDaveyM6915-Jun-09 6:25 
GeneralRe: Room Reservation Screen Pin
EliottA15-Jun-09 10:48
EliottA15-Jun-09 10:48 
QuestionCell Borders in DataGridViews Pin
MatthysDT15-Jun-09 4:55
MatthysDT15-Jun-09 4:55 
AnswerRe: Cell Borders in DataGridViews Pin
Henry Minute15-Jun-09 5:51
Henry Minute15-Jun-09 5:51 
AnswerRe: Cell Borders in DataGridViews Pin
Henry Minute15-Jun-09 9:26
Henry Minute15-Jun-09 9:26 
Questioncreate excell file Pin
michaelgr115-Jun-09 4:51
michaelgr115-Jun-09 4:51 
AnswerRe: create excell file Pin
Simon P Stevens15-Jun-09 5:45
Simon P Stevens15-Jun-09 5:45 
AnswerRe: create excell file Pin
Rolf Jaeger15-Jun-09 17:33
Rolf Jaeger15-Jun-09 17:33 
I am assuming that you checked whether your SaveAs command actually created the file. What works for me is to use as many System.Type.Missing objects in the Open call possible. Give this version a try and see what happens:

object c_Missing = System.Type.Missing;
Excel.Application c_ExcelApp;
c_ExcelApp = new Excel.Application();
c_ExcelApp.Workbooks.Open(
(@"c:\Focus Report\123.xls",
false, false, c_Missing, c_Missing, c_Missing, true, c_Missing, c_Missing,
true, false, c_Missing, false, c_Missing, c_Missing);

Hope it helped,
Rolf
QuestionGetting LINQtoSQL to work with FitNesse Pin
Nuz_UK15-Jun-09 4:44
Nuz_UK15-Jun-09 4:44 
QuestionTrashing the content of managed variables Pin
OriginalGriff15-Jun-09 4:18
mveOriginalGriff15-Jun-09 4:18 
AnswerRe: Trashing the content of managed variables Pin
led mike15-Jun-09 4:34
led mike15-Jun-09 4:34 
GeneralRe: Trashing the content of managed variables Pin
OriginalGriff15-Jun-09 4:44
mveOriginalGriff15-Jun-09 4:44 
GeneralRe: Trashing the content of managed variables Pin
Rob Philpott15-Jun-09 5:41
Rob Philpott15-Jun-09 5:41 
GeneralRe: Trashing the content of managed variables Pin
OriginalGriff15-Jun-09 5:59
mveOriginalGriff15-Jun-09 5:59 
GeneralRe: Trashing the content of managed variables Pin
led mike15-Jun-09 9:26
led mike15-Jun-09 9:26 
AnswerRe: Trashing the content of managed variables Pin
PIEBALDconsult15-Jun-09 5:47
mvePIEBALDconsult15-Jun-09 5:47 
GeneralRe: Trashing the content of managed variables Pin
OriginalGriff15-Jun-09 5:56
mveOriginalGriff15-Jun-09 5:56 
GeneralRe: Trashing the content of managed variables Pin
PIEBALDconsult15-Jun-09 8:18
mvePIEBALDconsult15-Jun-09 8:18 
QuestionAdd String attrribute to File Pin
hirenkshah15-Jun-09 2:37
hirenkshah15-Jun-09 2:37 
AnswerRe: Add String attrribute to File Pin
Nagy Vilmos15-Jun-09 2:44
professionalNagy Vilmos15-Jun-09 2:44 
AnswerRe: Add String attrribute to File Pin
OriginalGriff15-Jun-09 3:20
mveOriginalGriff15-Jun-09 3:20 
QuestionIs local administrator password is blank or not Pin
priyanka_jns15-Jun-09 2:03
priyanka_jns15-Jun-09 2:03 
AnswerRe: Is local administrator password is blank or not Pin
Simon P Stevens15-Jun-09 5:53
Simon P Stevens15-Jun-09 5:53 
Questionexecute script Pin
arkiboys15-Jun-09 0:24
arkiboys15-Jun-09 0:24 
AnswerRe: execute script Pin
priyanka_jns15-Jun-09 2:08
priyanka_jns15-Jun-09 2:08 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.