Recent content by technomag

  1. T

    For Each .... Next?

    true, it was object and not Control. thanks very much Cywizz, it now works perfectly:D
  2. T

    For Each .... Next?

    thanks, it solved part of the problem but i now get: on the line: obj.Visible = True
  3. T

    For Each .... Next?

    Hi everybudy i am trying to change the visible proprty of all my textboxes on the form to true. Dim obj As Object For Each obj In Me.Controls If (obj Is TextBox) Then obj.Visible = True End If Next how do i fix?:confused...
  4. T

    File opening stuffing up

    may be if you can explain your self better?
Back
Top