| Thread | Last Post | Replies |
|
| Cases within Cases | 19 Feb 2006 01:42 GMT | 7 |
I have two comboxes in my worksheet. The first has 3 selections and each selection changes the data in the second combobox, which has 7 selections. Each of the 7 selections will change text within cells. I have the second combobox setup to change by selecting a case of the first one ...
|
| Help with array. Cannot get values out of it | 19 Feb 2006 01:21 GMT | 2 |
I am trying to get the values out of 'buffprice' and 'buffdate' . When I copy them to a range I only get the first value of each duplicated down the entire range. How do I get each individual value? thx
|
| Automation : Excel::Font : get_Font does not work | 19 Feb 2006 00:59 GMT | 1 |
in very simple Excel Com Add-in, I want to change the font of the given range by using Font->set_Bold(true). Unfortunately, I do not ga that far. It throws when I do get_Font(). Object* ExcelAddinModule1::frumk(Object *rg)
|
| Macro reading new rows | 19 Feb 2006 00:19 GMT | 2 |
Hi again, I already asked about this, however I still do not know where to put the lastrow (sorry but I am not very familiar with this programming language). I already did a macro with a certain number of rows.
|
| Combo Box code | 18 Feb 2006 23:30 GMT | 1 |
Hi... I've populated a combo box with say sheet 1, sheet 2, sheet 3, and sheet 4. What code will take the user to sheet 2, if sheet 2 is selected from the drop donw combo box. Are there amny examples of this around...
|
| Deleting groups of continuous rows where col K = "x" | 18 Feb 2006 23:21 GMT | 6 |
I want to delete groups of 9 continuous rows from where a flag: "X" is found in col K. Eg: if K10 contains: "X", delete entire rows 10-18, and if K100 contains: "X", delete entire rows 100-108, and so on. Thanks. --
|
| How to avoid an error dialog | 18 Feb 2006 22:02 GMT | 2 |
I have a simple code to save a couple of pages of paperwork to a file to be emailed to corporate nightly, It works fine. The problem that I am having is that if someone runs this script and chooses to cancel the process at any point I get a run time error 1004: Method 'SaveAs' ...
|
| Adding a coulmn total using a range name and sheet name | 18 Feb 2006 21:56 GMT | 2 |
In the code below I created a dynamic range, the range name is based on the contents in cell 2 of a column (in this case text) and the sheet name. How can I then place a formula into the 1st cell of the column that totals up the contents of the dynamic range, using the dynmaic
|
| remove stuff code | 18 Feb 2006 21:26 GMT | 1 |
Hi... Looking for code that will remove column headings and row numbers from within the auto open routine. I can do it for a selected sheet but not for workbook.
|
| list boxes | 18 Feb 2006 20:18 GMT | 4 |
Hi, Im using a userform with list boxes. In vna Im using ListBox1.AddItem to add text. When I ad text the list boxes show scroll bars, is there a way to stop these as I dont need them and they make the form look untidy.
|
| Page with tab names in cells | 18 Feb 2006 19:30 GMT | 3 |
I have a rather large workbook. I would like to have a link to each tab on the first tab (worksheet) in the workbook. What I envision is a cloumn of cells with the sheet names in cells. When the cell or text is clicked on, the user is taken to the corresponding worksheet.
|
| Recording maximum and minimum | 18 Feb 2006 18:21 GMT | 2 |
I have a spreadsheet in which a value is automatically imported into B2 each day. I would like B3 to automatically show the maximum value ever reached in B2 and, in B4, the minimum ever reached by B2. Could someone advise me
|
| Help me count this | 18 Feb 2006 17:32 GMT | 2 |
Ok let me give you all an example: C B 4673923 1987 4717817 1991
|
| MsgBox, VBYes, VBNo | 18 Feb 2006 17:28 GMT | 2 |
Help with creationg a MsgBox with VBYes and VBNo, then putting a 1 or 0 in Sheet4, cell C4. Probably putting the code in Workbook Open? Example:If date is =>July1 and <July 5 then Msgbox "Do you qualify for Bank Day? If VBYes is selected then a 1 is sent to Sheet4 cell C4, If ...
|
| --- | 18 Feb 2006 16:42 GMT | 1 |
is there any funcion like between() (such function is available in visual foxpro
 Signature hemu
|