Thread
:
Ignoring Message
View Single Post
#
2
Posted to microsoft.public.excel.programming
Executor
external usenet poster
Posts: 74
Ignoring Message
Hi Katando,
Try This:
Range("....").Select
Application.DisplayAlerts = False
Selection.Merge
Application.DisplayAlerts = True
This will not show the message at all.
Hoop this helps,
Executor
Reply With Quote
Executor
View Public Profile
Find all posts by Executor