Does anyone know how to fix the following? The variables are predefined, the syntax for copying the validation is incorrect.
Code:
Range(P1start, P1start.End(xlToRight)).Validation.Type = P1input.Validation.Type Range(P1start, P1start.End(xlToRight)).Validation.Formula1 = P1input.Validation.Formula1


Comment