•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the Visual Basic 4 / 5 / 6 section within the Software Development category of DaniWeb, a massive community of 456,601 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,464 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
Views: 920 | Replies: 2
![]() |
•
•
Join Date: Jul 2007
Posts: 113
Reputation:
Rep Power: 2
Solved Threads: 0
Good people,
Please can someone show me how I can add a permanent comment to the end (footer) of my spreadsheet. I want this comment to be visible when the spreadsheet is printed.
I know how to add the comment on the spreadsheet that is visible only when you hover the cursor on it. But I want to hard-code it in my module.
Thanks,
tgifgemini
Please can someone show me how I can add a permanent comment to the end (footer) of my spreadsheet. I want this comment to be visible when the spreadsheet is printed.
I know how to add the comment on the spreadsheet that is visible only when you hover the cursor on it. But I want to hard-code it in my module.
Thanks,
tgifgemini
Hi tgif,
I think u want a Custimized Page Footer. This is how you do it :
REgards
Veena
I think u want a Custimized Page Footer. This is how you do it :
vb Syntax (Toggle Plain Text)
ActiveSheet.PageSetup.PrintArea = "" With ActiveSheet.PageSetup .LeftHeader = "" .CenterHeader = "" .RightHeader = "" .LeftFooter = "New Page Footer " .CenterFooter = "" .RightFooter = "" End With
REgards
Veena
Last edited by QVeen72 : Sep 8th, 2007 at 7:43 am.
![]() |
•
•
•
•
•
•
•
•
DaniWeb Visual Basic 4 / 5 / 6 Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- How to create a Comment Box/Guestbook in HTML (Site Layout and Usability)
- How is your forum doing? (Growing an Online Community)
- WINDOWS vs LINUX (Windows NT / 2000 / XP / 2003)
- How to set up password to keep Windows from starting??? (Windows NT / 2000 / XP / 2003)
- The Sims 2 Error (Techies' Lounge)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: text box that displays a lists of suggestions/choices like in yahoo search box
- Next Thread: how to have the code pause and then continue with a key stroke


Linear Mode