View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Lorin Lorin is offline
external usenet poster
 
Posts: 3
Default Setting Font properties in Code clears Undo list

Excel 2002
Whenever I change the Font properties of a cell programmtically (i.e.
activecell.font.size = 10), the undo list clears automatically. This also
occurs if I changethe Style property of the cell programatically. Does
anybody know why this happens? Is there a way to stop if from happening? I
appreciate any help you can give me.

Lorin