| Thread | Last Post | Replies |
|
| If one range changes, update the other | 26 Jul 2008 04:33 GMT | 10 |
Hi, With some help from user OssieMac, I was able to get the code to this point, but I think I may need some help to get to the next step.
|
| Sorting by only numbers | 26 Jul 2008 03:37 GMT | 4 |
How to sort ignoring letters, Excel 2003 ny only containing numbers, For example default sorting wanted sorting
|
| I hope to get many responses on this. | 26 Jul 2008 03:15 GMT | 9 |
I am currently in pain over the Sarbanes-Oxley rules and what they are requiring. I am not sure if I am so upset over the requirements or what appears to be manangements and Sarbanes auditors lack of knowledge of how to use excel. The Sarbanes people want to throw more people ...
|
| xlChart returning wrong value | 26 Jul 2008 02:52 GMT | 7 |
I added a chart to my workbook using the Sheets.Add command, with the "Type" parameter set to xlChart. But when I walk through the sheets in my workbook and check the "Type" of each, it tells me that my chart is an xlExcel4MacroSheet instead of an
|
| Option Button with VB code, not working | 25 Jul 2008 23:13 GMT | 15 |
Why dosn't this work? Thanks Sheets("INPUT_A").Select If OptionButton2.Value = True Then Sheets("AR").Select
|
| e-mail range and controlling font size and style | 25 Jul 2008 22:32 GMT | 4 |
I am using Ron's code to send several sections of my Wksheet. Works well, except that I would like to control the font size in which each section is embedded in the body of the e-mail. Is there a way to control this? http://www.rondebruin.nl/mail/folder2/mail4.htm
|
| Search for cell color, copy values in other columns | 25 Jul 2008 21:52 GMT | 8 |
I am trying to put together a tool that can can search, column by column, for a certain background/fill color (yellow), and then copy/paste the value/text in various columns of the same row for each instance of yellow background colored cells, into another worksheet.
|
| use only numbers and '/' | 25 Jul 2008 21:22 GMT | 5 |
I have a textbox in a userform that I want to only accept numbers and '/' to enter dates. How do I do that? Thanks
|
| Date Stamp when info is updated | 25 Jul 2008 21:16 GMT | 6 |
I have an excel table that is imported from Access. I have a column named Price and I need a column next to it called Date that will show when that specific price is updated. I have been searching around and most of the things I have come across have
|
| Macro not ending? | 25 Jul 2008 20:38 GMT | 9 |
I've been having a lot of problems and it seems to be that the macro works perfect the first time; however, when I run it again, the user forms are shifted around, the combobox value can't be set to show blank, etc. It also does not do the initialize code in the form after it ...
|
| Data sorting to a new sheet | 25 Jul 2008 20:26 GMT | 7 |
I'm not even sure this can be done. What am trying to do is sort data from Sheet 1 and place the sorted data on sheet 2 & 3. Here is what the data would look like: 1 BLOCKNAME ADDRESS1 STROBE_CIRCUIT_INFO SPEAKER_CIRCUIT_INFO
|
| Change all label controltiptexts in userform | 25 Jul 2008 20:22 GMT | 4 |
This is driving me insane!!! I'm trying to have the text of all of the controltiptext properties on a userform to be the same as the caption property of the label (there's loads of labels).
|
| web box address | 25 Jul 2008 20:01 GMT | 17 |
Hi how do I return a web browser address into a cell as per the following example?? Cells(ActiveCell.Row, "ar").Value = ActiveSheet.Shapes("WebBrowser2").Address
|
| find | 25 Jul 2008 19:57 GMT | 4 |
Is there any way to program a workbook so that I am able to click on any individual cell in a workbook, which contains multiple sheets, that would then serach the entire workbook and automatically locate/find any other rows in the entire workbook that contains information ...
|
| Insert Row After Series | 25 Jul 2008 19:16 GMT | 5 |
I think this is possible but I'm not certain of the way the code would look. I have an extract that comes to me in Excel format and I have a Macro that runs through the Excel file reformatting it. The extract will have several hundred rows.
|