OLE object, can grow, can shrink

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a query based report with a variable OLE image control, such that when
I enter an ID value, a certain image should appear. However, I can't seem to
get this control to grow or shrink because it's an OLE. Is there any VBA
code that can solve this? How can I make the image grow and shrink?

Thanks for any help
 
C:

No, there's no fix or work around for your issue. OLE objects, including
images can not shrink or grow at run time; they can only be sized in design
mode.
 
Back
Top