| Thread | Last Post | Replies |
|
| Have a Big Question | 21 Feb 2007 13:54 GMT | 1 |
Hello everyone! I have somewhat of a difficult question that I hope somebody can answer. Here's the problem I'm trying to design a vba that can take you to a web site and verify
|
| Date format is not picked up correctly while filtering | 21 Feb 2007 11:47 GMT | 1 |
In Excel Macros I have taken date format as DD-MMM-YY and assigned to a variable and same picked up variable for filtering it is not possible to filter?? Can anybody help me out ..... Please.........
|
| Non unique records only | 21 Feb 2007 09:01 GMT | 2 |
I would like to get from a range the non unique records. Something like advanced filter do for unique record only. How can I do that? Thanks
|
| Closing Files Opened Using the FileToOpen | 21 Feb 2007 07:51 GMT | 2 |
Hi Again I have opened a file successfully (user defined and stored as FileToOpen) and copied it's content into the active worksheet. However, since it opens a new instance of Excel, I can't work out how to
|
| Is there a way to kill all files in a folder? | 21 Feb 2007 07:16 GMT | 5 |
i do not want to kill the subdirectory or folder. ( It is an IE cache file and I just want to go in and clean up what is in the cache.) The folder, I want to leave alone.... Thanks in advance.
|
| Excel Camera Object | 21 Feb 2007 04:32 GMT | 5 |
Hi All, Here is a samplke of an article I found on the net: <Excel's Camera object is the key to traffic-light reporting. This tool has been a standard part of Excel for many years, but very few Excel users have ever used it. >
|
| Referencing a workbook in the same directory | 21 Feb 2007 04:25 GMT | 2 |
I'm hoping this is an easy question. Each month I run 5 reports that are saved as excel workbooks. I have a macro template that combines and analyzes the data from the 5 reports. Each time I do this I copy and paste the macro template into a new folder and save the current 5 ...
|
| Filtering Results in Excel & VBA | 21 Feb 2007 04:18 GMT | 2 |
I'm writing a reporting system that takes an array of data with 25 columns, and has a front end that allows the user to produce reports based on the required criteria. All is working fine, unless the value to search for strToFind is in multiple columns (for example, columns 19 ...
|
| I get Subscript out of Range second time, not the first time | 21 Feb 2007 03:21 GMT | 4 |
I am using a marco to copy two sheet into a workbook from an existing sheet in same workbook. I want the user to have the ability to run the marco more than once which updates the sheet by going to the database, there fore I don't
|
| Sum cells based on two criteria | 21 Feb 2007 02:52 GMT | 5 |
I need a total (count) broken down by user (name) and month. What formula can I use to achieve this? SUMIF only allows 1 criterion, whereas I have two (name and month). A2 = Count
|
| Return Array from Function | 21 Feb 2007 02:51 GMT | 2 |
I want to use the following subroutine as a function which will return array aC. How would I declare it? Also, how would a sub then call the function and display the results in a message box? TIA, James Sub GetCoordsj()
|
| How do I set Up a random sports scheduler | 21 Feb 2007 02:45 GMT | 1 |
I am trying to set-up a random sports scheduler using Excel and cannot do it. I need to input "x" number of teams, playing "y" number of weeks, at "z" number of locations. Any help would be greatly appreciated.
|
| programatically creating worksheets | 21 Feb 2007 02:43 GMT | 9 |
I would like my workbook to prompt the user for the "type" of a "form" to add to the workbook, and then run a funtion which creates that type of a worksheet. In thinking about this, I have a question......
|
| Search Range for string, then copy that cell to another worksheet | 21 Feb 2007 01:37 GMT | 1 |
On Worksheet1 I've got 6 sets of ranges (D34:D36, D50:D62, D66:D78, and so on for a total of 6 ranges) that may contain the string "ACS" somewhere in the cell. I want to search these ranges, and copy both cells to the left of the cell
|
| Runtime 1004 | 21 Feb 2007 01:28 GMT | 2 |
I have tried this a couple of ways and both give error 1004 For iCo l = iLow To iHigh ActiveWorkbook.Sheets("Main").Range(Cells(iReadyRow, iCol)).Value = "No" Next
|