Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.57K
1 Posted Topic
Re: Hi, You said that you used "Application.DisplayAlerts = false;" That wont work, you need to use the name of your newly declared excel application [CODE]excel.DisplayAlerts = false; wb.SaveAs("C:\\Test.xls",Excel.XlFileFormat.xlWorkbookNormal,null,null,false,false,Excel.XlSaveAsAccessMode.xlShared,false,false,null,null,null);[/CODE] That should work nicely for you! |