Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Looking for Word Macro to Insert Pictures into Table Rows

Status
Not open for further replies.

alex20850

Programmer
Mar 28, 2003
83
US
I need to insert multiple pictures into a Word table.
I can live with a macro that chooses all the files in a directory, but I need the pictures inserted into a table with one picture per row. I would prefer that the rows be added as needed.

I could also live with the pictures being inserted into a document with a hard return between each picture. I would then convert the pictures into a table.

This would be used to document steps in a process. Our usual instructions document has two columns. Instructions in the first column and a screenshot in the second.

 




Hi,

VBA (macro) code questions are better posed in Forum707.

Please be prepared to post what code you have developed so far, with specific questions. (The macro recorder is your friend)

Skip,

[glasses]Just traded in my old subtlety...
for a NUANCE![tongue]
 
This can be done, but as Skip suggests, please post in the VBA forum. You will need to define what "as needed" actually means.

"I would prefer that the rows be added as needed. "

faq219-2884

Gerry
My paintings and sculpture
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top