excel-2003
Export / copy Access Pivot Table View to Excel 2003?
Is there a way to copy an Access 2003 pivot table view (used to pivot 206,000 record开发者_如何学编程s) to Excel 2003 using VBA?Not sure if number of records matters unless the result exceeds Excel 20[详细]
2023-01-12 09:35 分类:问答Excel Reference COM vs .NET
What is the difference between adding a reference to Excel 11.0 from .NET vs COM? (In C# if that even matters)[详细]
2023-01-10 16:39 分类:问答Excel 2003 VBA: Move a sheet into a new workbook that is referenced by a variable
I have a function that is meant to run the ShowPages() command of a PivotTable and then save each sheet to a separate file.[详细]
2023-01-09 01:11 分类:问答How do I ignore certain events in Excel VBA for App_SheetChange?
I have an App_SheetChange() handler in an add-in that does some processing as modify their spreadsheets.[详细]
2023-01-08 09:51 分类:问答Need help creating a conditional copy macro for Excel 2003
I wo开发者_C百科uld like to conditionally copy data from multiple worksheets into a single worksheet in a given workbook in order to consolidate data. The macro would look at column F in all the works[详细]
2023-01-07 18:28 分类:问答Excel CommandBars / Controls in local languages
Win-XP / Excel 2003 / VBA .... I have the following piece of code to intercept all paste activities initiated by the user (main menu, context menu and control-V key) and send it to a Sub TrappedPaste[详细]
2023-01-07 06:35 分类:问答Getting the selected cell's range from a different worksheet in Excel
I\'m trying to set up Excel so that the cell\'s value that is selected in the first worksheet is set to the value of a cell that\'s double clicked in a different worksheet. So far my code looks like t[详细]
2023-01-06 17:16 分类:问答Excel, specify certain cell using Name field
I created a macro that doesn\'t allow values in both the B and C columns of an Excel sheet. I want to make an exception to that formula by allowing cells with the names DayShift or AfterShift.[详细]
2023-01-05 23:43 分类:问答Creating app for Excel 2003 with Excel 2007
I\'m writing .Net desktop application to create reports in Excel 2003, but I have only Excel 2007, and have no license of Excel 2003. This is my problem, because when I launch this app on client’s 开[详细]
2023-01-05 21:02 分类:问答Is it possible to link a cell In Excel to a local file with a querystring?
I had wanted to put a solution onto a thumb drive or dvd to be distributed as needed.I have a couple html pages with javascript to display photos and some other info.I also have an excel spreadsheet ([详细]
2023-01-05 12:08 分类:问答