I created an Excel Workbook project using Visual Studio and VSTO. This project uses the ListObject control bound to a DataTable to display and update data in SQL Server 2000 database.
When deployed to the user's workstation, this application has an annoying habit of disabling the Delete item on the Edit menu, preventing the user from deleting columns, rows or cells. Actually this is more than annoying - it's a show stopper.
Researching the problem online produced very little in the way of amswers. Are other people seeing this behavior
I did find a reference in this forum article:
http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=309265&SiteID=1
which suggests deleting Application Data\Microsoft\Excel\Excel11.xlb. This works, but its not acceptable to require the user to delete this file every time their Edit menu goes wonky.
Does anyone know how to create and deploy a VSTO Excel Workbook application in such a way that prevents this problem from occuring