View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
neil neil is offline
external usenet poster
 
Posts: 42
Default Passing a variable to a Worksheet at open time

Is it possible to pass a variabe to a worksheet as it is
opening, for instance, send a textstring, then as the
sheet opens in the worksheet_open event, tell it to
search a data table for that value and return the values
associated with it ?