Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Keeping images visible on sheets

I need to have an image remain visible on a worksheet while the user
copies text from the image into cells below. The users have 100's of
scanned images, and for small clean images a picturebox works fine - no
problem. But for larger images, the user will need to scroll, zoom, and
possibly enhance the image in order to read it.

I've tried embedding the Kodak image control, Ppt slides and
presentations and MSPhotoEd with code like:
ActiveSheet.OLEObjects.Add(ClassType:="PowerPoint. Show.8",
Link:=False, DisplayAsIcon:=False).Activate
(from recorded macros) but the image always vanishes when each s/sheet
cell gets focus to enter its data.

What am I doing wrong? Or is there a better way?

Many thanks

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default Keeping images visible on sheets

Couldn't you just open the image in its own application.
Then open excel.

Then resize those two windows so that each is visible.

(It seems way easier to me.)



Mark Waiti wrote:

I need to have an image remain visible on a worksheet while the user
copies text from the image into cells below. The users have 100's of
scanned images, and for small clean images a picturebox works fine - no
problem. But for larger images, the user will need to scroll, zoom, and
possibly enhance the image in order to read it.

I've tried embedding the Kodak image control, Ppt slides and
presentations and MSPhotoEd with code like:
ActiveSheet.OLEObjects.Add(ClassType:="PowerPoint. Show.8",
Link:=False, DisplayAsIcon:=False).Activate
(from recorded macros) but the image always vanishes when each s/sheet
cell gets focus to enter its data.

What am I doing wrong? Or is there a better way?

Many thanks

*** Sent via Developersdex http://www.developersdex.com ***


--

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
Keeping certain columns/rows visible MichaelPhilips Excel Discussion (Misc queries) 2 January 8th 09 05:40 PM
keeping an auto shape or text box visible in an excel chart bdamin Charts and Charting in Excel 0 September 22nd 08 08:06 PM
Keeping first line visible Ann in Italy Excel Discussion (Misc queries) 4 June 15th 06 11:16 AM
Keeping excel visible Mike K Excel Programming 3 September 9th 05 04:39 PM
keeping worksheet title visible during scrolling New at excel Excel Worksheet Functions 2 February 16th 05 01:30 AM


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