Posts
 
Reputation
Loading chart. Please wait.
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
~4K People Reached
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for yash777

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!

Member Avatar for creiglee
0
4K