#1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default &G in Footer

I'm using XL 2000, and a colleague sent me a file with &G in the footer. I
don't know what version of XL she was using, nor do I know the origin of the
workbook.

Can someone explain if this has something to do with inserting a graphic in
the footer in XL 2002?

Thanks.


  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 4,624
Default &G in Footer

Never used XL02, but in XL04 &G is the code to include a picture in the
footer.

In article ,
"Steve" wrote:

I'm using XL 2000, and a colleague sent me a file with &G in the footer. I
don't know what version of XL she was using, nor do I know the origin of the
workbook.

Can someone explain if this has something to do with inserting a graphic in
the footer in XL 2002?

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default &G in Footer

Steve

Excel 2002 uses &[Picture]...................not &G


Gord Dibben MS Excel MVP

On Tue, 15 May 2007 11:14:59 -0400, "Steve"
wrote:

I'm using XL 2000, and a colleague sent me a file with &G in the footer. I
don't know what version of XL she was using, nor do I know the origin of the
workbook.

Can someone explain if this has something to do with inserting a graphic in
the footer in XL 2002?

Thanks.


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 35,218
Default &G in Footer

But if you look at the recorded code when you insert a picture, that &G rears
its ugly head:

ActiveSheet.PageSetup.LeftHeaderPicture.Filename = _
"C:\My Pictures\mypict.JPG"
With ActiveSheet.PageSetup
.PrintTitleRows = ""
.PrintTitleColumns = ""
End With
ActiveSheet.PageSetup.PrintArea = ""
With ActiveSheet.PageSetup
.LeftHeader = "&G"


Gord Dibben wrote:

Steve

Excel 2002 uses &[Picture]...................not &G

Gord Dibben MS Excel MVP

On Tue, 15 May 2007 11:14:59 -0400, "Steve"
wrote:

I'm using XL 2000, and a colleague sent me a file with &G in the footer. I
don't know what version of XL she was using, nor do I know the origin of the
workbook.

Can someone explain if this has something to do with inserting a graphic in
the footer in XL 2002?

Thanks.


--

Dave Peterson
  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,814
Default &G in Footer

Thanks to all.



"Dave Peterson" wrote in message
...
But if you look at the recorded code when you insert a picture, that &G
rears
its ugly head:

ActiveSheet.PageSetup.LeftHeaderPicture.Filename = _
"C:\My Pictures\mypict.JPG"
With ActiveSheet.PageSetup
.PrintTitleRows = ""
.PrintTitleColumns = ""
End With
ActiveSheet.PageSetup.PrintArea = ""
With ActiveSheet.PageSetup
.LeftHeader = "&G"


Gord Dibben wrote:

Steve

Excel 2002 uses &[Picture]...................not &G

Gord Dibben MS Excel MVP

On Tue, 15 May 2007 11:14:59 -0400, "Steve"

wrote:

I'm using XL 2000, and a colleague sent me a file with &G in the footer.
I
don't know what version of XL she was using, nor do I know the origin of
the
workbook.

Can someone explain if this has something to do with inserting a graphic
in
the footer in XL 2002?

Thanks.


--

Dave Peterson





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default &G in Footer

Thanks Dave


Gord

On Tue, 15 May 2007 12:14:10 -0500, Dave Peterson
wrote:

But if you look at the recorded code when you insert a picture, that &G rears
its ugly head:

ActiveSheet.PageSetup.LeftHeaderPicture.Filename = _
"C:\My Pictures\mypict.JPG"
With ActiveSheet.PageSetup
.PrintTitleRows = ""
.PrintTitleColumns = ""
End With
ActiveSheet.PageSetup.PrintArea = ""
With ActiveSheet.PageSetup
.LeftHeader = "&G"


Gord Dibben wrote:

Steve

Excel 2002 uses &[Picture]...................not &G

Gord Dibben MS Excel MVP

On Tue, 15 May 2007 11:14:59 -0400, "Steve"
wrote:

I'm using XL 2000, and a colleague sent me a file with &G in the footer. I
don't know what version of XL she was using, nor do I know the origin of the
workbook.

Can someone explain if this has something to do with inserting a graphic in
the footer in XL 2002?

Thanks.


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
Footer in XL Andre Excel Worksheet Functions 4 October 7th 06 06:51 PM
footer hornless unicorn Excel Discussion (Misc queries) 6 July 24th 06 05:40 PM
Footer nc Excel Discussion (Misc queries) 7 April 24th 06 09:41 AM
Footer tjh Excel Worksheet Functions 6 October 18th 05 02:37 AM
"&" in footer Biff Excel Discussion (Misc queries) 2 July 19th 05 12:49 PM


All times are GMT +1. The time now is 07:50 AM.

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"