View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
RA RA is offline
external usenet poster
 
Posts: 53
Default mandatory cells only if another cell is filled

I have checked other postings regarding VBA codes for making cells mandatory
if another cell is filled. I have tried the different statements in various
postings but they did not work for me. I need to have C38 mandatory only if
A38 is filled. I also need this condition up to row 46. If cells in column
A are filled then the corresponding rows in column C have to be filled,
otherwise, the file cannot be saved.

Thanks.