R
rokr
Hello
I want to convet my 2003 vba macros into 2010 powerpoint ribbon buttons
i created a powerpoint ribbon addin and pasted my sample coding. i got errors
for the keywords like "activewindow" . Please help me on this
How to declare activewindow and also reffer some source for learn to creat
powerpoint tools using .net
sample coding: (works in vba
dim c as doubl
dim d as doubl
Sub Pick_position(
On Error Resume Nex
c = ActiveWindow.Selection.ShapeRange(1).To
d = ActiveWindow.Selection.ShapeRange(1).Lef
End Su
Sub drop_position(
On Error Resume Nex
ActiveWindow.Selection.ShapeRange(1).Top =
ActiveWindow.Selection.ShapeRange(1).Left =
End Sub
I want to convet my 2003 vba macros into 2010 powerpoint ribbon buttons
i created a powerpoint ribbon addin and pasted my sample coding. i got errors
for the keywords like "activewindow" . Please help me on this
How to declare activewindow and also reffer some source for learn to creat
powerpoint tools using .net
sample coding: (works in vba
dim c as doubl
dim d as doubl
Sub Pick_position(
On Error Resume Nex
c = ActiveWindow.Selection.ShapeRange(1).To
d = ActiveWindow.Selection.ShapeRange(1).Lef
End Su
Sub drop_position(
On Error Resume Nex
ActiveWindow.Selection.ShapeRange(1).Top =
ActiveWindow.Selection.ShapeRange(1).Left =
End Sub