Set boton = ActiveDocument.GetSheetObject( "" & "boton" & i & "" )
pos = boton.GetRect
pos.Top = y
pos.Left = 0
y=y+44
boton.SetRect pos
next
end function
Hi I have this macro that works great with vsbscript engine but customers have to use the IEPlugin to work. I wonder if I will be able to do with the engine jscript this macro to work with ajax? or if someone can put me or the equivalent function in js or ajax