Sorgu için arama sonuçları: onaction

  1. M

    hücredeyken sağ klik

    ...As CommandBarControl Set TABANFORM = Application.CommandBars("Cell").Controls.Add With TABANFORM .Caption = "TABAN MODEL FORMU" .OnAction = "Module1.den" End With '...................................................................... Set SIPARISFORM =...
  2. K

    surat yüz face leri gösterecek makro

    ...Application.CommandBars.Add_("Faceld").Visible = True With Application.CommandBars_("Faceld").Controls.Add_(msoComtrolButton, 1, , , True) .Caption = "Faceld No:" & i .OnAction = "MakroAdi" .Faceld = i End With Next i Application.CommandBars("Faceld").Height = 50 End Sub saygılar halil...
  3. aydgur

    menü makrosunu otomatik açıp kapatmak

    ...Else Set MOge = MNesne.Controls.Add(Type:=msoControlButton) MOge.OnAction = PozMakro End If MOge.Caption = Baslik If FaceId <> "" Then MOge.FaceId = FaceId If Bolucu Then MOge.BeginGroup =...
  4. A

    özel menüyü otomatik açıp kapatmak

    ...Else Set MOge = MNesne.Controls.Add(Type:=msoControlButton) MOge.OnAction = PozMakro End If MOge.Caption = Baslik If FaceId <> "" Then MOge.FaceId = FaceId If Bolucu Then MOge.BeginGroup =...
  5. A

    Auto open la off.2003'ü yüklediğimde çalışmıyor

    ...End With With cbSubMenu.Controls.Add(msoControlButton, 1, , , True) .Caption = "Kart AÇ ALICI..." .OnAction = "firmaekle_al" End With With cbSubMenu.Controls.Add(msoControlButton, 1, , , True) .Caption = "Kart AÇ SATICI..."...
  6. H

    POPUP MENU

    ...Temporary:=True) Set buttonOne = myBar.Controls.Add(Type:=msoControlButton) With buttonOne .FaceId = 133 .Tag = "RightArrow" .OnAction = "whichButton" End With Set buttonTwo = myBar.Controls.Add(Type:=msoControlButton) With buttonTwo .FaceId = 134 .Tag = "UpArrow"...
Üst