I have an Excel worksheet which contains merged cells that users can paste various data into. I know that the user can press the F2 function key before pasting, or just click in the formula bar first - but the users don't always know that, and as a result, the following error happens:
"Data on the clipboard is not the same size and shape as the selected area. Do you want to paste the data anyway."
Does anyone know if there's is a way of trapping the error or trapping the paste function so that I can ensure the paste is successful? Also, if there is an option, would it belong in the Workbook_Open module, or some place else?
"Data on the clipboard is not the same size and shape as the selected area. Do you want to paste the data anyway."
Does anyone know if there's is a way of trapping the error or trapping the paste function so that I can ensure the paste is successful? Also, if there is an option, would it belong in the Workbook_Open module, or some place else?