Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. plusminus

    out of range

    Tell me, please, why: code1 works & code2 doesn't work code1 Dim MyArray() As String Dim n As Byte ______________________________ Private Sub Document_Open() ReDim MyArray(10) End Sub ______________________________ Private Sub txtField_Change() n = 0 MyArray(n) = "No...
  2. plusminus

    control inside

    Thanks The problem is resolved
  3. plusminus

    control inside

    Hi. Thank you for your answer. I use VBA (MS Word). FrmFounders is my form. I create Frame Control named myFrame >dynamically<. That is why, I think, this code doesn't work: Private Sub UserForm_Initialize() Dim MyFrame As Object Dim MyCmd As Object Set MyFrame =...
  4. plusminus

    control inside

    Please, answer me How to put controls inside a frame control at run time

Part and Inventory Search

Back
Top