Go Back  Xtreme Visual Basic Talk > Legacy Visual Basic (VB 4/5/6) > VBA / Office Integration > Excel > Adding a path to the footnote in an excel worksheet


Reply
 
Thread Tools Display Modes
  #1  
Old 07-23-2003, 05:28 PM
Teezmanian Teezmanian is offline
Newcomer
 
Join Date: Jul 2003
Posts: 1
Default Adding a path to the footnote in an excel worksheet


Can someone help me, i realise they may seem stupid or trivial to whoever knows the answer, but truth is i am stomped... I have been looking for a way to add, within the footnote of an excel worksheet the path as well as the file name of the said document... ( as can be done in word ) I simply have not found the option to do so.. is it even possible to do?
Reply With Quote
  #2  
Old 07-24-2003, 07:39 AM
Wamphyri's Avatar
Wamphyri Wamphyri is offline
Variable not defined

Retired Moderator
* Guru *
 
Join Date: Apr 2002
Location: Ottawa, Ontario
Posts: 4,793
Default

Do you mean a footer rather than a footnote? Excel to my knowledge doesn't have footnotes.
If you meant a footer use:
Code:
With ActiveSheet.PageSetup .LeftFooter = "One" .CenterFooter = "of" .RightFooter = "these" End With
__________________
-Carl
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Open a excel worksheet in.... Colin13 Excel 10 04-28-2003 07:22 AM
Populating an Excel Worksheet embedded in an Access Report with data mavalon Word, PowerPoint, Outlook, and Other Office Products 7 04-23-2003 01:31 PM
Excel worksheet on a Form cosmosis Word, PowerPoint, Outlook, and Other Office Products 3 09-10-2002 09:26 AM
Adding a excel worksheet gerconn Word, PowerPoint, Outlook, and Other Office Products 1 07-24-2002 05:00 AM

Advertisement:





Free Publications
The ASP.NET 2.0 Anthology
101 Essential Tips, Tricks & Hacks - Free 156 Page Preview. Learn the most practical features and best approaches for ASP.NET.
subscribe
Programmers Heaven C# School Book -Free 338 Page eBook
The Programmers Heaven C# School book covers the .NET framework and the C# language.
subscribe
Build Your Own ASP.NET 3.5 Web Site Using C# & VB, 3rd Edition - Free 219 Page Preview!
This comprehensive step-by-step guide will help get your database-driven ASP.NET web site up and running in no time..
subscribe
 
 
-->