View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
antoka05[_5_] antoka05[_5_] is offline
external usenet poster
 
Posts: 1
Default Identifying the Selected Cell


in selection change you can use this code:
for i=0 to target.count - 1
selectedRow=target(i).row +1
selectedColumn=target(i).column
next

I didn't try it but i think it's correct


--
antoka05
------------------------------------------------------------------------
antoka05's Profile: http://www.excelforum.com/member.php...o&userid=29024
View this thread: http://www.excelforum.com/showthread...hreadid=487652