Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Excel / General Excel Questions / March 2008

Tip: Looking for answers? Try searching our database.

How to edit cells over background picture in Excel 2003

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Athon1 - 25 Oct 2007 10:10 GMT
I would like to use a picture as a background and edit cells over or under
it, I have set transparencies and used send to back options with no luck, I
prefer to avoid using the watermark option for lack of versatility.
Zone - 25 Oct 2007 11:33 GMT
I don't know if this will be of any help, but since no one else has
responded, here goes:
You can get to any cell by using Goto.  Then use the arrow keys to move
around, not the mouse.  Problem is, of course, you can't really see what
you're working on except that the contents of the selected cell will show in
the formulabar.  (Pressing F2 will show the contents through the picture.)

Or, it might be worthwhile to paste this little macro into a standard module
and assign a shortcut key to it to so you can toggle the picture's visible
property on and off.  First, click on the picture and look at its name on
the left side of the formulabar to make sure it really is named "Picture 1".
If not, change its name in the code.  Maybe of some help unless someone else
has an idea.  James

Sub PixVis()
   With ActiveSheet.Shapes("Picture 1")
       .Visible = Not .Visible
   End With
End Sub

>I would like to use a picture as a background and edit cells over or under
> it, I have set transparencies and used send to back options with no luck,
> I
> prefer to avoid using the watermark option for lack of versatility.
pdberger - 13 Mar 2008 23:29 GMT
Here's how --

Insert the picture as a jpeg or bitmap.  Open the 'picture' toolbar, and
click on the 'set transparent color' icon.  Then click on the color you want
to become transparent, and you're good to go.

You can't type into cells through the picture, but you can see where they
are, get them aligned, and then move the picture, do your work, and move it
back.

HTH

> I don't know if this will be of any help, but since no one else has
> responded, here goes:
[quoted text clipped - 20 lines]
> > I
> > prefer to avoid using the watermark option for lack of versatility.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.