#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3
Default Pictures

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,819
Default Pictures

Pictures don't go in cells.

Danopnu wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)


  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Pictures

Perhaps an approach other than an IF statement would do the job for you?

To have a picture show up when you select an item from a DV list or type in a
name see JE MCGimpsey's site.

http://www.mcgimpsey.com/excel/lookuppics.html

As written John's code allows for only one picture to be displayed.

Got to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for
adding pictures to selections.

Alows for more than one picture to be displayed.

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0049 - ClipArt Selection


Gord Dibben MS Excel MVP

On Thu, 9 Aug 2007 05:58:06 -0700, Danopnu
wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Pictures

Hi Gord

The Bernie Deitrick is exactly what I am trying to do. When initials are
selected in one cell then the signature image appears in another. Multiple
times on one worksheet.

I tried using Bernie's code - but I am having two issues. One is that when
I try to have it look up the initials in merged cells and display the image
(signature) in merged cells it unmerges both sets of cells.

Secondly I can't get the image to display - only the name of the image.

any ideas or help would be greatly appreciated.

JB

"Gord Dibben" wrote:

Perhaps an approach other than an IF statement would do the job for you?

To have a picture show up when you select an item from a DV list or type in a
name see JE MCGimpsey's site.

http://www.mcgimpsey.com/excel/lookuppics.html

As written John's code allows for only one picture to be displayed.

Got to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for
adding pictures to selections.

Alows for more than one picture to be displayed.

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0049 - ClipArt Selection


Gord Dibben MS Excel MVP

On Thu, 9 Aug 2007 05:58:06 -0700, Danopnu
wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Pictures

First of all, Excel does not play nicely with merged cells.

I would get rid of those before I tried anything else.

Returning just the name of the picture is a problem I have never encountered
using Bernie's sample workbook as a base for a workbook.

Have you altered any of Bernie's sheet event code?


Gord

On Wed, 4 Nov 2009 08:31:01 -0800, JB Bates
wrote:

Hi Gord

The Bernie Deitrick is exactly what I am trying to do. When initials are
selected in one cell then the signature image appears in another. Multiple
times on one worksheet.

I tried using Bernie's code - but I am having two issues. One is that when
I try to have it look up the initials in merged cells and display the image
(signature) in merged cells it unmerges both sets of cells.

Secondly I can't get the image to display - only the name of the image.

any ideas or help would be greatly appreciated.

JB

"Gord Dibben" wrote:

Perhaps an approach other than an IF statement would do the job for you?

To have a picture show up when you select an item from a DV list or type in a
name see JE MCGimpsey's site.

http://www.mcgimpsey.com/excel/lookuppics.html

As written John's code allows for only one picture to be displayed.

Got to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for
adding pictures to selections.

Alows for more than one picture to be displayed.

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0049 - ClipArt Selection


Gord Dibben MS Excel MVP

On Thu, 9 Aug 2007 05:58:06 -0700, Danopnu
wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)






  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 36
Default Pictures

No I have not altered the event code. If I could elminate the merged cells -
I would have done that already... But based on layout merged cells are
required.

"Gord Dibben" wrote:

First of all, Excel does not play nicely with merged cells.

I would get rid of those before I tried anything else.

Returning just the name of the picture is a problem I have never encountered
using Bernie's sample workbook as a base for a workbook.

Have you altered any of Bernie's sheet event code?


Gord

On Wed, 4 Nov 2009 08:31:01 -0800, JB Bates
wrote:

Hi Gord

The Bernie Deitrick is exactly what I am trying to do. When initials are
selected in one cell then the signature image appears in another. Multiple
times on one worksheet.

I tried using Bernie's code - but I am having two issues. One is that when
I try to have it look up the initials in merged cells and display the image
(signature) in merged cells it unmerges both sets of cells.

Secondly I can't get the image to display - only the name of the image.

any ideas or help would be greatly appreciated.

JB

"Gord Dibben" wrote:

Perhaps an approach other than an IF statement would do the job for you?

To have a picture show up when you select an item from a DV list or type in a
name see JE MCGimpsey's site.

http://www.mcgimpsey.com/excel/lookuppics.html

As written John's code allows for only one picture to be displayed.

Got to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for
adding pictures to selections.

Alows for more than one picture to be displayed.

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0049 - ClipArt Selection


Gord Dibben MS Excel MVP

On Thu, 9 Aug 2007 05:58:06 -0700, Danopnu
wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)



.

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Pictures

I have no help for the merged cells problem.

I do not use them and will not attempt to work around them.

IMO they are never "required".

As far as the name rather than image problem goes............

You can send me a copy of the workbook to

gorddibbATshawDOTca change the obvious.


Gord

On Thu, 3 Dec 2009 10:13:01 -0800, JB Bates
wrote:

No I have not altered the event code. If I could elminate the merged cells -
I would have done that already... But based on layout merged cells are
required.

"Gord Dibben" wrote:

First of all, Excel does not play nicely with merged cells.

I would get rid of those before I tried anything else.

Returning just the name of the picture is a problem I have never encountered
using Bernie's sample workbook as a base for a workbook.

Have you altered any of Bernie's sheet event code?


Gord

On Wed, 4 Nov 2009 08:31:01 -0800, JB Bates
wrote:

Hi Gord

The Bernie Deitrick is exactly what I am trying to do. When initials are
selected in one cell then the signature image appears in another. Multiple
times on one worksheet.

I tried using Bernie's code - but I am having two issues. One is that when
I try to have it look up the initials in merged cells and display the image
(signature) in merged cells it unmerges both sets of cells.

Secondly I can't get the image to display - only the name of the image.

any ideas or help would be greatly appreciated.

JB

"Gord Dibben" wrote:

Perhaps an approach other than an IF statement would do the job for you?

To have a picture show up when you select an item from a DV list or type in a
name see JE MCGimpsey's site.

http://www.mcgimpsey.com/excel/lookuppics.html

As written John's code allows for only one picture to be displayed.

Got to Debra Dalgeish's site for a sample workbook from Bernie Dietrick for
adding pictures to selections.

Alows for more than one picture to be displayed.

http://www.contextures.on.ca/excelfiles.html#DataVal

DV0049 - ClipArt Selection


Gord Dibben MS Excel MVP

On Thu, 9 Aug 2007 05:58:06 -0700, Danopnu
wrote:

I would like to paste a picture in a single cell, but have only been able to
paste to the whole worksheet- any suggesstions? What I want to accomplish is
having a certain picture populate a cell if criteria is met (IF function)



.


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
Storing Clip Art pictures in My Pictures folder jfg Excel Discussion (Misc queries) 4 August 10th 07 06:12 AM
see some pictures bapu Excel Discussion (Misc queries) 0 February 24th 07 07:32 PM
PICTURES DarnTootn Excel Discussion (Misc queries) 7 April 10th 06 02:23 PM
Excel's Compress Pictures or deleting pictures doesn't seem work guidod Excel Discussion (Misc queries) 1 January 29th 06 06:51 AM
I need help with pictures Chiovitti Excel Discussion (Misc queries) 1 January 4th 06 05:38 AM


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

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

About Us

"It's about Microsoft Excel"