Code: Select all
test()
{
app := ComObjActive("word.Application")
appshapes := app.selection.range.InlineShapes
For shp in app.selection.range.InlineShapes
{
msgbox(1)
}
Return
}
version: ahk2 a105
Code: Select all
test()
{
app := ComObjActive("word.Application")
appshapes := app.selection.range.InlineShapes
For shp in app.selection.range.InlineShapes
{
msgbox(1)
}
Return
}
Return to “AutoHotkey v2 Help”
Users browsing this forum: No registered users and 1 guest