excel-2003
Catch max time/iteration dialog box when using Excel Solver in VBA
I am using the built-in solver in Excel 2003 within a VBA loop to solver a number of different problems. Occasionally,开发者_运维问答 the solver hits the maximum time or iterations limit, which causes[详细]
2023-01-20 22:27 分类:问答c# - How to import external data (.csv file) as a new worksheet without opening another workBook/excel application
My target is to open many .csv files, each of them in a new workSheet in the same excel workBook, without opening a workBook for each.[详细]
2023-01-20 19:28 分类:问答Is it possible to create ClickOnce-like functionality for an Excel 2003 addin?
I\'m working on an Excel 2003 addin (users will upgrade to newer Office, but not any time soon), and am wanting to use functionality to automatically check for a newer version, and deploy it if there[详细]
2023-01-19 09:45 分类:问答Excel VBA or Function to extract Workbook name and data from workbook
Is there any way to extract the workbook name, but then extract only a part of it. Any version of excel would be fine preferab开发者_Python百科ly 2003.[详细]
2023-01-18 22:56 分类:问答Add/Delete optional personal form in VBA
What is simplest/best way to achieve functionality in vba in Excel: - button \"add person\" which will add 4 rows in which user specifies name...,[详细]
2023-01-18 12:20 分类:问答Get dropdown value in VBA and get the name of the dropdown...nowhere to be found?
I created a dropdown by dragging the combo box onto my sheet from the UserForm toolbar. I assigned some values to it from some cells in the book. Now I want some VBA code to access the selected dropdo[详细]
2023-01-18 07:29 分类:问答Select cells conditionally and use as data validation list
I\'d like to select all cells (except the first开发者_C百科 one) from column A of Sheet2 that are not empty, and use it as the list for data validation on a range of Sheet1. I already have code to add[详细]
2023-01-18 04:50 分类:问答Checking Excel 2003 data validation
The following bit of VBA will highlight any cells in a sheet with data validation errors: Sub CheckValidation(sht As Worksheet)[详细]
2023-01-17 15:07 分类:问答How to access a constant defined in another Excel workbook?
Question How do I access a public constant defined in another Excel workbook? Setup Workbook.xls My VBA code runs in the current Excel workbook called \"MyWorkbook.xls\".[详细]
2023-01-17 13:08 分类:问答Excel: Adding a Connector Line In a Chart (Have to Use a Macro)?
So I\'m working on this chart in Excel, and the chart looks like two sides of a triange, like the picture at the link below:[详细]
2023-01-12 23:22 分类:问答