| Thread | Last Post | Replies |
|
| how to access column 8 in my Range | 21 May 2008 17:50 GMT | 2 |
I want to place "1" in column 8 in every row in my range named "LegendList". How do I do this? I tried: LegendList(, 8) = "1"
|
| Programmatically add worksheet function | 21 May 2008 17:01 GMT | 5 |
I haven't tried this before now and i am having a little trouble. This is what i have: Worksheets("Sheet2").Range("C1").Value = "=SUM(C2:C5000)" And it works ok, But i wont always know the range. I need something like:
|
| Multiselect listbox if no selection | 21 May 2008 16:58 GMT | 4 |
I have a listbox that is multiselect. I want to find a way to figure out if anything is selected, if not "do something". I wrote this which works, but I have to think that there is an easier way. Dim Z As Integer
|
| Ongoing Issue - I have tried to clarify so that you understand | 21 May 2008 16:34 GMT | 7 |
OK here is what I am trying to do. I have cells E4 through E10 That some or all Cells could contain a number 0-9, Depending on the users needs.
|
| format the cell Comment | 21 May 2008 16:21 GMT | 2 |
Can I change the format of the comment in excel ? I need it to be wider and shorter. Thanks
|
| formula in code | 21 May 2008 16:15 GMT | 2 |
hi, i have the following: Dim CurrentReportMonth As Date CurrentReportMonth = "=DATE(YEAR(NOW()),MONTH(NOW())-1+0,1)"
|
| Run-Time error '9' New Question | 21 May 2008 15:29 GMT | 3 |
I have posted this problem before and didnt get it resolved, fishing again hoping to get lucky. Here is my code: Dim wsSheet As Worksheet
|
| Super Hard Question | 21 May 2008 15:05 GMT | 3 |
linked from: http://www.mrexcel.com/forum/showthread.php?t=320701 I was thinking 1 full day yesterday about this....I still couldn't think a way out of this. I need to convert database sheet to Navision template as shown below.(please refer to the above link for the spreadsheet)
|
| UserForm specs | 21 May 2008 14:56 GMT | 15 |
using excel '03 I have a userform that initializes several values in both comboboxes and textboxes. In one of those textboxes, I would like today() (in yyyymmdd format)
|
| Fast Way to Delete Rows from Big Spreadsheet (Using VBA) | 21 May 2008 14:44 GMT | 5 |
Excel 2003, big spreadsheet, ~20000 rows, Col. B contains text values like "1000", "1070", and "1120". Users sometimes want to quickly delete all the rows except those with one specific value in that Column. I've tried a couple approaches and run into (different) grief in each ...
|
| Replace string | 21 May 2008 14:33 GMT | 12 |
For speed I am trying to use Replace, on a range object, to insert a string but the replacement string is displayed as a single character whereas it should be 2. Say kycode = "01" this code displays it correctly as 01
|
| Array function not working correctly if I use an "or - statement" | 21 May 2008 14:22 GMT | 4 |
I have two arrays which I want to use in order to create some statistics. However, if I want EITHER of two things to hold true for the array matching, then it breaks down (gives wrong value). The following straightforward line works perfectly:
|
| Writing a VBA program | 21 May 2008 14:22 GMT | 11 |
I am trying to write a script to help me determine the Mean Time Between Repair for equipment. I played with it all day yesterday but was not able to figure it out. Right now I have to enter the string manually. The formula I am using is "=AVERAGE(C7-C6,C6-C5,C5-C4,C4-C3 ...
|
| Procedure level array not recognised at module level | 21 May 2008 13:52 GMT | 2 |
I wonder if anybody can explain this? In developing a new program I declared a variable with indeterminate dimension at module level (to make it available to any procedure) (e.g. Dim variable() ).
|
| Autocopy instead of autofill | 21 May 2008 12:42 GMT | 2 |
I use this code to autofill a range. Private Sub CommandButton1_Click() 'Macro_om_datum_te_genereren Dim rng As Range
|