22. Januar 2008 11:45
Range("A1").Select
ActiveSheet.Pictures.Insert("C:\Temp\logo.jpg").Select
22. Januar 2008 12:45
IF Comment <> '' THEN
XlWrkSht.Range(xlColID + xlRowID).AddComment := Comment;
IF Comment <> '' THEN
XlWrkSht.Range(xlColID + xlRowID).AddComment := Comment;
IF "Picture Path" <> '' THEN
IF EXISTS("Picture Path") THEN BEGIN
XlWrkSht.Shapes.AddPicture(
"Picture Path",
1,
1,
"Picture Position Left",
"Picture Position Top",
"Picture Width",
"Picture Height");
END;
22. Januar 2008 12:56