Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Picture in excel 2007
Message
 
To
24/05/2011 08:54:25
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01511559
Message ID:
01511625
Views:
71
>no this does not work,
>it still displays the picture but not at A5

What does your "does not work" mean exactly?
If you mean that when moving or resizing A5 cell your picture does not change its position or size, then:
    With oExcel.Activesheet.Pictures.Insert(GETFILE("jpg"))
        .Placement = xlMoveAndSize
    EndWith
Good Luck
Previous
Reply
Map
View

Click here to load this message in the networking platform