-
WSRichJ
AskWoody LoungerDear LindaR, and all,
Thank you for your very kind help. LindaR’s solution will, I think, meet our needs.
From a learner’s point of view, though, I’m wondering if you could help me understand what’s going on in the formula?
[indent]
=INDEX(Master!$B$2:$B$1000,SUM($A$2:A2))
[/indent]
Particularly, your use of SUM as the second INDEX argument.Again, thanks for your help,
Rich -
WSRichJ
AskWoody LoungerSo-o-o close, yet so far away!
Thanks so much
-
WSRichJ
AskWoody LoungerWell, let’s see where we go with your ideas, before we say no!
Thanks,
Rich -
WSRichJ
AskWoody LoungerDear Rory,
They’ll be for display purposes.
Regards,
Rich -
WSRichJ
AskWoody LoungerThank you two for your suggestions about using AutoFilter.
I am seeking a way to do this without using AutoFilter follwed by copy and paste. I envision that I could edit or add to my “master” list and the various dependent lists would dynamically reflect the data in the “master” list without further action.
That’s my challenge!
Thanks,
Rich -
WSRichJ
AskWoody LoungerDear Steve,
Thanks so very much. This seems to meet my client’s needs perfectly.
Once the formulas in column D have been entered, you could hide the column to preclude some visual confusion.
G’Day,
Rich -
WSRichJ
AskWoody LoungerHello y’all,
Thank you for all of your kind suggestions.
I have tried all of your suggestions to no successful result!
Eventually, this Word document is going to be converted to a PDF, so an icon doesn’t meet our needs.
Turns out, that in the previous edition, someone made an image of the Excel worksheet and put that in the Word document.
I still am interested to know if there exists a limitation someone has uncovered?
Thanks so much,
Rich -
WSRichJ
AskWoody LoungerDear Sam,
Your solution worked perfectly. I modified the macros to use a ComboBox, because my client was really ooking for a drop-down menu navigation tool on the worksheet. I didn’t address going to a different worksheet in the active workbook. That shouldn’t be too difficult to achieve, though? I defined all the Names before I wrote the macros.
Here’s the code:
Sub initComboBoxes(dummy As Variant)
‘ Called by Sheet1::Activate & Workbook open to initializes the Combobox named ComboBoxNav‘ Add each macro to the combobox, ComboBoxNav
With Worksheets(“ComboNavTool”).ComboBoxNav
.Clear
.AddItem “GoToPlace1”
.AddItem “GoToPlace2”
.AddItem “GoToPlace3”
.AddItem “GoToPlace4″
End With
End SubSub GoToPlace1()
‘ Create all macros before all other VBA
‘
‘ GoToPlace1 Macro
Application.Goto Reference:=”Place1″
End SubSub GoToPlace2()
‘
‘ GoToPlace2 Macro
Application.Goto Reference:=”Place2″
End SubSub GoToPlace3()
‘
‘ GoToPlace3 Macro
Application.Goto Reference:=”Place3″
End Sub
Sub GoToPlace4()
‘
‘ GoToPlace3 Macro
Application.Goto Reference:=”Place4”
End SubThis next macro was assigned to Form Button to reset the Print Area easily on the Workbook
Sub SetPrintPlace4()
‘
‘ SetPrintPlace4 Macro
‘
ActiveSheet.PageSetup.PrintArea = “”
‘ Application.Goto Reference:=”Place4″
ActiveSheet.PageSetup.PrintArea = “$G$19:$M$36”
End SubI’ve attach the sample workbook, as well.
Thanks for all your help.
Rich -
WSRichJ
AskWoody LoungerThanks Hans for that lead.
Still it begs the issue of assigning a macro to an item list in a ListBox.
Thanks,
Rich -
WSRichJ
AskWoody LoungerHans,
Your FullName suggestion worked perfectly! It is just what we needed. You’re a genius, and thanks so much!
So, it looked like this:
Function WORKBOOKPATH() As String
‘Returns the workbook name of the cell
‘that contains the function
WORKBOOKPATH = Application.Caller.Parent.Parent.FullName
End FunctionI distributed both of these, WORKBOOKNAME and WORKBOOKPATH, via an Excel Add-in.
Tested successfully in MS Excel 2000 in WIN XP Pro, MS Excel 2004 in MAC OS 10.3.9, and MS Excel v.10 in MAC OS 10.3.9.
Thanks so very much, all of you,
Rich -
WSRichJ
AskWoody LoungerHi Steve,
Wow, we’re really close, most probably because I wasn’t as clear as I should have been. Your suggestion certainly returned H:Excel ResourcesRich Created Add-Ins
I was looking for something that included the Workbook name as well. It would return, for example: H:Excel ResourcesRich Created Add-Insmyworkbook.xls
Thanks,
rich -
WSRichJ
AskWoody LoungerHans,
Yes, thanks for the =CELL tip.
And, I was trying to find if there is a way that I could get the path (not oaths
) in my user defined function? Any ideas?
Thanks,
Rich -
WSRichJ
AskWoody LoungerHi Trudi,
Thank you so much for your quick reply!
I tried your suggestion, but I must not be doing something correct. Maybe I’m not as familiar with inner joins. I still can get it to work the way we envisioned! I get no results. Do I run the new query to see all the info we’re after?
Any suggestions?
Thanks a bunch,
G’Day,
Rich -
WSRichJ
AskWoody LoungerWe’re trying to design a Query that returns the Highest Costing Item, and the Lowest Costing Item. Our table includes a field name of Description, and another field name of Cost.
We ran the Query successfully using totals to find at the same time the Max and the Min for the “Cost” field. But we want to know the Description of the Highest and the Lowest! When we include the field “Description”, the Query returns all the records, not simpply max and min.Does anybody know how we could show the “Description” and the Max and Min?
Thanks,
Rich
see http://www.mrwteaches.net/d221%5B/url%5D(URL corrected and made clickable by HansV – see Help 19)
-
WSRichJ
AskWoody LoungerWe’re trying to design a Query that returns the Highest Costing Item, and the Lowest Costing Item. Our table includes a field name of Description, and another field name of Cost.
We ran the Query successfully using totals to find at the same time the Max and the Min for the “Cost” field. But we want to know the Description of the Highest and the Lowest! When we include the field “Description”, the Query returns all the records, not simpply max and min.Does anybody know how we could show the “Description” and the Max and Min?
Thanks,
Rich
see http://www.mrwteaches.net/d221%5B/url%5D(URL corrected and made clickable by HansV – see Help 19)
![]() |
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
-
What is the best notepad++ version for W7? (Awaiting moderation)
by
Picky
7 hours, 47 minutes ago -
What are right steps to move MS 365 Office+OneDrive files from PC to iMac?
by
glnz
15 hours ago -
How to move existing MS 365 Office with OneDrive files from PC to new iMac
by
glnz
15 hours, 5 minutes ago -
How to move MS 365 files (some on OneDrive) from PC to iMac
by
glnz
15 hours, 8 minutes ago -
Microsoft adding Quick Machine Recovery to Windows 11
by
Alex5723
15 hours, 25 minutes ago -
Microsoft vs Passwords
by
Alex5723
23 minutes ago -
Windows 11 Insider Preview build 26200.5516 released to DEV
by
joep517
19 hours, 13 minutes ago -
Windows 11 Insider Preview build 26120.3653 (24H2) released to BETA
by
joep517
19 hours, 15 minutes ago -
Two March KB5053606 updates?
by
Adam
12 hours, 39 minutes ago -
MS Edge Not Updating to v134.0.3124.95 (rel. 27-Mar-2025)
by
lmacri
13 hours, 11 minutes ago -
Intel® Graphics/Sound Driver updates for 7th-10th Gen Intel® Core™ Processor
by
Alex5723
15 hours, 45 minutes ago -
Is there a comprehensve way to tranfer ALL current Edge Settings into a new Edge
by
Tex265
14 hours, 23 minutes ago -
Transferring ALL info/settings from current Firefox to new computer Firefox
by
Tex265
14 hours, 7 minutes ago -
DOGE Wants to Replace SSA 60 Million Line COBOL Codebase in Months
by
EyesOnWindows
9 hours, 39 minutes ago -
KB5051989 Usb printer Post Ipp
by
licencesti
1 day, 7 hours ago -
Removing bypassnro
by
Susan Bradley
2 hours, 4 minutes ago -
Up to 30 seconds to show “Recent Topics”
by
PL1
11 hours, 51 minutes ago -
Sound changes after upgrade from W11 23H2
by
WStaylorpsepa
1 day, 13 hours ago -
Windows bug blocks BIOS updates for Lenovo ThinkPad laptops
by
Alex5723
1 day, 16 hours ago -
O&O Software – ‘World Backup Day’ Sale
by
unbob
1 day, 12 hours ago -
Still version 23H2?
by
WSbxcfilm
1 day, 17 hours ago -
Ubuntu 25.04 (Plucky Puffin) Beta released
by
Alex5723
1 day, 23 hours ago -
How to install App Store apps on an external SSD
by
Alex5723
2 days ago -
Where is Windows going?
by
Susan Bradley
13 hours, 52 minutes ago -
Installing Feature Update Windows 11 24H2
by
geekdom
2 days, 17 hours ago -
Windows 11 Insider Preview build 27823 released to Canary
by
joep517
2 days, 17 hours ago -
Windows 11 Hotpatch
by
Hackmuss
2 days, 1 hour ago -
System Guard service error still won’t be fixed
by
Susan Bradley
2 days, 18 hours ago -
Operation ForumTroll: APT attack with Google Chrome zero-day exploit chain
by
Alex5723
2 days, 12 hours ago -
Troy Hunt of HaveIBeenPwned Phished
by
Lars220
2 hours, 52 minutes ago
Recent blog posts
- Removing bypassnro
- Where is Windows going?
- System Guard service error still won’t be fixed
- Third party add ins reminder
- MS-DEFCON 4: Mixed bag for March
- Classic and Extended Control Panel — no need to say goodbye
- Things you can do in 2025 that you couldn’t do in 2024
- Revisiting Windows 11’s File Explorer
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.