If you have many to do try this:
Here is some code from L. Howard Kittle.
In this Zip file you can find 4 example workbooks with code to insert watermarks in to your pages.
1 : Watermark Horizontal LANDSCAPE
2 : Watermark Horizontal PORTRAIT
3 : Watermark Vertical LANDSCAPE
4 : Watermark Vertical PORTRAIT
You can download it here.
http://www.rondebruin.nl/files/Watermark.zip
--
Regards Ron de Bruin
(Win XP Pro SP-1 XL2002 SP-2)
www.rondebruin.nl
"JC" <Joey.Co...@bep.treas.gov> wrote in message news:320101c32465$3bd88bd0$a601...@phx.gbl...
or
Insert onto the worksheet an image where you would
normally have the data.
Select the image and send it to the back, make yhe image
transparent
reduce the images brightness so that it is as you need it
Alternately
Print onto your paper the item for the background
put the paper back into the printer and print what you want
Ron
>-----Original Message-----
>Is there a way to insert text watermarks in Excel?
>.
>
--
Greeting from the Mississippi Gulf Coast!
http://myweb.cableone.net/twodays
"JC" <Joey.Co...@bep.treas.gov> wrote in message
news:347301c32469$7ac60670$a101...@phx.gbl...
To uninstall:
Sub WaterMarkerGone1()
Application.ScreenUpdating = False
Dim Page As Integer
For Page = 1 To 14
On Error Resume Next
ActiveSheet.Shapes("Dum").Select
Selection.Cut
Next Page
End Sub
>.
>
If you're using Excel XP, save the text on Windows Paint as bmp and look for
"Watermarks using Excel XP" at this site:
http://cpap.com.br/orlando
HTH
---
(So that you get best and rapid solution and all may benefit from the
discussion, please reply within the newsgroup, not in email)
"JC" <Joey.Co...@bep.treas.gov> escreveu na mensagem
news:320101c32465$3bd88bd0$a601...@phx.gbl...