| Thread | Last Post | Replies |
|
| compare 2 xl sheet with same data | 19 Nov 2007 12:01 GMT | 6 |
I wanto to complain 2 XL sheets. Dat is the same but columns are layout in a different order. Column headings are the same. All tools thatI found in the knowledge base are based on same layout
|
| Looping through | 19 Nov 2007 11:48 GMT | 9 |
I am tring to clean up a report that is pulled in a off a propritary program in my company. The format comes in as all "General" cell format. I have cleaned up some stuff already but am having a hard time getting the below to work properly.
|
| How to add New Module through coding | 19 Nov 2007 10:47 GMT | 2 |
I am trying the following but getting error messages, please help Sub AddModule() Dim VBComp As VBComponent Set VBComp = ThisWorkbook.VBProject.VBComponents.Add(vbext_ct_StdModule)
|
| Table ranges do not work in multilingual configurations | 19 Nov 2007 08:30 GMT | 4 |
Excel 2007 table ranges do not work in multilingual configurations. The solution I am developing involves external data, however, I managed to isolate the problem so that it can be reproduced in a few easy steps: 1- Create an empty workbook.
|
| Problems with application.worksheetfunction.correl | 19 Nov 2007 08:20 GMT | 3 |
Using VBA, I populated a two dimensional array with values. I want use various "rows" and "columns" of the array as inputs into an Excel function. For example: Dim arr As Variant
|
| Addin interference | 19 Nov 2007 08:10 GMT | 2 |
I have an adding which includes adding a new workbook. One of the guys using my addin gets stuck as the adding of a new workbook causes Excel to launch a modal dialog via another addin he has installed. How can I trap this, and how can i talk to this other dialog to close it?
|
| compare 2 x files with same colum labels but different aranged da | 19 Nov 2007 07:39 GMT | 2 |
My files have the same data ie File 1 Record Num Value Year..... 101 12 2007
|
| Accessing Excel worksheet names via ASP.Net 2.0 | 19 Nov 2007 07:09 GMT | 2 |
Hello, I want to receive the worksheet names for random Excel sheets, the below mentioned solution works for most excel sheet but with the most important one I get too many excel sheets in this format
|
| Remove VBE Component failed | 19 Nov 2007 04:42 GMT | 2 |
Gurus, I have a procedure to delete all existing modules from a chosen workbook if the type of the component is not vbext_ct_Document. The extract of the code is here:
|
| key assignments | 19 Nov 2007 03:16 GMT | 7 |
is there a way to assign copy and paste to a function key or some other key combination? i tired this and it didn't work, it still bring up the help pane. Application.OnKey "^{F1}", "^{C}"
|
| Copy Worksheet Function | 19 Nov 2007 02:17 GMT | 1 |
I have some code to copy a certain worksheet within a workbook to another workbook: ... MYSHEET.Copy
|
| VBA Code/Formula to generate list of rows | 19 Nov 2007 02:15 GMT | 2 |
I need to define a loan repayment schedule using PMT, IPMT and PPMT functions which i fully understand. However, based on the number of installments I need to define the corresponding number rows with the sequential numbers.
|
| Events don't seem to trigger after deleting cell values | 19 Nov 2007 01:28 GMT | 3 |
I have a workbook with the following code in a sheet: Private Sub Worksheet_Change(ByVal Target As Range) On Error GoTo errHandler Application.EnableEvents = False
|
| Printing in miniature | 19 Nov 2007 01:27 GMT | 1 |
I can't change a document in Excel that keeps printing at about 25% scale. In print preview it appears to fill the page. I have changed the size of the cells to make shure it will fit on one page. But when I print it only prints a small graph in the bottom left corner. I
|
| Vlookup - Issue.... | 19 Nov 2007 00:48 GMT | 4 |
I need help.... I have a worksheet which looks like this... StoreNo---> 201 202 203 Week 1 X
|