View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
jabbott jabbott is offline
external usenet poster
 
Posts: 3
Default How can I execute Shape drawing Excel 2007?

In earlier versions I coud use the following code:
Commandbars.FindControl(,200).execute
and that would initiate the freeform drawing tool. In 2007, the drawing
cursor shows up, and the freeform button is pressed as though it is active,
but no drawing occurs.

Any help would be appreciated.

Jeff