| Thread | Last Post | Replies |
|
| Showing the Address Book window | 19 Dec 2006 16:09 GMT | 2 |
I need your help to get rid of the Outlook security message that shows up everytime I use this procedure that shows the Address Book window so that the user can select an email address that will be stored in a textbox for later use.
|
| Delete sheets - all except 3 | 19 Dec 2006 16:06 GMT | 4 |
To all, I have a workbook with many sheets, and wish to delete all of them apart from the following 3: WELCOME, ImportedRawData, + ImportedDataEdit
|
| Copy data from one file sheet into another | 19 Dec 2006 15:27 GMT | 1 |
Hi: Can any one please tell me how to i copy data from one file sheet into another file sheet? Thanks.
|
| Series XValues, determine if labels or values | 19 Dec 2006 15:15 GMT | 3 |
First to pre-empt confusion, there's a potential difference between terms XValues and x-values in the following. Typically series XValues are 1st or 2nd Category X-axis labels. However in some types of charts the XValues are actual x-values, not labels.
|
| Switching from Jan-1 yields 1/1/2006, should be 2007 | 19 Dec 2006 15:02 GMT | 1 |
I have a macro that merges multiple spreadsheets for input into a forecast. The dates in the initial spreadsheet are in the format "DEC-12". The forecast requires the dates in the format "12/12/2006". I fixed that but the problem is this. Right now there are dates on for
|
| Hide Sheets | 19 Dec 2006 14:44 GMT | 1 |
Hi: Can any one please tell me how to i hide the sheets? Thanks,
|
| Importing from Excel to Access | 19 Dec 2006 14:27 GMT | 2 |
I need to take 2 data reports, held in Excel, upload them to separate tables in Access, execute a query to find the difference between the two and output this reconciliation to the same Excel workbook, albeit a different sheet. Most of this I have found straightforward, but it is
|
| unique range | 19 Dec 2006 13:51 GMT | 4 |
I created a unique range with this piece of code: Dim allkodok As Range, osszsor As Range darab = Columns("B:B").End(xlDown).Row Set osszsor = Range("B1:B" & darab)
|
| Question about a formula | 19 Dec 2006 13:50 GMT | 7 |
I trying to fig out what the formula is doing/ FormulaR1C1 = "=SUMIF(TOEPIEXP!C[2],1,TOEPIEXP!C[40])" TOEPIEXP!C i know that TOEPIEXP is the worksheet what is the C? [2],1,TOEPIEXP!C[40])" What is the [2] ? The 1 is the criteria. TOEPIEXP is
|
| Macro to go to last cell in a column | 19 Dec 2006 13:49 GMT | 3 |
Currently, I have this simple macro to find the next empty row to paste input from a user. Range("B65536").End(xlUp).Offset(1, -1).Select ActiveSheet.Paste
|
| Run-Time Chart Only Displays Even DataLabels | 19 Dec 2006 13:36 GMT | 2 |
I'm trying to programmatically add data labels to a chart that is also created programmatically. I've used the following to go through the SeriesCollection(iSeries) added elsewhere in the subroutine: Dim ptsPoint As Points
|
| arrays from Excel VBA | 19 Dec 2006 12:43 GMT | 1 |
I wrote a sub in VBA for Excel that accepts either 1) a selected range directly from the active worksheet, or 2) from an created array (have used both "as Double" and "as Variant") by another routine, which in turn uses the same selected range. In my sub, there is an "if" ...
|
| Using VBA to open an excel file | 19 Dec 2006 12:06 GMT | 1 |
I am using VBA to open an excel file (week 40). Is there any way to use VBA to open the last saved file (week 41, 42 etc)? I want to use the most recent file to populate my data tables. Many thanks
|
| Autofilter / CF | 19 Dec 2006 10:57 GMT | 1 |
On my autofiltered sheet I have thousands of rows. Calculation is manual to filter easily. But then CF is not working as expected I think it is because of manual calculation.
|
| User Forms | 19 Dec 2006 09:42 GMT | 2 |
On workbook open I have a message box telling the user what workbook they are in. I have two questions: When they click "ok" on the message box I want the user form to open.
|