View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
greg greg is offline
external usenet poster
 
Posts: 3
Default Data Validation lists

Hi I would like to do the following in VBA .

1create 3 data validation lists
2make the second one dependent on first
3make the third one dependent on second

all 3 steps need to be done in VBA .
code samples will be greatly appreciated.