...
Quote:
Originally Posted by NewbieLearning
When I run the word document that contains this macro, a word document opens up with a table of two rows in it.
|
The macro is coded to insert as many pictures as you want
anywhere in a document. There is no need for a 'starting' table. Simply click on wherever you want to insert your pictures, then run the macro. If you do that within another table, that will interfere with the macro's normal operation, as it will cause Word to create a new table within the existing one (which you probably don't want). It seems whoever gave you the code didn't invest much effort explaining what it does...
Quote:
Originally Posted by NewbieLearning
There is a pop up at the top that says "enable content", I press this which allows me to chose which pictures I want to insert into the doc.
|
Unless there's some other code in the document, the AddPics macro won't run automatically - you'd have to run it via Alt-F8, for example. If it's running automatically, I suggest ditching that document and creating a new one with the code from
https://www.msofficeforums.com/drawi...ument-all.html. Do read the instructions there, and in
Installing Macros.