Benutzer mit den meisten Antworten
Listenfeld erzeugen

Frage
-
Hallo Zusammen,
Über folgenden Code hatte ich in Excel VBA ein Listenfeld erzeugt:
With Selection.Validation
.Delete
.Add Type:=xlValidateList, AlertStyle:=xlValidAlertStop, Operator:=
xlBetween, Formula1:="=Alle"
.IgnoreBlank = False
.InCellDropdown = True
.InputTitle = ""
.ErrorTitle = ""
.InputMessage = ""
.ErrorMessage = ""
.ShowInput = False
.ShowError = False
End WithWie, bitte muss den der Code für Visual Studio Excel VBA aussehen?
Es scheitert bereits bei Selection: Hier wird eine Deklaration verlangt.
Wäre denn: Dim Selection As Object = Nothing richtig?
Vielleicht eine grundsätzliche Frage:
Wo bekomme ich denn Hilfe für Syntax in Visual Studio Excel vba? Hättet ihr da eine Seite für mich zum nachlesen?
Vielen Dank
Gruß Oisse
Antworten
-
Vielleicht eine grundsätzliche Frage:
Wo bekomme ich denn Hilfe für Syntax in Visual Studio Excel vba? Hättet ihr da eine Seite für mich zum nachlesen?
Hallo,
die Msdn Foren für Entwickler befinden sich jetzt im Question&Answers Forum: https://docs.microsoft.com/en-us/answers/index.html
Für VBA konkret:
https://docs.microsoft.com/en-us/answers/topics/office-vba-dev.html
- Als Antwort vorgeschlagen Ivan DragovMicrosoft contingent staff, Moderator Donnerstag, 25. Februar 2021 11:37
- Als Antwort markiert Ivan DragovMicrosoft contingent staff, Moderator Dienstag, 9. März 2021 10:06
-
Vielleicht eine grundsätzliche Frage:
Wo bekomme ich denn Hilfe für Syntax in Visual Studio Excel vba? Hättet ihr da eine Seite für mich zum nachlesen?
Hier noch die Dokumentation für VBA:
- Als Antwort vorgeschlagen Ivan DragovMicrosoft contingent staff, Moderator Donnerstag, 25. Februar 2021 11:37
- Als Antwort markiert Ivan DragovMicrosoft contingent staff, Moderator Dienstag, 9. März 2021 10:06
Alle Antworten
-
Vielleicht eine grundsätzliche Frage:
Wo bekomme ich denn Hilfe für Syntax in Visual Studio Excel vba? Hättet ihr da eine Seite für mich zum nachlesen?
Hallo,
die Msdn Foren für Entwickler befinden sich jetzt im Question&Answers Forum: https://docs.microsoft.com/en-us/answers/index.html
Für VBA konkret:
https://docs.microsoft.com/en-us/answers/topics/office-vba-dev.html
- Als Antwort vorgeschlagen Ivan DragovMicrosoft contingent staff, Moderator Donnerstag, 25. Februar 2021 11:37
- Als Antwort markiert Ivan DragovMicrosoft contingent staff, Moderator Dienstag, 9. März 2021 10:06
-
Vielleicht eine grundsätzliche Frage:
Wo bekomme ich denn Hilfe für Syntax in Visual Studio Excel vba? Hättet ihr da eine Seite für mich zum nachlesen?
Hier noch die Dokumentation für VBA:
- Als Antwort vorgeschlagen Ivan DragovMicrosoft contingent staff, Moderator Donnerstag, 25. Februar 2021 11:37
- Als Antwort markiert Ivan DragovMicrosoft contingent staff, Moderator Dienstag, 9. März 2021 10:06