View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Daniel.C[_3_] Daniel.C[_3_] is offline
external usenet poster
 
Posts: 133
Default Excel 2003 - right click clears selected cells

Can you execute the following macro :
Sub test()
Application.CommandBars("Cell").Reset
End Sub
Daniel

We have Excel 2003 SP3 on Windows XP SP2. Recently on one device, when we
select some cells and right click, we don't see the typical menu (copy, cut,
paste, etc.) -- it just clears the selection. Any ideas/suggestions?
Thanks!