| Thread | Last Post | Replies |
|
| Insert a row | 23 Jan 2008 04:41 GMT | 1 |
I have a worksheet which is 25 columns wide and I need the abilitiy to occasionally insert a row. When I insert the row I need all formatting brought down and the formulas in column A, Y and Z copied down.
|
| excel and fun? | 23 Jan 2008 04:36 GMT | 7 |
hello everybody, I have 2 questions: 1. my worksheets contain a macro that shows, randomly, some sentences in the status bar. I is possible to get the text to scroll allowing for longer texts)
|
| uninstall an add-in | 23 Jan 2008 04:33 GMT | 1 |
Hi, I'm trying to figure out how to accomplish somehting: I have an add-in and I would like it to chek the computer's name when installed, if the computer's name does not match the default registered computer's name (Leon1 in this case) then the add-in is uninstalled
|
| Data Fill in Visual Basic | 23 Jan 2008 04:27 GMT | 1 |
I have a worksheet designed in columns. There are 0's, 1's & 2's in the portion I am working with. I have set the 1 and 2's to coinside with a calendar schedule. The 1 representing the start date and the 2 representing the end date. In order to refresh my model I need the fill in ...
|
| Are we back on line? | 23 Jan 2008 04:22 GMT | 4 |
Google reader has been down in my area for a day.
|
| How to Diagnose Why "Code Execution has been interrupted" | 23 Jan 2008 04:20 GMT | 1 |
Hi All, For going on 2 years I've been building a large addin, over 100 modules, with 800 or so Subs and Functions. I'm not a 'professional' developer and am naive re: techie aspects of
|
| Need value of last number in a column | 23 Jan 2008 03:53 GMT | 1 |
I have a column of numbers (stock prices) that I am updating daily. I want to use the last value I entered in the column to calculate my losses (current price - fixed beginning stock price). I can get the Row number with the ROW function, but am unsuccessful when trying to use ...
|
| search column and display results in msgbox | 23 Jan 2008 03:18 GMT | 1 |
Dear All, Thank you in advance for any help that is provided. Following on from some of my previous posts... I have a sheet that contains names in Column C and Dates in Column N.
|
| Insert new column and paste formula | 23 Jan 2008 03:01 GMT | 1 |
I have read posts about pasting a formula into a column that already has data by using, for example: Range("L2:L" & Range("L65536").End(xlUp).Row).FormulaR1C1 = "=SUM(RC[1]:RC[38]"
|
| Moving Spreadsheets with formulas attached, between workbooks. | 23 Jan 2008 02:56 GMT | 1 |
I'm encountering broken links after attempting to merge two xls workbooks together...sigh. a formula that was =Sales!P34 becomes:
|
| setting a list in a combox doens't from a range | 23 Jan 2008 02:47 GMT | 6 |
I'm getting some strange results from the macro. If I use the first variable lngLastRow I get only 22 rows in my combo box. If I use the second varIABLE lngLastRow then I get 6. The strange thing is I have 30 rows in A,B and C in my sheet. So can you tell me what is wrong
|
| DsoFramer and Excel | 23 Jan 2008 02:23 GMT | 1 |
i am actually using DsoFramer to program with Excel, i have a problem in configuring the attributes, something like hiding the toolbar or desactive the alert and so on. i can open the excel file correctly, but it seems that i can only read but
|
| VBA and Password Protection | 23 Jan 2008 02:21 GMT | 1 |
I would like to protect worksheets with a password using a macro. Recording the macro does not seem to install the password and the worksheet can be unprotected. What needs to be added to the VBA code? Thanks,
|
| Type Mismatch error | 23 Jan 2008 02:18 GMT | 1 |
Below is part of the code I am using. I get a "Type Mismatch" error on the line I indicate as "<----ERROR" Why? Basically, this routine takes the dates for paid holidays (holdate) and compares it to the date (on active row) + 7 days. If holdate < wdate+7, then
|
| Alpha/Numeric help | 23 Jan 2008 02:16 GMT | 1 |
[looks at box] I'm stuck. [/Looks at box] I have a worksheet where the cell range has gone into double alpha
|