View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
tarns[_4_] tarns[_4_] is offline
external usenet poster
 
Posts: 1
Default Auto Acknowedge a prompt box?


My vba macro does some deleting of columns and i wish to turn off the
feature where the dialog box prompts me to click 'OK' to delete the
data everytime i run my macro.

I used this code:
'Turn off prompts
DisplayAlerts = False

But no luck.... can someone help me out?


--
tarns
------------------------------------------------------------------------
tarns's Profile: http://www.excelforum.com/member.php...o&userid=32291
View this thread: http://www.excelforum.com/showthread...hreadid=520946