disable cut mode


Posted by steve w on August 15, 2001 10:21 PM

How do i disable cut mode in VBA
thanks
steve w



Posted by Tom Urtis on August 15, 2001 10:56 PM

Steve --

Here's the code line:

Application.CutCopyMode = False

Tom U