View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Why Undo commandbutton is Cleared ?

Hi Halim,

See John Walkenbach's comments and suggestions at:

http://www.j-walk.com/ss/excel/tips/tip23.htm


---
Regards,
Norman


wrote in message
oups.com...
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