Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default Userform Image help

I have a userform created and I want it to flash in front
of the main spreadsheet until I tell it to go away. I know
how to do this, but I need to know - how can I get an
image of my companies logo inserted into the user screen.
I have tried to paste it in the image box with no luck.

Also is it possible to access the web from the userform?

Does anyone have a idea that I can try.

Thanks
Pete W
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Userform Image help

Pete,

Put an Image control on the form as use LoadPicture.

Private Sub UserForm_Initialize()
Me.Image1.Picture = LoadPicture("C:\filename.jpg")
End Sub


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"Pete" wrote in message
...
I have a userform created and I want it to flash in front
of the main spreadsheet until I tell it to go away. I know
how to do this, but I need to know - how can I get an
image of my companies logo inserted into the user screen.
I have tried to paste it in the image box with no luck.

Also is it possible to access the web from the userform?

Does anyone have a idea that I can try.

Thanks
Pete W



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
image url dunkr1 Excel Worksheet Functions 1 October 31st 08 12:15 PM
Automatically adding image extension ".jpg" to end of image name Alain Excel Discussion (Misc queries) 3 June 19th 08 03:21 PM
Transfering one image to another image LT Excel Discussion (Misc queries) 0 April 27th 07 06:55 PM
Hyperlink to an image in other worksheet, displaying entire image. twilliams Excel Worksheet Functions 0 February 7th 06 10:02 PM
userform image from picture in worksheet Doug Glancy[_5_] Excel Programming 2 November 10th 03 04:43 AM


All times are GMT +1. The time now is 09:15 AM.

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"