-
WSkiazd
AskWoody LoungerRE: All I can say is that is sounds as if the bin settings are somehow stored with the Excel file, although I wouldn’t have thought it to be the case.
It is indeed the case in both Word and Excel. Any item that you save in page setup such landscape or tray setting will stick. Can understand page orientation, but tray setting is strange.
-
WSkiazd
AskWoody LoungerAttachment is opened by double click, and then printed. I just tested sending an Excel worksheet with a setting to print to bin 4 to a co-worker. He normally prints to bin 2 of the same printer that I do, and when he attempted to print it, it did so in bin 4 as I had set it.
Guess the question is, why would an Excel setting over-ride your default printer settings?
Will have to have clients involved, check to see if they have some unusual Excel settings.
Thanks for the clue.
-
WSkiazd
AskWoody LoungerJanuary 28, 2005 at 3:36 pm in reply to: Linking within Word XP (Word XP – Linking within the document) #925327When i go to Edit>Links, Links is greyed out.
Double clicking opens Excel as an object in Word.
Everything that the client wanted is working to his satisfaction. Saves some time in getting the document completed. If he is happy, I’m happy and thanks to the forum for helping me to learn some more Word features.
-
WSkiazd
AskWoody LoungerIf all you are trying to do is ignore the zero’s in your column try =Average(if (b2:b120,b2:b12,””)) and enter it as an array CRTL+SHIFT+ENTER. Using this formula on the sample sheet from above, the average works out to 47.28571.
-
WSkiazd
AskWoody LoungerJanuary 27, 2005 at 6:22 pm in reply to: Linking within Word XP (Word XP – Linking within the document) #925164Thanks for the further information. Excel is embedded. However, when I re-open the document I get the message about being linked to another file and do I want to up-date the links. Click OK and everything seems to run OK.
I say that the file is embedded because I have to open Word and then edit the Excel sheet. This seems to correspond to the inforamtion taken from Page 143 of “Using Microsoft Office XP” in the section “Embedding versus Linking”.
-
WSkiazd
AskWoody LoungerJanuary 27, 2005 at 4:15 pm in reply to: Linking within Word XP (Word XP – Linking within the document) #925122This Word document also has an Excel spreadsheet incorporated. Is there a way to link 2 excel cells to the Word portion of the document.? For example, assume that cell D5 in the Excel portion has a sum command. The client would like to have the total from D5 be entered also into a paragraph in the Word portion of the document.
Thanking you in advance.
I have found how to link the cell to the Word document thro’ Paste/Special. However, it will not automatically update in Word. I have to force an update.
-
WSkiazd
AskWoody LoungerW2K, XP and drivers are the latest
-
WSkiazd
AskWoody LoungerJanuary 27, 2005 at 12:40 am in reply to: Linking within Word XP (Word XP – Linking within the document) #925003Thanks for the replies. I went to Stuart’s suggestion. Works great!
-
WSkiazd
AskWoody LoungerThe CenterFooter = Format(Date, “mmm, d, yyyy”) gives the currrent date, not the created date. I noted an earlier reply for a static date is ActiveCell = Date. Can this be put into the CenterFooter, and if so, what would be the syntax. Would CenterFooter = Date return a static date, that is the date the document was created.
-
WSkiazd
AskWoody LoungerThank you. Didn’t realize the diference between the &N and & P.
Once again, Thanks.
-
WSkiazd
AskWoody LoungerHans, I tried the code you provided. However, it still does not seem to work properly. I created a 2 page Excel file ran the code you provided. I now get the footer on all pages, but the page number on each page is 2.
I have checked and double checked the code and it is identical to yours.
Sorry to be a bother about this, but as I am very new to using vba in Excel I need all the help I can get.
I must say that this site and all you knowledgeable people are a great resource.
-
WSkiazd
AskWoody LoungerI tried your suggestion of selecting multiple sheets (4). I then ran the macro to insert the footer. I selected all 4 sheets to print. Footer still appears only on the first sheet, but numbered 4.
Is there some other change I have to make?
Thanks.
-
WSkiazd
AskWoody LoungerWhat changes would have to be made to the vba in order to have the footer appear on each sheet of a spreadsheet with the appropriate page number on each sheet.? For example, sheet 1 would be 1, sheet 2, 2, sheet 3, 3, etc.
When I attempted to do this with 3 sheets, the footer appears only on the first sheet, but the page number on the first sheet reads 3. Footers do no show on sheet 2 and 3.
-
WSkiazd
AskWoody LoungerThe code for inserting time and date into an active cell is great. However, is there away to put it into the following code which inserts path/name and page number in the footer? Thanks in advance.
Sub InsertFooter()
‘
‘ InsertFooter Macro
‘ Macro recorded 09-12-2004
‘
‘ Keyboard Shortcut: Ctrl+Shift+F
‘
Range(“G7”).Select
With ActiveSheet.PageSetup
.PrintTitleRows = “”
.PrintTitleColumns = “”
End With
ActiveSheet.PageSetup.PrintArea = “”
With ActiveSheet.PageSetup
.LeftHeader = “”
.CenterHeader = “”
.RightHeader = “”
.LeftFooter = “&Z&F”
.CenterFooter = “”
.RightFooter = “&N”
.LeftMargin = Application.InchesToPoints(0.75)
.RightMargin = Application.InchesToPoints(0.75)
.TopMargin = Application.InchesToPoints(1)
.BottomMargin = Application.InchesToPoints(1)
.HeaderMargin = Application.InchesToPoints(0.5)
.FooterMargin = Application.InchesToPoints(0.5)
.PrintHeadings = False
.PrintGridlines = False
.PrintComments = xlPrintNoComments
.PrintQuality = 600
.CenterHorizontally = False
.CenterVertically = False
.Orientation = xlPortrait
.Draft = False
.PaperSize = xlPaperLetter
.FirstPageNumber = xlAutomatic
.Order = xlDownThenOver
.BlackAndWhite = False
.Zoom = 100
.PrintErrors = xlPrintErrorsDisplayed
End With
End Sub -
WSkiazd
AskWoody LoungerJanuary 7, 2005 at 6:50 pm in reply to: Autofill a cell after selecting from combo box (2003) #919532What happens if the facilty list has 2 names the same? I have tried to use this formula on a staff list. If 2 people have the same last name the vlookup will only return the first name from the list. From what I have read this is a draw back to using vlookup. The same happens with an Index/Match. Other than assigning some unique number code to each person, is there another way to handle duplicate names from the data validation list?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Blocking Search (on task bar) from going to web
by
HenryW
32 minutes ago -
Windows 10: Microsoft 365 Apps will be supported up to Oct. 10 2028
by
Alex5723
3 hours, 50 minutes ago -
Add or Remove “Ask Copilot” Context Menu in Windows 11 and 10
by
Alex5723
3 hours, 57 minutes ago -
regarding april update and may update
by
heybengbeng
5 hours, 26 minutes ago -
MS Passkey
by
pmruzicka
1 hour, 30 minutes ago -
Can’t make Opera my default browser
by
bmeacham
13 hours, 6 minutes ago -
*Some settings are managed by your organization
by
rlowe44
2 hours, 23 minutes ago -
Formatting of “Forward”ed e-mails
by
Scott Mills
12 hours, 1 minute ago -
SmartSwitch PC Updates will only be supported through the MS Store Going Forward
by
PL1
1 day, 7 hours ago -
CISA warns of hackers targeting critical oil infrastructure
by
Nibbled To Death By Ducks
1 day, 16 hours ago -
AI slop
by
Susan Bradley
6 hours, 48 minutes ago -
Chrome : Using AI with Enhanced Protection mode
by
Alex5723
1 day, 18 hours ago -
Two blank icons
by
CR2
5 hours, 43 minutes ago -
Documents, Pictures, Desktop on OneDrive in Windows 11
by
ThePhoenix
2 days, 2 hours ago -
End of 10
by
Alex5723
2 days, 5 hours ago -
Single account cannot access printer’s automatic duplex functionality
by
Bruce
1 day, 3 hours ago -
test post
by
gtd12345
2 days, 11 hours ago -
Privacy and the Real ID
by
Susan Bradley
2 days, 1 hour ago -
MS-DEFCON 2: Deferring that upgrade
by
Susan Bradley
4 hours, 3 minutes ago -
Cant log on to oldergeeks.Com
by
WSJonharnew
2 days, 15 hours ago -
Upgrading from Win 10
by
WSjcgc50
1 day, 3 hours ago -
USB webcam / microphone missing after KB5050009 update
by
WSlloydkuhnle
1 day, 7 hours ago -
TeleMessage, a modified Signal clone used by US government has been hacked
by
Alex5723
3 days, 7 hours ago -
The story of Windows Longhorn
by
Cybertooth
2 days, 19 hours ago -
Red x next to folder on OneDrive iPadOS
by
dmt_3904
3 days, 9 hours ago -
Are manuals extinct?
by
Susan Bradley
9 hours, 55 minutes ago -
Canonical ditching Sudo for Rust Sudo -rs starting with Ubuntu
by
Alex5723
3 days, 18 hours ago -
Network Issue
by
Casey H
3 days, 5 hours ago -
Fedora Linux is now an official WSL distro
by
Alex5723
4 days, 6 hours ago -
May 2025 Office non-Security updates
by
PKCano
4 days, 7 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.