Thread: Perplexed...
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
rci rci is offline
external usenet poster
 
Posts: 40
Default Perplexed...

Hi all...


odd thing... I have a worksheet_change event that fires fine... but
interestingly, in the code when I say:

Sheets("Sheet2").Select
Range("A5").Select

It will select the sheet, but will NOT select A5.

I wonder if the change function is doing this to prevent an infinite loop...

Hmmm...

How to get around this... (BTW, sheet2 does NOT have a change event)

Thx,

SMS