Retrieve position of Cursor - x & y positions
Hi,
Can some one help me to find cursor x & y positions in powerpoint slides using vba code.
I have a requirement to addtextbox whereever the cursor is, it can be in place holder or any shapes.
below is the sample code i tried to pass left,top, width & height.
If x & y positions are known then i can pass it dynamicaly at cursor position and add textbox.
ActiveWindow.Selection.SlideRange.Shapes.AddTextbo x(msoTextOrientationHorizontal, 70, 116, 215.88, 72#).Select
Thanks for your help.
Thanks,
SDondeti
|