| Thread | Last Post | Replies |
|
| formula | 23 Jan 2008 10:26 GMT | 4 |
Excel 2003 I have a spreadsheet that has groupings col a b c d row 1 2 sum(r2:r5)
|
| Copy to datasheet -Message for Ron De Bruin | 23 Jan 2008 10:22 GMT | 4 |
I an using your copy next each other sub and last row function. My question is there a maximum number of ranges that can be used within the Set sourceRange = Sheets("Sheet1").Range statement. I have 41 ranges which works fine but as soon as i add further ranges i get a run time ...
|
| Vlookup to VBA | 23 Jan 2008 10:08 GMT | 2 |
I posted the below on the excel worksheet function forum and was advised to post here: please see two queries below. Thanks. 1)
|
| Paste Special MS Excel Worksheet range selection into Outlook Task | 23 Jan 2008 09:41 GMT | 1 |
I am trying to paste an Excel range selection into an MS Outlook Task body using code. This can be done manually with a Copy of the range selection and then a Paste Special into the Task body as a Microsoft Office Excel Worksheet. The Paste Special allows me to keep the Excel ...
|
| Unable to access any Programming capability | 23 Jan 2008 09:14 GMT | 2 |
I am using Excel 2007, and have previously written, and used. several macro's on this machine. Recently, however, the 'Visual Basic', 'Record Macro' etc icons have been grayed out, and I am unable to access the "programmin" portion of Excel.
|
| moving excel 2003 data to sql server | 23 Jan 2008 08:38 GMT | 2 |
Hi. I have a situation which requires the vba coding of excel to move data from an excel 2003 worksheet to sql server 2005. I am somewhat familiar with vba but not in moving it like this. Also, as the data updates on the worksheet, the vba needs to fire at set times (ex: every ...
|
| paste special excel worksheet range into outlook task body | 23 Jan 2008 08:20 GMT | 1 |
I've read most or all of the threads relating to e-mailing worksheets or range selections, but I do not see how to copy a range selection from a worksheet into an Outlook task body. I would like to keep the Excel format. This is manually accomplished by a selection Copy then a ...
|
| Copying a range to a separate excel database | 23 Jan 2008 08:18 GMT | 1 |
I am using Ron de Bruin's code to copy "usedcells" to a excel database/masterfile. This is what I got so far: Sub copy_to_another_workbook()
|
| Why does this code not work for me? | 23 Jan 2008 07:22 GMT | 1 |
First, sorry about the double post, but realized I posted my question to the wrong forum. Can anyone tell me why this code not only pastes the Formulas (which I want) but also the values in the cells?
|
| Referencing a named range in another workbook | 23 Jan 2008 07:09 GMT | 2 |
Simple one - I think! My main application (Excel Workbook) opens another workbook with named range(single cell). How can I refer to these named ranges and return the value.
|
| Using macros to condense a template | 23 Jan 2008 06:45 GMT | 1 |
I had a friend that used to do this and damn it if I can find that file. Anyway, does anyone know how to condense a spreadsheet using a macro that can select and hide only the rows that are empty.
|
| Sum Visible Cells Only | 23 Jan 2008 06:35 GMT | 2 |
I have created a structured spreadsheet (not filterable) for reporting of various sales by industry. I have also added macros which displays only rows related to specific industry groups. To ensure the totals sum only the visible cells I have added the attached function code to ...
|
| How to extract aggregate values from PivotTable | 23 Jan 2008 05:58 GMT | 1 |
Hi, friends. Please look this: I know there is an article answered this question at http://support.microsoft.com/kb/q294782/. But I still want to know how to extract aggregate value in a cell when columnmember is null.
|
| finding charcters for UDF | 23 Jan 2008 05:36 GMT | 1 |
I have this line in my UDF which worked in excel 2003 and I seem to be having trouble in excel 2007... If eigth = 3 Then TYfrac = root & "-" & fracint & "" & ChrW(&H215C)
|
| check if excel sheet in manual calc mode | 23 Jan 2008 05:33 GMT | 1 |
Is it possible to check all the time if a sheet has by mistake been switched to manual calc? I have tried the below but obviously not working as when we are in Manual calc no calc is done to triger the volatility of the function.
|