View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Milli[_4_] Milli[_4_] is offline
external usenet poster
 
Posts: 1
Default Excel VBA event trigger problem

I have solved my problem. I used Application.Caller, looks somethin
like this:
strX = Application.Caller
vntY = DocHasShapes.Shapes(strX).ControlFormat.LinkedCell

Mill

--
Message posted from http://www.ExcelForum.com