View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Links to Other Worksheet

Alexy,

You can link to another sheet with a formula like

='Other Sheet Name'!A1


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
www.cpearson.com


"Alexey E. Kolmyk" wrote in message
...
Hello,

Could you tell me, how to work with formula, that points
to other sheet. I want to know, when cell value was
changes - event Worksheet_Change does not raised.

Thank you for help.