+ Reply to Thread
Results 1 to 4 of 4

Carry over images from VBA search results.

  1. #1
    Registered User
    Join Date
    08-25-2012
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    11

    Carry over images from VBA search results.

    I have a package search workbook which uses VBA to return ideal packaging sizes based on (L,W,H,M) across multiple worksheets, see attached example.Package chooser Rev10_working.xlsm

    The product images in each worksheet are not carrying over into the results. Is it possible to reference the images (as a named range?) so they show up in the results as part of the output?

    For demo purposes only the first sheet has images, the existing structure of the product tabs cannot be modified (sorted/combined etc.) for this project.

    I would need this to be incorporated into or added alongside the existing VBA code in the example.

    Please Login or Register  to view this content.

  2. #2
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Carry over images from VBA search results.

    Set the width of column F on the search sheet and result sheet the same size.

    Please Login or Register  to view this content.
    On another note, these procedures should go into a standard code module (e.g. Module1) and not in the ThisWorkbook code module.
    Last edited by AlphaFrog; 10-29-2015 at 01:30 AM.
    Surround your VBA code with CODE tags e.g.;
    [CODE]your VBA code here[/CODE]
    The # button in the forum editor will apply CODE tags around your selected text.

  3. #3
    Registered User
    Join Date
    08-25-2012
    Location
    United States
    MS-Off Ver
    Excel 2016
    Posts
    11

    Re: Carry over images from VBA search results.

    That works great! Thank you AlphaFrog

    (I just had to modify the .ClearContents command to .Delete as the images were sticking around in the results section.)

  4. #4
    Forum Guru
    Join Date
    07-25-2011
    Location
    Florida
    MS-Off Ver
    Excel 2003
    Posts
    9,643

    Re: Carry over images from VBA search results.

    You're welcome. Thanks for the feedback.

    Make sure you move the procedures to a standard code module. If you don't, you may run into unexpected problems and it won't be obvious why.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Download all the images as a result of google search
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 09-02-2015, 07:53 PM
  2. How to carry forward results <1 until they equal 1
    By 285_south in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-26-2014, 05:08 AM
  3. [SOLVED] Display search results inluding results that match patrially
    By RichTea88 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 08-06-2013, 08:52 AM
  4. [SOLVED] Search matching Info in One Column and carry those rows into new worksheet
    By saduff in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 09-21-2012, 12:57 PM
  5. linking images to results; for the handicaped
    By dppj in forum Excel General
    Replies: 0
    Last Post: 04-02-2009, 09:41 AM
  6. carry results to next sheet
    By Slashalot in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-19-2007, 05:09 PM
  7. Inserting high quality images results in information loss
    By ChrisOlekas in forum Excel General
    Replies: 1
    Last Post: 10-01-2007, 01:33 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1