B
Bo Wisén
Sorry for asking about Excel VBA in a Word group, but my ISP doesn't have a
Excel newgroup on their server.
I have figured out how to write something in the Excel footer:
Dim text as string
With ActiveSheet.PageSetup
.LeftFooter = text
End With
But is there a way to do the opposite, determine the actually footer text?
Thanks
Bo
Excel newgroup on their server.
I have figured out how to write something in the Excel footer:
Dim text as string
With ActiveSheet.PageSetup
.LeftFooter = text
End With
But is there a way to do the opposite, determine the actually footer text?
Thanks
Bo