View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scotty9349 Scotty9349 is offline
external usenet poster
 
Posts: 11
Default determine if activecell in specific worksheet and column


I have a workbook that contains 3+ worksheets. Within 2 of those worksheets I
have 2 columns each that are for dates. WHen I run my insert_date sub (which
I have working) I only want a date to be inserted in those specific columns.
The cell that they enter that date is the activecell.

I hope this makes sense.