Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1
Default How to edit cells over background picture in Excel 2003

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.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 373
Default How to edit cells over background picture in Excel 2003

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

"Athon1" wrote in message
...
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.



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 258
Default How to edit cells over background picture in Excel 2003

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

"Zone" wrote:

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

"Athon1" wrote in message
...
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.




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
Can I set a picture to be a background in excel Bradley Burton Excel Discussion (Misc queries) 1 June 5th 07 01:10 AM
put a picture in the background of an excel spreadsheet? Kenneth white Excel Discussion (Misc queries) 2 May 15th 07 04:44 PM
Set the size of a background picture in Excel Stu Excel Discussion (Misc queries) 0 January 23rd 06 04:20 PM
Excel background picture SuperBob New Users to Excel 2 October 28th 05 09:51 AM
In Excel 2000, Cannot edit cells in worksheet created in 2003? hbca4 Excel Discussion (Misc queries) 2 July 26th 05 06:21 PM


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