Re: Get ubound for textbox
You may want to consider incrementing a count after you create each box so after they are created you will know how many you have and can use this for whatever code comes next.
Re: Get ubound for textbox
Quote:
Originally Posted by gtilles
You may want to consider incrementing a count after you create each box so after they are created you will know how many you have and can use this for whatever code comes next.
Thanks, already did so, not as clean as I'd like but hey it works!