Falsche Anzahl an Argumenten ... Probleme mit Makros
Hallo,
nutze zur Erstellung eines Ribbons in Word 2010 den IDBE Ribbon Creator.
Komme soweit ganz gut zurecht, nur wenn ich letztendlich versuche, einem Button ein Makro zuzuweisen, erhälte ich die Fehlermeldung "Falsche Anzahl an Argumenten oder ungültige Zuweisung zu einer Eigenschaft."
Hier der Code: (-> Button1!)
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="OnRibbonLoad" loadImage="LoadImages">
<ribbon startFromScratch="false">
<tabs>
<tab id="tab0" label="Mathe-Tool" getVisible ="GetVisible">
<group id="grp0" autoScale="false" centerVertically="false" label="Mengensymbole" getVisible ="GetVisible">
<button id="btn1" size="large" screentip="ALT + UMSCHALT + Z" supertip=" " imageMso="MacroPlay" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="hallo" getVisible="GetVisible" getEnabled="GetEnabled" keytip="Z" />
<button id="btn2" size="large" label="B2" image="TesticonZ2.png" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=TesticonZ2.png;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="OnActionButton" getVisible="GetVisible" getEnabled="GetEnabled" />
<button id="btn3" size="large" label="B3R" image="TesticonZ2.png" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=TesticonZ2.png;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="OnActionButton" getVisible="GetVisible" getEnabled="GetEnabled" />
</group>
<group id="grp1" autoScale="false" centerVertically="false" label="Symbole" getVisible ="GetVisible">
</group>
<group id="grp2" autoScale="false" centerVertically="false" label="Formeln" getVisible ="GetVisible">
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Woran liegt das? Das Makro hab ich zu Testzwecken mal eben selbst erstellt und schreibt nur das Wort "hallo":
Sub hallo()
' hallo Makro
Selection.TypeText Text:="hallo"
End Sub
Danke für jede Hilfe!
Chris
nutze zur Erstellung eines Ribbons in Word 2010 den IDBE Ribbon Creator.
Komme soweit ganz gut zurecht, nur wenn ich letztendlich versuche, einem Button ein Makro zuzuweisen, erhälte ich die Fehlermeldung "Falsche Anzahl an Argumenten oder ungültige Zuweisung zu einer Eigenschaft."
Hier der Code: (-> Button1!)
<customUI xmlns="http://schemas.microsoft.com/office/2009/07/customui" onLoad="OnRibbonLoad" loadImage="LoadImages">
<ribbon startFromScratch="false">
<tabs>
<tab id="tab0" label="Mathe-Tool" getVisible ="GetVisible">
<group id="grp0" autoScale="false" centerVertically="false" label="Mengensymbole" getVisible ="GetVisible">
<button id="btn1" size="large" screentip="ALT + UMSCHALT + Z" supertip=" " imageMso="MacroPlay" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="hallo" getVisible="GetVisible" getEnabled="GetEnabled" keytip="Z" />
<button id="btn2" size="large" label="B2" image="TesticonZ2.png" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=TesticonZ2.png;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="OnActionButton" getVisible="GetVisible" getEnabled="GetEnabled" />
<button id="btn3" size="large" label="B3R" image="TesticonZ2.png" tag="RibbonName:=;inMenu:=;CustomTagValue1:=;CustomTagValue2:=;CustomTagValue3:=;CustomPicture:=TesticonZ2.png;CustomPicturePath:=C:\Users\Chris\AppData\Local\Temp\IDBE_RC20111110_103808\customUI\images\" onAction="OnActionButton" getVisible="GetVisible" getEnabled="GetEnabled" />
</group>
<group id="grp1" autoScale="false" centerVertically="false" label="Symbole" getVisible ="GetVisible">
</group>
<group id="grp2" autoScale="false" centerVertically="false" label="Formeln" getVisible ="GetVisible">
</group>
</tab>
</tabs>
</ribbon>
</customUI>
Woran liegt das? Das Makro hab ich zu Testzwecken mal eben selbst erstellt und schreibt nur das Wort "hallo":
Sub hallo()
' hallo Makro
Selection.TypeText Text:="hallo"
End Sub
Danke für jede Hilfe!
Chris
Bitte markiere auch die Kommentare, die zur Lösung des Beitrags beigetragen haben
Content-ID: 176184
Url: https://administrator.de/contentid/176184
Ausgedruckt am: 23.11.2024 um 05:11 Uhr
6 Kommentare
Neuester Kommentar