Options

Export the picture into Excel

ViolentlyViolently Member Posts: 3
Hello,
I need help with export the picture from Navision into Excel !!!

Comments

  • Options
    rvduurenrvduuren Member Posts: 92
    Hello,

    YES it's working here (M$ Excel 2003), try this:
    // begin
    XlWrkSht.Shapes.AddShape(1,1,1,200,100).Fill.UserPicture('c:\picture.bmp');
    // end
    

    \:D/

    Let me know if it works..
    Met vriendelijke groet, best regards,

    Rvduuren
  • Options
    ViolentlyViolently Member Posts: 3
    Thank You =D>

    It works :D
Sign In or Register to comment.