| Thread | Last Post | Replies |
|
| Delete value if found in cell. | 25 Mar 2008 23:00 GMT | 11 |
I want to delete work total if found in the sheet. The problem with below is that it is only deleting case sensitive values. ElseIf c.Value Like "*TOTAL*" Then ' Case sensitive
|
| ListBox | 25 Mar 2008 22:13 GMT | 1 |
I have a Listbox on my userform which has referances 14 columns on a worksheet. What I need to know is how when I click on the Finish button on the UserForm, can I get all the data from those columns to fill in the current worksheet, starting with the current cell?
|
| Naming of wordart | 25 Mar 2008 22:11 GMT | 4 |
I have a wordart ("WordArt 36") that is referenced in a macro. When I copy the worksheet to another worksheet, the name of this changes to "WordArt 32" Is there a way to copy the worksheet so that the name of the images stay the
|
| Does the new Excel SDK support previous Excel versions? | 25 Mar 2008 22:04 GMT | 4 |
I can not get the examples provided in the SDK to work under Excel 2000, they do work under Excel 2007. Does anyone know what I need to do to get it to work in Excel 2000? Thanks,
|
| delete rows that don't contain text | 25 Mar 2008 21:43 GMT | 9 |
I have used subtotal on my data and have copied and paste special'd my data to another sheet, I know want to delete all the rows that dont have the word "*Total*" in them. I am fairly new to vba and would appreciate any help anyone can give me.
|
| Help with macro. Import text file (fixed width) | 25 Mar 2008 21:24 GMT | 6 |
I have the following macro to import a text file (fixed width). Sub Macro1() ' ' Macro1 Macro
|
| Drop down selection inserts value in new cell | 25 Mar 2008 21:22 GMT | 1 |
I picked up some code that allows me to select an item from a drop down and it displays a corresponding value. But it replaces the drop down selection - what I want it to do is display the drop down selection in the current cell and place the corresponding value in the
|
| erasing a character in the | 25 Mar 2008 21:06 GMT | 3 |
i am using the "activecell.formula" function when i assign it to a variable i see the "=" sign how do i erase the = sign? Thank you
|
| hidden results | 25 Mar 2008 21:04 GMT | 2 |
in one complex Excel 2003 application some formulas stopped to show their results. Moreover, if I cancel the formula and rewrite it, (e.g. =SUM(C10:AG10)) the formula remains written instead of disappearing and formatted like if
|
| Business Days | 25 Mar 2008 20:54 GMT | 4 |
In need to be able to highlight a row if the date in that row is greater than 10 business days. I have already stored today as a variable called "today."
 Signature Regards,
|
| Drop down list column width change | 25 Mar 2008 20:51 GMT | 2 |
I used Debra Dalgleish's website to Make the Dropdown List Temporarily Wider (http://www.contextures.com/xlDataVal08.html) and I put the following code in my sheet: Private Sub Worksheet_SelectionChange(ByVal Target As Range)
|
| count variable in range | 25 Mar 2008 20:50 GMT | 2 |
What is the best way to count the number of times a variable is in a range of cells? Thanks
|
| copy and paste | 25 Mar 2008 20:12 GMT | 1 |
I am trying to copy and paste the last four tests from a sheet ... here is what I have so far: A list box with no dupes lists mix types on sheet("test database"). I pick the mix type (there could be as many as 25 different mix types spread over
|
| in Me.lbx.MultiSelect = fmMultiSelectMulti | 25 Mar 2008 20:04 GMT | 5 |
that case,,, the line have 50,000 data.. i want to select the all data... but, lbx.selected(i)=true....... is no good... this is slow... for loop..
|
| bypassing BeforeClose event? | 25 Mar 2008 19:57 GMT | 1 |
I have some code that enables and disables cut and paste. The code is turned on with the Workbook Open event and turned off with the Workbook Close event. Some users though are having this code linger and not turn off... any things that can happen that would allow the user to ...
|