Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Select pictures from a sheet into an other sheet

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Select pictures from a sheet into an other sheet

Not using a formula.

But you could use a macro.

JE McGimpsey shares how to do it with pictures:
http://www.mcgimpsey.com/excel/lookuppics.html

Pjotr70 wrote:

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?


--

Dave Peterson
  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Select pictures from a sheet into an other sheet

Hello Dave, Thanks for your hind, I tried it at home but failed. Where do I
place the pictures? I tried to understand the example they give on there site
but couldntr changed it with my own pictures Can you help me?

Kind regards Pieter

"Dave Peterson" wrote:

Not using a formula.

But you could use a macro.

JE McGimpsey shares how to do it with pictures:
http://www.mcgimpsey.com/excel/lookuppics.html

Pjotr70 wrote:

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?


--

Dave Peterson

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Select pictures from a sheet into an other sheet

You could put the pictures where they belong. JE's code toggles the visibility
of the pictures--not the locations.

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

Pjotr70 wrote:

Hello Dave, Thanks for your hind, I tried it at home but failed. Where do I
place the pictures? I tried to understand the example they give on there site
but couldntr changed it with my own pictures Can you help me?

Kind regards Pieter

"Dave Peterson" wrote:

Not using a formula.

But you could use a macro.

JE McGimpsey shares how to do it with pictures:
http://www.mcgimpsey.com/excel/lookuppics.html

Pjotr70 wrote:

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?


--

Dave Peterson


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Select pictures from a sheet into an other sheet

Hello Dave,

Finally it works!! The JE's code must be placed in the background frm the
sheet you worked with. Thanks again !



"Dave Peterson" wrote:

You could put the pictures where they belong. JE's code toggles the visibility
of the pictures--not the locations.

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

Pjotr70 wrote:

Hello Dave, Thanks for your hind, I tried it at home but failed. Where do I
place the pictures? I tried to understand the example they give on there site
but couldntr changed it with my own pictures Can you help me?

Kind regards Pieter

"Dave Peterson" wrote:

Not using a formula.

But you could use a macro.

JE McGimpsey shares how to do it with pictures:
http://www.mcgimpsey.com/excel/lookuppics.html

Pjotr70 wrote:

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?

--

Dave Peterson


--

Dave Peterson



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default Select pictures from a sheet into an other sheet

The worksheet_calculate event fires when the worksheet that owns the code is
recalculated. So it has to be there.

Glad you found the solution.

Pjotr70 wrote:

Hello Dave,

Finally it works!! The JE's code must be placed in the background frm the
sheet you worked with. Thanks again !

"Dave Peterson" wrote:

You could put the pictures where they belong. JE's code toggles the visibility
of the pictures--not the locations.

If you're new to macros:

Debra Dalgleish has some notes how to implement macros he
http://www.contextures.com/xlvba01.html

David McRitchie has an intro to macros:
http://www.mvps.org/dmcritchie/excel/getstarted.htm

Ron de Bruin's intro to macros:
http://www.rondebruin.nl/code.htm

(General, Regular and Standard modules all describe the same thing.)

Pjotr70 wrote:

Hello Dave, Thanks for your hind, I tried it at home but failed. Where do I
place the pictures? I tried to understand the example they give on there site
but couldntr changed it with my own pictures Can you help me?

Kind regards Pieter

"Dave Peterson" wrote:

Not using a formula.

But you could use a macro.

JE McGimpsey shares how to do it with pictures:
http://www.mcgimpsey.com/excel/lookuppics.html

Pjotr70 wrote:

I just have p.a. 5 pictures in sheet 3 as a master.

In sheet 1 I like to show just 1 of the 5 pictures on sheet 1 on a special
place depending on a value in cell A1. With figures it is possible with
vloopup/hlookup but how to magae with pictures?

--

Dave Peterson


--

Dave Peterson


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Alternate Row Select in Sheet 1 then Paste to Sheet 2 Steevo Excel Worksheet Functions 4 December 5th 08 06:45 PM
Define sheet name then select sheet merry_fay Excel Discussion (Misc queries) 3 December 13th 07 01:23 PM
How do I select price from sheet.b where sheet.a part no = sheet.b Sonny Excel Worksheet Functions 4 April 4th 06 05:08 PM
Use Sheet CodeNames to Select Sheet in Different Workbook Randy Excel Discussion (Misc queries) 1 June 10th 05 12:17 AM
Macro, select Sheet "Number", NOT Sheet Name DAA Excel Worksheet Functions 4 November 30th 04 05:29 PM


All times are GMT +1. The time now is 01:44 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"