View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
TomThumb TomThumb is offline
external usenet poster
 
Posts: 39
Default Excel 2007 VBA/Vista - How do I deselect a selection programmatica

I have read some suggestions to use:
"Application.CutCopyMode = False"
but am leery of using that because "False" is not a valid value for CutCopy,
only "XLCopy" and "XLCut" are.
--
TomThumb