Hello,
I have a cell that I want to get the Validation information for. Basicailly, I declare a variable like this:
Now, I want to set validation equal to something. I was thinking something along the lines of this:
This does not work at all. Does anyone know the correct syntax to get this working? Thanks!
I have a cell that I want to get the Validation information for. Basicailly, I declare a variable like this:
Code:
Dim validation As Excel.validation
Code:
validation = Sheet1.Cells(row, column).validation