Can i get cellLink values from a Data Validation List?
e.g my Validation List is in cell A1 and i chose the 2nd item.
im currently using: string = Range("A1").Value, which gives me the String of 2nd item. Is there any way i can get a value of 2 using .ListIndex or something?
e.g my Validation List is in cell A1 and i chose the 2nd item.
im currently using: string = Range("A1").Value, which gives me the String of 2nd item. Is there any way i can get a value of 2 using .ListIndex or something?