Thread
:
Click "Ok" without prompting - Macro
View Single Post
#
5
Posted to microsoft.public.excel.programming
Aziz Ahmedabadwala[_2_]
external usenet poster
Posts: 13
Click "Ok" without prompting - Macro
Grt.. yes it works.........
"Ardus Petus" wrote:
Try:
application.DisplayAlerts = false
<your stuff
application.DisplayAlerts = True
HTH
--
AP
"Aziz Ahmedabadwala" a écrit
dans le message de news:
...
Hi,
I have created a Macro and i have used "Text to Column" option in it. Now
when i run the Macro it promts me if i want to "Replace the Contents of
Destination Cell". This should always be Yes.
Is there a way i can make this yes without it asking all the time. As this
will be used by multiple users i dont want them to be confused by this
question.
Does somebody have a solution???
Thanks & Regards,
Aziz.
Reply With Quote
Aziz Ahmedabadwala[_2_]
View Public Profile
Find all posts by Aziz Ahmedabadwala[_2_]