View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
okiearcher okiearcher is offline
external usenet poster
 
Posts: 1
Default Inserting code in Worksheet.Change

Hi all.

I am creating a new worksheet with VBA code from Access 2003. I copy records
to a range on the sheet, do cell formatting, create list and validation, etc.

What I need to do is insert some code in the new sheet's Change event.

Is there an easy, or correct and proper way to do this?

Thanks.
Keith