B Bill Board Jul 28, 2008 #1 Is there away in Excel to disable the prompt "There is a large amount of data on the clipboard..." Thanks, Bill
Is there away in Excel to disable the prompt "There is a large amount of data on the clipboard..." Thanks, Bill
D Dave Peterson Jul 28, 2008 #2 Manually? Select a single cell and edit|copy In code: application.cutcopymode = false
D Dave Peterson Jul 29, 2008 #4 Not that I know. Bill said: No setting in excel preferences to suppress this dialog? Click to expand...
Not that I know. Bill said: No setting in excel preferences to suppress this dialog? Click to expand...
B BizMark Jul 29, 2008 #5 Bill said: No setting in excel preferences to suppress this dialog? Click to expand... Yes. Application.DisplayAlerts = False Regards, Mar
Bill said: No setting in excel preferences to suppress this dialog? Click to expand... Yes. Application.DisplayAlerts = False Regards, Mar
D Dave Peterson Jul 29, 2008 #6 That doesn't sound like a setting to me. And if the OP didn't like application.cutcopymode = false why would this be better?
That doesn't sound like a setting to me. And if the OP didn't like application.cutcopymode = false why would this be better?