Message 1 of 6
VBA Document.Thumbnail does not work with VBA on Windows7-64 bit PC.

Not applicable
09-14-2011
08:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Historically I've used the following code to display an image of the document thumbnail in an image control.
Under Windows7 64 Bit OS it errors out. Works fine under Windows7 32 bit.
Any Help?
Set oDoc = ThisApplication.Documents.ItemByName(FName)
Set Image1.Picture = oDoc.Thumbnail
Thanks in Advance