Thread: workbook change
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Ron de Bruin Ron de Bruin is offline
external usenet poster
 
Posts: 11,123
Default workbook change

Hi keyur

assign a macro for workbook_change event. is this
possible??


See Chip Pearson's site
http://www.cpearson.com/excel/vbe.htm


--
Regards Ron de Bruin
http://www.rondebruin.nl


"keyur" wrote in message ...
hi

i have a macro for workopen_open event which get some data
from another workbook. once the workbook is open i want to
assign a macro for workbook_change event. is this
possible??

thanks