-
WSalan sh
AskWoody LoungerBoth monitors are identical. The native resolution of both is 1920 x 1200.
-
WSalan sh
AskWoody LoungerI want them to be the same – the trouble is, one is coming up as 1920 x 1080 when the native resolution for both is 1920 x 1200
-
WSalan sh
AskWoody LoungerYes and it does detect a display but does not display the correct resolutions.
It gets weirder (I haven’t mentioned this before). I actually have 2 24″ displays – both identical. When they are both on DVI (the docking station has twin DVI outputs), all works fine. When one is on Displayport through to the KVM, that monitor does not display correctly.
Alan
-
WSalan sh
AskWoody LoungerI have tried different cables. Not sure if I’ve tried different ports, but as it works on laptop boot (did I say its a laptop? ) I wouldn’t expect that to make a difference.
As to selecting the resolution manually, yes I tried that, even tried selecting ‘unsupported modes’ and still no sign of 1920 x 1200.
Alan
-
WSalan sh
AskWoody LoungerCheers – but that is not my issue. The PC WILL do 1920 x 1200 – it’s just not playing ball when I go through my KVM.
So, back to my original question – can I manually set the resolution of a screen from within Windows 7 , overriding the defaults allowed.
Alan
-
WSalan sh
AskWoody LoungerYes, I have loaded the HP drivers for the monitor and it makes no difference.
Alan
-
WSalan sh
AskWoody LoungerThe other thing to mention is that when the Windows 7 PC starts up, the boot screen will show on the monitor if using VGA directly – it’s only when Windows starts up that it all goes black again. I have tried loading newer drivers, but it makes no difference.
I don’t think I can solve this issue (It’s an HP company build so I can’t do too much to it) which is why I want to see if I can manually set the resolution using DVI or Displayport to VGA converters.
Alan
-
WSalan sh
AskWoody LoungerThe KVM works fine with my other system and two others that I have connected (it’s a 4 way KVM). It’s just this one Windows 7 box (which has a specific HP derived build on it) which is causing problems.
As to the make & model, I can’t remember but it’s a good one with keyboard, button and software change control.
Alan
-
WSalan sh
AskWoody LoungerWhich also shows you which forum is best. Eileens Lounge said it couldn’t be done – this one provides the answer as to how it CAN be done.
I know where I’m staying
Alan
-
WSalan sh
AskWoody LoungerJuly 21, 2014 at 11:30 am in reply to: Is there a version of “MATCH” that works with multiple columns? #1460165Thanks all. Very interesting stuff.
I modified RG’s original to give me back the row and column number and it works great.
However, don’t pass a range that is all the columns or it will loop forever if it can’t find a match (guess how I knew that).
Cheers
Alan
-
WSalan sh
AskWoody LoungerJuly 21, 2014 at 5:38 am in reply to: Is there a version of “MATCH” that works with multiple columns? #1460123Yes, I gathered that (later on).
Cheers
Alan
-
WSalan sh
AskWoody LoungerJuly 21, 2014 at 2:42 am in reply to: Is there a version of “MATCH” that works with multiple columns? #1460117Thanks both – I like both answers but I have no idea why SUMPRODUCT works. Also, Maud, your text doesn’t quite match the formula – the value is in B1, but your formula has $A$1 in it.
Alan
-
WSalan sh
AskWoody LoungerJuly 7, 2014 at 10:46 am in reply to: Query Outlook GAL from Excel using the ‘Alias’ field? #1458708Humm – I tried that code and it didn’t like “cn”. I just did a cut and paste (replacing semi colons with commas)
Alan
-
WSalan sh
AskWoody LoungerCheers – will do
-
WSalan sh
AskWoody LoungerThanks to RG for his input. If anyone wants to use this, feel free. If you wish to modify it (maybe add hours, mins seconds etc) help yourself.
The code will check if a directory called “backup” exists underneath the original folder. It stores a copy of the file in there with todays date before saving the original one in the orginal place. Note that I have got rid of the “Option Explicit” from RG’s code as I am lazy :rolleyes:
Cheers
Alan
Code:Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, _ Cancel As Boolean) Dim zMyYear As String Dim zMyMon As String Dim zMyDay As String Dim fs Set fs = CreateObject(“Scripting.FileSystemObject”) ‘ so we have access to the file system objects zMyYear = Year(Now) zMyMon = Format(Month(Now), “00”) zMyDay = Format(Day(Now), “00”) orig_Fname = ActiveWorkbook.FullName For i = 1 To Len(orig_Fname) If Mid(orig_Fname, i, 1) = “” Then jpos = i If Mid(orig_Fname, i, 1) = “.” Then jdot = i Next i fdir = Left(orig_Fname, jpos) orig_name = Mid(orig_Fname, jpos + 1, jdot – jpos – 1) Bdir = fdir & “backup” If Dir(Bdir, vbDirectory) = “” Then ‘ check that the backup directory exists ‘MsgBox (“No dir – ” & Bdir) MkDir (Bdir) End If Application.EnableEvents = False ‘Turn off Events so SaveAs doesn’t recall the procedure! Application.DisplayAlerts = False SaveAs Filename:=Bdir & “Backup of ” & orig_name & ” ” & zMyYear & “-” & zMyMon & “-” & zMyDay & “.xlsm” Application.DisplayAlerts = False SaveAs Filename:=orig_Fname Application.EnableEvents = True ‘Turn Events back on MsgBox (“Backup and original File saved OK”) Cancel = True End Sub
![]() |
There are isolated problems with current patches, but they are well-known and documented on this site. |
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
-
Office gets current release
by
Susan Bradley
1 hour, 40 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
18 hours, 12 minutes ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
2 hours, 43 minutes ago -
Stop the OneDrive defaults
by
CWBillow
19 hours, 1 minute ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
1 day, 4 hours ago -
X Suspends Encrypted DMs
by
Alex5723
1 day, 7 hours ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
1 day, 7 hours ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
1 day, 8 hours ago -
OpenAI model sabotages shutdown code
by
Cybertooth
1 day, 8 hours ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
20 hours, 50 minutes ago -
Enabling Secureboot
by
ITguy
1 day, 3 hours ago -
Windows hosting exposes additional bugs
by
Susan Bradley
1 day, 16 hours ago -
No more rounded corners??
by
CWBillow
1 day, 12 hours ago -
Android 15 and IPV6
by
Win7and10
1 day, 2 hours ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
2 days, 4 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
2 days, 7 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
2 days, 2 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
2 days, 14 hours ago -
May preview updates
by
Susan Bradley
2 days, 2 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
1 day, 17 hours ago -
Just got this pop-up page while browsing
by
Alex5723
2 days, 7 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
2 days, 4 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
1 day, 6 hours ago -
At last – installation of 24H2
by
Botswana12
3 days, 6 hours ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
4 hours, 12 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
3 days, 18 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
1 day, 17 hours ago -
Limited account permission error related to Windows Update
by
gtd12345
4 days, 8 hours ago -
Another test post
by
gtd12345
4 days, 8 hours ago -
Connect to someone else computer
by
wadeer
9 hours, 32 minutes 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.