| Thread | Last Post | Replies |
|
| How to Use Relative Reference in Array Formula | 16 Dec 2006 22:53 GMT | 4 |
Hello, Experts, I wanted to make array formula in multiple cells with relative references, such as: In cell C1: {=SUM(LEN(A1:A5))}
|
| Return filtered tasks | 16 Dec 2006 18:53 GMT | 4 |
I'm having a problem getting the correct number of rows returned to me after filtering. I have the following lines in my Init Function. ActiveSheet.AutoFilterMode = False
|
| VBA UDF Calculation (not) | 16 Dec 2006 18:37 GMT | 4 |
To all, I've got a UDF, but Excel will only calc it when the cell containing it is edited, ie, F2, enter. How can I force a calc? I tried 'Calculate' on the SheetActivate event, and
|
| How can I get the row number Based on cell value | 16 Dec 2006 15:44 GMT | 10 |
I am good with access new with Excel What I want to do, in VBA, is search Column B and get the row number for the first occurence of a value. Let's say I am searching for a value of "Fish" and "Fish" is in B1207. I would just like the Function to give back
|
| Fill Colour | 16 Dec 2006 14:56 GMT | 2 |
Is there away to chenge the default fill colour from yellow to a different colour
|
| Excel 03 Macro/Code | 16 Dec 2006 14:53 GMT | 1 |
Hi to all! I am new at programming/writing macros in Excel. I have a spreadsheet imported from Access (Dept, Division, Status, Payment). I know how to sub-total for each division. I need to do the following:
|
| Extracting part of the data from a single Excel cell | 16 Dec 2006 13:34 GMT | 6 |
I have a column of cells: ABC-1--2.00---0786759021----33 JYP-1--0.76---0786759021----54 NUJ-1--112.30---0786759021----18
|
| webpage tabs | 16 Dec 2006 13:02 GMT | 2 |
I have a workbook that I saved as a webpage. It has 5 or 6 tabs in it. Some of the tabs have a lot of data and take a bit to load. I created a link to just one of the HTM pages to open just one tab but it
|
| SQL database | 16 Dec 2006 11:49 GMT | 1 |
I retrieve data from a SQL database (AspenTech IP21) from within VBA. No problem at all. But for those who know teh AspenTech database, know that Aspentech realtime scans values and put them into the database. In this database, there is running an algorithm that compresses these
|
| Problem with filtering | 16 Dec 2006 10:56 GMT | 1 |
I'm able to filter out lines which are complete duplicates of existing ones. What I can't do is eliminate lines in which just one cell is duplicated. For example, suppose I have two columns: email addresses and activities. Someone has an email address alongside tennis and the same ...
|
| Code for auto league tables! | 16 Dec 2006 10:54 GMT | 2 |
Hi... I have 3 columns A - C. In Column A I have values 1 -15 in descending order. In Column B I have names of tools.
|
| Extract Data using Web query | 16 Dec 2006 08:56 GMT | 5 |
I have created a web query to download table relating to a number of companies. Whenever I run the query I need to either type in the unique company identifier or
|
| Trigger a Macro | 16 Dec 2006 07:28 GMT | 1 |
Can you trigger a macro by changing 1 cell? Specifically if I change Cell Y1 of worksheet January I want SortModule.FRDSort to run.
|
| How not to show zero in textboxes? | 16 Dec 2006 05:41 GMT | 1 |
I have a userform with several textboxes. I do not want the textboxes to show zero value. Is there an easy way to do this? Thanks.
|
| Change Event not firing | 16 Dec 2006 05:38 GMT | 3 |
Hello Excel users and experts, For the life of me I cannot get this simple change event to fire. I select A2, make a change in it and hit Enter... nothing! I've tried it in the sheet module, the ThisWorkbook module and a regular module. Still no go. I
|