.
.
.
"DFDGirl" <melissa...@gmail.com>
wrote in message
news:792d21e2-72a9-4541...@j8g2000yqd.googlegroups.com...
Jim what kind of Image? I am looking to put the Page # on there? Is
there a way to do that in a text box?
Example: The following code adds a picture of a padlock to the left footer...
'---
ActiveSheet.PageSetup.LeftFooter = vbNullString
With ActiveSheet.PageSetup.LeftFooterPicture
.Filename = "F:\Icons\vista_toolbar_c\BMP\Lock.bmp"
End With
ActiveSheet.PageSetup.LeftFooter = "&G"
---
Jim Cone
Portland, Oregon USA
.
.
.
"DFDGirl" <melissa...@gmail.com>
wrote in message
news:125eaab6-56a6-4629...@q1g2000yqg.googlegroups.com...
Well I appreciate your efforts. I could not get the side printing to
work either. Thank you.
Maybe you can use my idea, set ur View into a "Page Break View" then
merge each last coloumn, for the first column use Ctrl+1 (Format
Cell), then go to NUMBER TAB in CATEGORY=Costum, in TYPE just type...
"(Text) Page"0
Then in ALIGNMENT TAB, Horizontal=Center, Vertical=Center, Degrees is
90, Then enter.
Copy the first page last column into next page last column, then use
this formula =i1+1 (lets assume ur "i1" is ur last column in page#1.
Then do it into ur next page so forth and so on........
This one does not need some HeadAche codes but it works, need only to
copy those columns into next.
Hope this will help, hehe!
~jaeson