Search results

  1. J

    How to build a Dictionary recursively?

    This code actually returns a correct result, but i can tell that it's flawed. It loads a dictionary with all the files in a directory and all subdirectories. I don't get a chance to `Set dFiles = Nothing`. Is there a way to check if it's the last loop? The initial caller uses `Set dF =...
  2. J

    > Grid-rows Not Displaying Selected-state Correctly After Many VBA Requeries

    ListBox-rows Not Displaying Selected-state Correctly After Many VBA Requeries Access 2010 Desktop this is very weird (and urgent). when i select rows in a ListBox control on a form, using access VBA, some rows behave exactly the opposite of how they're supposed to behave-- they APPEAR...
  3. J

    Cannot Get ListBox .ItemsSelected, help!

    Help. i am unable to retrieve .ItemsSelected of a multiselect listbox on a form. 1. the form is visible 2. i manually select some items in the listbox. 3. then in VBA i get the .ItemsSelected.Count property of the listbox. 4. ItemsSelected.Count returns 0. This is a bug? 5. i can clearly see...
  4. J

    How To Delete Column-Data Without Query or Macro?

    hi i want to delete all the data in a single column. i do not want to delete the column. i do not want to use a query or macro. i want to do this in the worksheet table-view. any help? thanks!
Top Bottom