ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

[¨D±Ð] ¥Îvba¥Ñ¤u§@ªíÅܧóªí³æªºÅã¥Ü¤å¦r

¤ñ¸û¼g¦ºªº¤èªk, ¦bform¤Winitializeªºevent¥[¤W
Private Sub UserForm_Initialize()
    If IsEmpty(Sheets("ini").Range("B5")) Then
        UserForm1.Label1.Visible = False
        UserForm1.TextBox1.Visible = False
    Else
        UserForm1.Label1.Caption = Sheets("ini").Range("B5")
    End If
   
    If IsEmpty(Sheets("ini").Range("B6")) Then
        UserForm1.Label2.Visible = False
        UserForm1.TextBox2.Visible = False
    Else
        UserForm1.Label2.Caption = Sheets("ini").Range("B6")
    End If
    '¥H¤Wlabel/textboxÃþ±À.....
End Sub
À´±oµo°Ý,µª®×´N·|¦b¨ä¤¤

¤µ¤éの¤@¬íは  ©ú¤éにない
http://kimbalko-chi.blogspot.com
http://kimbalko.blogspot.com

TOP

        ÀR«ä¦Û¦b : ¬Ý§O¤H¤£¶¶²´¡A¬O¦Û¤v­×¾i¤£°÷¡C
ªð¦^¦Cªí ¤W¤@¥DÃD