Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
John
 
Posts: n/a
Default How clear the cut/copy blinking boxes after macro

I have macros that do various worksheet copies and they all leave the copy
selection boxes after completion. I can get rid of the solid destination
boxes by just selecting a dummy cell with a command like:
Range("pgmwono").Select, but how to I clear the blinking origin box?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Dave Peterson
 
Posts: n/a
Default How clear the cut/copy blinking boxes after macro

application.cutcopymode = false

is one way.

John wrote:

I have macros that do various worksheet copies and they all leave the copy
selection boxes after completion. I can get rid of the solid destination
boxes by just selecting a dummy cell with a command like:
Range("pgmwono").Select, but how to I clear the blinking origin box?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bill Kuunders
 
Posts: n/a
Default How clear the cut/copy blinking boxes after macro

one way.........

Application.CutCopyMode = False

--
Greetings from New Zealand
Bill K
"John" wrote in message
...
I have macros that do various worksheet copies and they all leave the copy
selection boxes after completion. I can get rid of the solid destination
boxes by just selecting a dummy cell with a command like:
Range("pgmwono").Select, but how to I clear the blinking origin box?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Check Boxes Adam Kroger Excel Discussion (Misc queries) 11 December 18th 05 05:37 PM
Macro Help In Excel welshlad Excel Discussion (Misc queries) 14 October 26th 05 02:34 PM
Macros to delete check boxes GWB Direct Excel Discussion (Misc queries) 23 June 3rd 05 09:56 PM
Using a Macro to clear out check box seletions Mel Excel Worksheet Functions 5 May 20th 05 08:35 PM
How do I create a macro to return drop down boxes to first item i. gaalseth Excel Discussion (Misc queries) 1 April 13th 05 09:09 PM


All times are GMT +1. The time now is 12:35 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"