Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a column of file names and want to write a macro to insert th
pictures the files refer to in the cell to the right my code so far i Filename = ActiveCell.Offset(0, -1) ActiveSheet.Pictures.insert( _ "C:\Documents and Settings\12ahackett\Desktop\aspen smal pics\re sized\(filename)" ).Select the active cell being the insertion point, the variable "filename being the Jpeg filename. Any help on the correct syntax for the insert statement would b appreciate -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't insert pictures | New Users to Excel | |||
Insert pictures | Excel Discussion (Misc queries) | |||
Need Help with auto insert of pictures | New Users to Excel | |||
can't insert, delete or move pictures | Excel Discussion (Misc queries) | |||
Activesheet.Pictures.Insert | Excel Programming |