| Thread | Last Post | Replies |
|
| How to get progress percentage in quicksort? | 01 Jul 2005 15:38 GMT | 6 |
I would like to indicate the progress of my quicksort. I understand that, per iteration, progress can be calculated by using something like this: myRange = iUpper - iLower + 1 Progress = Round((myRange * Log(myRange))/3) + (myRange/3)
|
| control state of form check box dependent on others | 01 Jul 2005 12:29 GMT | 2 |
How can I group say 4 check boxes and control their state depending on which one is checked. I would like to use this to control what is copied to another place in a document.
|
| Reference to DAO object in VBA | 01 Jul 2005 12:22 GMT | 3 |
I have created a small application in VBA the references the 'Microsoft DAO 3.6 Object' and it works great until I save it as a template for distribution. When the template is loaded the reference to DAO is not checked. Is there a feature (bug) that needs to be worked around ...
|
| Placing cursor in selected cell | 01 Jul 2005 10:40 GMT | 1 |
I'd like to add instruction to the macro below to place the cursor in the selected cell. I've tried to work it out using record macro but the mouse doesn't respond in this mode.
|
| Move 'focus' from User Screen to Active Document | 01 Jul 2005 08:35 GMT | 1 |
I have an User Form with a dropdown list of values. I can click in a value from a drop down list into the active document. After I click in the value from the list, I want to immediately begin typing in the document. However, after the click on the list, the list
|
| Dictionary help, please | 01 Jul 2005 06:29 GMT | 4 |
Whaddaya know? My third thread starter in one week. Thanks for all th help, people. This time, I'm having trouble declaring a Dictionary object. I've seen the code in other forums and it goes something like:
|
| Delete a line if a word is NOT found | 01 Jul 2005 02:50 GMT | 2 |
I would like to delete a line if a keyword is not found. Can this be done? This is to mimic what grep program does, sort of.
|
| How can I unlock my Document? | 01 Jul 2005 01:48 GMT | 1 |
I wrote a report and it said that the document is locked? I was not able to finish the reoprt, which took hours to write? how can i unlock my work, so that i can finish it?
|