| Thread | Last Post | Replies |
|
| calculateing cells on demand | 28 Sep 2007 14:00 GMT | 1 |
What is the best way to make sure I have control overwhen cells are calculated? I have some very long running calculations and would like postpone them until all the pre-conditions are setup.
|
| generating a #VALUE | 28 Sep 2007 13:58 GMT | 4 |
I have a UDF which, if it can't find what it's looking for, I want to return and show #VALUE in the cell. Any ideas how do I do this? Thanks.
|
| More Efficient IF | 28 Sep 2007 13:51 GMT | 7 |
I've got a convaluted IF statement: -- If Variable = 1 or Variable = 3 or Variable = 7 or Variable = 12 Then --
|
| find word initial then final...... | 28 Sep 2007 13:48 GMT | 4 |
Can someone please help with this small request. I need a macro to find the word "intial" in column A and if the word in the cell immediately below that contains the word "final" then it should delete both the two rows.
|
| Password Protection | 28 Sep 2007 13:46 GMT | 1 |
May be it may sound not practical, I try to deal with this issue where is there anyway such as excel programming which allows to insert a password protection on a particular folder ( say folder "KT" ) which consist of excel files in drive "C" ( ie using MS Window XP ) to
|
| Look for cell containing "Initial" then if the next cell after equals "Final" then delete both rows. | 28 Sep 2007 13:45 GMT | 3 |
I pretty much summed everything up above. Thousands of rows of data most of which is useless but I thought the best way to delete would be to find in column A the word "Initial" and if the cell immediately after is "Final" delete both rows. If not
|
| Trigger wrong time HELP | 28 Sep 2007 13:42 GMT | 1 |
Want to use data entry in column (D) as trigger. Depending on data what I do. There is other data that needs to be entered in this row befor the trigger should fire. All I have done befor is have trigger fire when data was entered. Is there a way to delay the action based on the ...
|
| validation | 28 Sep 2007 13:40 GMT | 1 |
I have a workbook with multiple worksheets that are all identicable. However, in each worksheet I have created a data validation combo for the same specific cell in each worksheet. The data for the validation list is set once and every time I select from the drop down list in ...
|
| Visual Basic Editor Layout | 28 Sep 2007 13:18 GMT | 2 |
Can someone help with my visual basic editor layout. Previously when I opened my visual basic editor the project explorer, the properties window and whatever module was open be arranged in an organised fashion. When I maximised the module window it would only occupy the left
|
| More Efficient IF | 28 Sep 2007 12:23 GMT | 1 |
I posted this 2 hrs ago but it seems to have disappeared, apologies if it reappears and this is a double post! I have an IF statement thus: --
|
| FieldInfo | 28 Sep 2007 12:10 GMT | 2 |
I'm looking for information about the parameter FieldInfo that is used below: Workbooks.OpenText Filename:=HelaFilNamn(i), _ Origin:=xlMSDOS, StartRow:=1, _ DataType:=xlDelimited, _
|
| OLE Link bug introduced in Excel 2003 SP3 | 28 Sep 2007 09:33 GMT | 1 |
I think I have discovered an error introduced in service pack 3 for Excel 2003 regarding OLE linking from a named range. We have an application that makes extensive use of the uniform data transfer facilities of OLE (namely we allow users to "Paste Link" data
|
| Create VBA Function/Sub programatically within Excel VBA | 28 Sep 2007 08:51 GMT | 2 |
Is it possible to create a VBA function or subroutine within Excel VBA? ie: I have a spreadsheet which has a number of functions in it. One of the functions involves creating a new spreadsheet (in a new file), based on some of the data in the original sheet. I now need to include ...
|
| help statement unfinished | 28 Sep 2007 08:43 GMT | 3 |
I've come up with this formula so far, but it needs to make a loop,I think with an If statement. Also the string to be found is always in column A. I didn't put it in there yet. Anyone? Cells.Find(What:="[bestandnaam*", After:=ActiveCell, LookIn:=xlFormulas, _
|
| protection,distribution | 28 Sep 2007 07:09 GMT | 3 |
i have created a excel file with some code in it.... if i want to distribute it so that the people can use the sheet, but no one should be able to read the code. One way to do this is by going to project properties and setting a password. But this wont protect the formulas
|