C
c1802362
Hello all,
The app I'm writing for my wife's office copies a worksheet of 'master
data' into the local workbook that's running the code. Once copied, I
close the 'master data' workbook. The code works as desired, except
that I get a message telling me there's "a large amount of info on the
clipboard. Do you want to be able to paste it..."
I've turned off what I can (application.displayalerts = false), but
that's obviously not eliminating this message.
It doesn't affect the functionality or execution of the app, but it
would certainly be less intrusive on the user if I could get this to
go away.
Suggestions?
Art
The app I'm writing for my wife's office copies a worksheet of 'master
data' into the local workbook that's running the code. Once copied, I
close the 'master data' workbook. The code works as desired, except
that I get a message telling me there's "a large amount of info on the
clipboard. Do you want to be able to paste it..."
I've turned off what I can (application.displayalerts = false), but
that's obviously not eliminating this message.
It doesn't affect the functionality or execution of the app, but it
would certainly be less intrusive on the user if I could get this to
go away.
Suggestions?
Art