excel-2007
How do i make the below syntax to work ( cells("$variable","Q"))?
Sub omnama() ActiveSheet.Range(Cells(\"$1\", \"$A\"), Cells(\"$39930\", \"$Q\"))._ RemoveDuplicates Columns:=Array(1, 2, 6, 7, 8, 开发者_开发知识库9), Header:=xlYes[详细]
2023-03-27 21:01 分类:问答How to get combobox not to accept user input in Excel-Vba?
Does anyone know what the properties are in the combobox that I can manipulate in order not t开发者_如何学运维o allow the user to key/type in any data?Set the the Style of the combobox to 2 - fmStyleD[详细]
2023-03-27 14:17 分类:问答excel checkboxes in c# code
I\'m using VS 2010 开发者_C百科c# with excel 2007. The following code works with XP OS, but not with Windows7 64bit OS:[详细]
2023-03-27 13:55 分类:问答pivot table appearance
Can we create category for Pivot table field list which appears in right side pane after opening a pivot table.For example normally there will be some check boxes to be selected.I want certain check b[详细]
2023-03-27 11:08 分类:问答what mistake Am I doing?
sheet1.activate activesheet.range(cells(2,\"Q\"),cells(40,\"K\")).select \'here the error occurs selection.copy[详细]
2023-03-27 10:35 分类:问答What i need to read Excel 2007 ( .xlsx ) extension in JAVA? [duplicate]
This question already has answers here: Closed 11 years ago. 开发者_Python百科 Possible Duplicate: Read xlsx file in Java[详细]
2023-03-26 21:16 分类:问答How do I get back my original file after performing all the Operations on the excel file using VBA?
Can Anyone tell me how do I undo all my changes to my workbook? I have file excel1.xlsx and I have did sorting and many operations on the excel.xlsx using vba. But at the end I want the excel1.xlsx to[详细]
2023-03-26 16:59 分类:问答Excel not picking up the XML element
I have the following XML <flow> <material><mattext fontface=\"Arial\"><p style=\"white-space: pre-wrap\"><font size=\"11\">This is my text content</font></p>[详细]
2023-03-26 01:23 分类:问答Problem reading Excel cells containing datetime in VBA
Some background: For a project I\'m working on (building an XML DOM from a given excel spreadsheet of customer data), I need to be able to read the contents of a cell with a datetime in it. The cell i[详细]
2023-03-25 21:21 分类:问答Finding last rows in three(3) separate sheets. VBA Excel 2007
I\'ve been trying to write some codes for copying and inserting data between sheets on excel. And part of this process involves finding the last row or 2nd to last row of each of the three sheets. But[详细]
2023-03-25 15:14 分类:问答