Live-Forum - Die aktuellen Beiträge
Anzeige
Archiv - Navigation
484to488
Aktuelles Verzeichnis
Verzeichnis Index
Übersicht Verzeichnisse
Vorheriger Thread
Rückwärts Blättern
Nächster Thread
Vorwärts blättern
Anzeige
HERBERS
Excel-Forum (Archiv)
20+ Jahre Excel-Kompetenz: Von Anwendern, für Anwender
484to488
484to488
Aktuelles Verzeichnis
Verzeichnis Index
Verzeichnis Index
Übersicht Verzeichnisse
Inhaltsverzeichnis

OnKey mit Zahlen ???

OnKey mit Zahlen ?
19.09.2004 14:10:36
Mnauel
Hi Gemeinde.
Ich habe mal wieder ein Problem.
Ich habe folgenden Code:

Private Sub Workbook_Open()
Application.OnKey "^{a}", ""
Application.OnKey "^{b}", ""
Application.OnKey "^{d}", ""
Application.OnKey "^{e}", ""
Application.OnKey "^{f}", ""
Application.OnKey "^{g}", ""
Application.OnKey "^{h}", ""
Application.OnKey "^{i}", ""
Application.OnKey "^{j}", ""
Application.OnKey "^{k}", ""
Application.OnKey "^{l}", ""
Application.OnKey "^{m}", ""
Application.OnKey "^{n}", ""
Application.OnKey "^{o}", ""
Application.OnKey "^{p}", ""
Application.OnKey "^{q}", ""
Application.OnKey "^{r}", ""
Application.OnKey "^{s}", ""
Application.OnKey "^{t}", ""
Application.OnKey "^{u}", ""
Application.OnKey "^{w}", ""
Application.OnKey "^{y}", ""
Application.OnKey "^{z}", ""
Application.OnKey "^{1}", ""
Application.OnKey "^{2}", ""
Application.OnKey "^{3}", ""
Application.OnKey "^{4}", ""
Application.OnKey "^{5}", ""
Application.OnKey "^{6}", ""
Application.OnKey "^{7}", ""
Application.OnKey "^{8}", ""
Application.OnKey "^{9}", ""
End Sub

Das heisst, das Alle Buchstaben und Zahlen, ausser "x", "c" und "v" deaktiviert sein sollen.
das mit den Buchstaben klappz ja super, aber das mit den Zahlen will überhaupt nicht.
Kann mir einer sagen warum nicht?
Geht dass üebrhaupt?
Wenn nicht mit der OnKey-Funktion, womit dann?
Wäre über Hilfe sehr erfreut.
Schönen Sonntag noch..
Manuel

2
Beiträge zum Forumthread
Beiträge zu diesem Forumthread

Betreff
Datum
Anwender
Anzeige
AW: OnKey mit Zahlen ?
19.09.2004 18:20:18
Manuel
Hat keiner eine Idee?
Das hier klappt..[geschlossen]
Manuel
Hi!
Ich habe es rausgefunden..
Der Unetrschied zwischen den Buchstaben und den Zahlen sind die "{}"
Application.OnKey "^{z}", ""
Application.OnKey "^1", ""
Gruß
Manuel
Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige

Beliebteste Forumthreads (12 Monate)

Anzeige
Anzeige
Anzeige