View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] halimnurikhwan@yahoo.com is offline
external usenet poster
 
Posts: 113
Default Why Undo commandbutton is Cleared ?

Hi all,

I have a problem if I use :

'
sub cariorfind()
set findx = activesheet.cells.find(What:="words")
if not findx is nothing then msgbox findx.address
end sub
'

the undo command lists is cleared after the procedure above,
so I can't undo my previous action... :(
anyone please help me to answer it ...!

Thank you very much..
regds,
Halim