EN VI
Posts (0)
Questions (2)
2024-03-10 17:00:05
[..h] is a collection expression, basically a concise syntax to create collections, arrays, and spans. The things inside the [ and ] are the collection's elements, e.g. List x = [1,2,3]; // basically:...
Tags: c# range operator-keyword
2024-03-15 22:30:04
Lock the row references using $: Formula1:="=" & ws1.Name & "!" & "A$1:A$" & aantalrijen2 Or just make the whole reference absolute: Formula1:="=" & ws1.Name & "!" & "$A$1:$A$" & aantalrijen2
Tags: excel vba validation

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login