excel-2007
How to distribute VBA code in Excel? [duplicate]
This question already has answers here: What is the best way to share/distribute Excel macro? [closed][详细]
2023-04-10 21:06 分类:问答Find method keeps on missing the search string in an excel's workbook using VBA?
I am searching for text/strings in an excel sheet provided by the customer. The problem is that sometimes the excel Find function works and sometimes it does not. For eg if the excel sheet looks like[详细]
2023-04-10 20:37 分类:问答How do I import Excel data into a MySQL table?
I have a table mileage_registrants which keeps users registration 开发者_JAVA百科data. It has a field department which is NULL for all users now. I want to insert department data from a .xlsx file int[详细]
2023-04-10 09:40 分类:问答Creating a new workbook and copying worksheets over
The problem in question centers around one workbook which contains all of my data and breakdowns spread across a ton of worksheets. I\'m trying to get macros set up to copy select sheets to a new work[详细]
2023-04-10 00:18 分类:问答Totalise row in pivot table - Excel 2007
I have a spreadsheet I used to calculate time spend on projects. I take the weekly timesheets sent to me and I pick out and log the hours spent on a task for a specific person on a specific project.[详细]
2023-04-09 10:41 分类:问答VBA How to solve two equations with two unknowns
I am trying to calculate point on a line. I got the points of the edges and one distance between one edge to the point I want to find (which is B).[详细]
2023-04-09 05:28 分类:问答Automatically filling in 0 and 0% in Excel blank cells
开发者_如何学编程I am trying to automatically enter 0 and 0% values in blank cells in Excel. I have a report in Excel that gets automatically filled up from SAS. After I save this report, I want the b[详细]
2023-04-08 23:02 分类:问答VBA gives wrong plotarea width?
I want to get the PlotArea width and height in order to calculate t开发者_JAVA技巧he proportion.[详细]
2023-04-08 21:43 分类:问答What is the best approach for inserting data into Excel (2007 and 2010) using C#
My current scenario is that I have 20 Excel files that need to be populated by running multiple scripts.Currently this is a manual process.I am about to start a small project that should automate most[详细]
2023-04-07 23:19 分类:问答Using Cubeset To Create Top 10 Items List For a Specified Time Period
I am using Excel 2010 to create a list of the top 10 vendors by sales during a specified time period. The catch is that I need to consider only customers that are a member of a particular set. I found[详细]
2023-04-07 19:08 分类:问答