Thread
:
VB code is not shown when recording drawing objects
View Single Post
#
1
Posted to microsoft.public.excel.programming
Joakim Norrman[_2_]
external usenet poster
Posts: 8
VB code is not shown when recording drawing objects
For example in Excel 97 when recording creation af a rectangle, following
VB
code was shown:
ActiveSheet.Shapes.AddShape(msoShapeRectangle, 25.5, 26.25, 155.25,
36.75).Select
Does anybody know why this code is not recorded in Excel 2007?
Reply With Quote
Joakim Norrman[_2_]
View Public Profile
Find all posts by Joakim Norrman[_2_]