| Thread | Last Post | Replies |
|
| Sheet name change | 28 Jan 2006 00:52 GMT | 3 |
Is there a way to detect sheet name changes or prevent user from changing the name of a sheet? Thanks.
 Signature spacecityguy
|
| Autofilter - Remember settings | 27 Jan 2006 23:52 GMT | 2 |
I have a spreadsheet which can be autofiltered at columns A, B, C and/or D. I have created a macro which autoruns whenever column D is changed. It removes the autofilters, sorts the data by value in column D and then column O and then reapplies the autofilter arrows. Is there any ...
|
| Check VBAproject is protected or not | 27 Jan 2006 23:33 GMT | 3 |
Is there a vba code to check if the VBAproject is protected or not , and if not some action will be done ?
 Signature helmekki
|
| Delete row that contains keyword | 27 Jan 2006 22:34 GMT | 2 |
Looking to clean up a list of items by deleting certain unneeded data. The lines I want to get rid of contain certain keywords. How (with VBA) can I delete those rows? Example: (have now)
|
| What could be the error? | 27 Jan 2006 22:30 GMT | 6 |
I have this scripit in my form to add a new membership no. to the data base entries. This works fine if I run it from the same sheet where the data is. If I try to run this code from sheet 2 it gives me an error.
|
| Functions grayed out. Excel 2000 | 27 Jan 2006 22:19 GMT | 1 |
Open any file, can't save, save as, cut, paste, delete a worksheet, protect, macro. Those are just a few functions that I can't use. They are grayed out. How do I fix this problem?
|
| Make Search formula evaluate to blank | 27 Jan 2006 22:13 GMT | 1 |
I am using Office 2003 on Windows XP. I have the following formula, which works: =IF(SEARCH("*Option*",G2, 1)=1,N2*E2*F2,"") However, when the search text (Option) is not found, this function evaluates
|
| How to Create a Header Row | 27 Jan 2006 22:12 GMT | 4 |
I have a set of data without headers. I want to programmatically insert a blank row into Row 1, then add a header (e.g., the column letter) for each column in the data range.
|
| Suduko Puzzels | 27 Jan 2006 21:59 GMT | 4 |
Has anyone figured out how to make and solve the "Suduko" puzzels yet. This seems like such an easy excel program, but it's beyond me. Just thought I ask
|
| Convert repetitive IF statements to array loop? | 27 Jan 2006 21:45 GMT | 5 |
Hey all, I have a series of IF statements below that checks MatchFound and if false, removes the erroneous data from the field. A couple of questions for improving this.
|
| Bolding middle of a field programmatically | 27 Jan 2006 21:37 GMT | 5 |
Is there a way to programatically tell part of a cell to be bold. For example, I have a cell that says: Your library book is OVERDUE. If you do not bring it back by MM/DD/YY, you will be charged $$.$$.
|
| How do I set up a variable reference range in Excel? | 27 Jan 2006 21:29 GMT | 1 |
I'm setting up an sales audit spreadsheet, and can't determine how to make the 2nd set of numbers in a reference range variable based on a value in an absolute cell, e.g., S1:(S1+$A$7). This formula doesn't work, but what I need to accomplish is summing S1:S15 when 15 is the ...
|
| Detecting changes in results of formula | 27 Jan 2006 21:03 GMT | 3 |
I've written a template that goes through a number of calculations based on information entered into a worksheet. My code loops through all the entries in this entry sheet, and as the number of entries grows, it takes longer to finish the calculation. To improve my
|
| Using the Find function to get Left or Right data | 27 Jan 2006 21:00 GMT | 6 |
Can anyone help me figure out what I have wrong here. I think the code shows what I am trying to do. The problem with simply using a Left() or Right() function is the data size changes, of course and I am splitting the data. I know this will work, but I can't get it to. I
|
| Change Hypenlink Automatically | 27 Jan 2006 20:55 GMT | 1 |
I have a macro which does the following: 1.- Save the excel template file (template.xls) as WO = Worksheets("summary BLR").Range("M10") myDateTime = Format(Worksheets("summary BLR").Range("M9").Value, "yyyymmdd")
|