DiGiMac
New Member
- Joined
- Dec 10, 2010
- Messages
- 16
I have a macro that merges selected cells. If they contain text it gives the user the choice of combining all the separate texts as a single string in the merged cell.
The macro works but the default warning always gets pops up first to advise me that only the top left text will be kept. If I click "cancel" then my form comes up.
"Application.DisplayAlerts = False" hides the warning but assumes "OK" so the cells are merged maintaining only the top left text.
How can I block the warning AND the default action?
The macro works but the default warning always gets pops up first to advise me that only the top left text will be kept. If I click "cancel" then my form comes up.
"Application.DisplayAlerts = False" hides the warning but assumes "OK" so the cells are merged maintaining only the top left text.
How can I block the warning AND the default action?