View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
jc jc is offline
external usenet poster
 
Posts: 164
Default determining the cutcopy range progamatically

actually in the macro I'm working with the marquee stays on until I do
something to the cell that has the marquee like change font or add or delete
a comment. If I don't do anything to the cell the marquee stays on after the
macro.
--
JC


"Susan" wrote:

activating a macro will de-highlight the marquee.
having it highlighted within a macro requires that you tell it what
range to cut/copy/paste.
hope the information helps.
:)
susan


On Jun 5, 12:36 pm, jc wrote:
is there a way to determine progamattically the range that is highlited with
a marquee while in cut or copy mode?
--
JC