Search results

  1. K

    Count characters between other characters

    What's the VBA code to return the number of characters between specific characters? For example, I need to find the number of characters between two hyphens - "-xxxxxx-".
  2. K

    Make TextBox Border visible via VBA

    I'm a VBA rookie. I have an MS Access form with multiple textboxes. I found how to lock and unlock all boxes on the form via a click event and a Public Function, but I don't know how to change their borders from transparent to solid when they are unlocked.
Back
Top Bottom