| Thread | Last Post | Replies |
|
| auto dropdown menu | 29 Jan 2006 15:19 GMT | 1 |
Hi, Is there a way to drop down the menu as soon as the cell is activated? right now my menus are through data valadation, if I have to use another way that will be ok! in the long run, it will pay off... Dave
|
| Help | 29 Jan 2006 13:36 GMT | 2 |
Can someone help me with : I need to import the second line of a .txt file. And the second problem is i only know the first few letter of the document name. Any tips on how to solve this matter.?
|
| activate excel application after userform activation in modaless | 29 Jan 2006 13:31 GMT | 6 |
i opend the userform in modaless. and then i want to activate not the userform but the xl application.
|
| Automating Extrapolation | 29 Jan 2006 13:20 GMT | 4 |
I have a large dataset of global climate data, sourced from copious meteorological stations throughout the world. However, due to equipment failure (etc etc), the dataset is not entirely complete. I have a macro which will interpolate parameter values where there is a value either
|
| transpose 7 rows/7 columns | 29 Jan 2006 12:17 GMT | 4 |
How can I transpose the above other than selecting each record individually and paste special with transpose. I have thousands of records and would like to just run a macro to do the job. thanks!
|
| Can any help with a little script | 29 Jan 2006 11:47 GMT | 6 |
I have managed to produce my first macro The only problem is the layout, I wonder if any one has a script for the following BATMAN CAPER WINGS
|
| Help me please with pivot script (Dave Peterson) | 29 Jan 2006 11:45 GMT | 3 |
Hi Dave Thanks for your response, I'm sure that there is nothing wrong with your script but it won't work on my workbook. Please ignore my first 2 posts. I have now changed my mined and
|
| I am looking for a course | 29 Jan 2006 11:04 GMT | 5 |
I am looking for a free downloadable course/tutorial/manual/guide on VBA for beginners. I need something which could teach me step by step (with examples) how to use VBA - first of all with Excel97 or later.
|
| Excel VBA .Find method - am I clueless? | 29 Jan 2006 11:02 GMT | 1 |
I want a function which will return a range containing all the cells matching certain criteria: like .find, but returning more than one cell at a time. I tried this and I get really weird results - sometimes it skips cells, sometimes it loops forever. Any suggestions?
|
| text compare, percentage of similar words | 29 Jan 2006 10:45 GMT | 8 |
I'm trying to compare text, but the text is not always exactly the same. Sometimes words are rearranged, changed, missing. So I'd like to create a function that returns the percentage of words that are common between the two strings. Any suggestions? Also, is there a
|
| write a formula to a range | 29 Jan 2006 10:37 GMT | 1 |
Hi; My range is Column R from row 2 to lastrow - where last row is approx row 5000. My Formula is:
|
| UserForm howto? | 29 Jan 2006 09:45 GMT | 1 |
Task: I need to write a macro that grabs a particular Range and generate a userform with a combobox. Description: Sheet1 contains names in cells D4:D34
|
| Open window - on error | 29 Jan 2006 06:48 GMT | 5 |
Sub Opendefactivewkbk() On Error GoTo ErrorTrap1 ChDrive ActiveWorkbook.Path ChDir ActiveWorkbook.Path
|
| HELP: circular reference | 29 Jan 2006 03:57 GMT | 1 |
can someone please tell me how i can create a formula where the total is always changing think of the hockey standing, if a team wins they would get 2 points and their total increases by 2....then they win again so their total increase
|
| Using if function with cell fill colors | 29 Jan 2006 03:51 GMT | 4 |
I'm trying to develop a way to return a value if a cell or row is a specific color. Can anyone let me know if there is a way to write an IF formula that will accomplish this, or do I need to write VBA code (of which it has been years since I've remotely played with.)
|