I am relatively new to VBA in PowerPoint.
My macro coding attempts to insert a picture from file.
The coding works under the debugger (F8).
However, when run normally, the insertion yields error:
Run-time error '-2147188160 (80048240)'
Shape(unknown member):Invalid Request. To select a shape, its view must be active.
I don't know how to make a view active.
My macro coding attempts to insert a picture from file.
The coding works under the debugger (F8).
However, when run normally, the insertion yields error:
Run-time error '-2147188160 (80048240)'
Shape(unknown member):Invalid Request. To select a shape, its view must be active.
I don't know how to make a view active.