Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default How can you assign a bmp. file to a formula or macro?

I have a spreadsheet that is for different certifications. I need to be able
to have different .bmp files assigned to a particular cell. I would like to
be able to have a formula or macro that would insert the files. Is that
possible?

Thanks
Kelly

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,058
Default How can you assign a bmp. file to a formula or macro?

Here is a macro for inserting a single pictu

Sub Macro2()
Range("F23").Select
ActiveSheet.Pictures.Insert ("C:\WINNT\Coffee Bean.bmp")
End Sub

Adapt it or use a loop to insert a set of pictures.
--
Gary's Student


"Kelly" wrote:

I have a spreadsheet that is for different certifications. I need to be able
to have different .bmp files assigned to a particular cell. I would like to
be able to have a formula or macro that would insert the files. Is that
possible?

Thanks
Kelly

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 132
Default How can you assign a bmp. file to a formula or macro?

Thanks for you help, I'll give this a try and let you know...

"Gary''s Student" wrote:

Here is a macro for inserting a single pictu

Sub Macro2()
Range("F23").Select
ActiveSheet.Pictures.Insert ("C:\WINNT\Coffee Bean.bmp")
End Sub

Adapt it or use a loop to insert a set of pictures.
--
Gary's Student


"Kelly" wrote:

I have a spreadsheet that is for different certifications. I need to be able
to have different .bmp files assigned to a particular cell. I would like to
be able to have a formula or macro that would insert the files. Is that
possible?

Thanks
Kelly

  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default How can you assign a bmp. file to a formula or macro?

Kelly

See JE McGimpsey's site for adding pictures based on cell value.

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


Gord Dibben MS Excel MVP

On Thu, 11 Jan 2007 05:28:00 -0800, Kelly
wrote:

I have a spreadsheet that is for different certifications. I need to be able
to have different .bmp files assigned to a particular cell. I would like to
be able to have a formula or macro that would insert the files. Is that
possible?

Thanks
Kelly


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
Using Macro to Save Copy of File to New Location Chris Z Excel Discussion (Misc queries) 3 September 12th 06 11:26 PM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
quick way to copy-paste a formula linked to cells in another file iniakupake Excel Worksheet Functions 2 September 26th 05 03:56 AM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 07:48 PM
Help with macro formula and variable Huge project Excel Worksheet Functions 0 December 28th 04 01:27 AM


All times are GMT +1. The time now is 03:55 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"