-
WSJim Cone
AskWoody LoungerSub HoneyWhatsYourName()
‘Jim Cone – Portland Oregon – Dec 2008
‘Identifies Group name for grouped shapes.
Dim x As Long
Dim N As Long
Dim Shp As Shape
Dim strname As String
strname = Application.Caller
For Each Shp In ActiveSheet.Shapes
If Shp.Type = msoGroup Then
x = Shp.GroupItems.Count
For N = 1 To x
If Shp.GroupItems(N).Name = strname Then
MsgBox Shp.Name
Exit For
End If
Next
End If
Next
Set Shp = Nothing
End Sub -
WSJim Cone
AskWoody LoungerWell, there is a windows update newsgroup…
http://groups.google.com/group/microsoft.p…wsupdate/topics
I have never used it. (so far)
—
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerMaybe…
http://support.microsoft.com/kb/290301
…Window Installer Cleanup Utility
—
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerYour declaration for Arrall() is incorrect.
It should be: Dim Arrall(0 to 10, 0 to 7) ’11 rows by 8 columns
However a slightly different approach may work best for you…
‘–
Public Sub daysarr()
Dim ArrCrew1Days(10) As String
Dim ArrCrew2Days(10) As String
Dim ArrCrew3Days(10) As String
Dim ArrCrew4Days(10) As String
Dim ArrCrew5Days(10) As String
Dim ArrCrew6Days(10) As String
Dim ArrCrew7Days(10) As String
Dim ArrCrew8Days(10) As String
Dim Arrall As Variant‘code to fill the arrays goes here
Arrall = Array(ArrCrew1Days, ArrCrew2Days, ArrCrew3Days, ArrCrew4Days, _
ArrCrew5Days, ArrCrew6Days, ArrCrew7Days, ArrCrew8Days)Range(“A13:H23”).Value = Application.Transpose(Arrall)
End Sub
‘–
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerMy Excel add-in “Display Word Permutations” may be useful?
It is attached. It will display permutations for words or numbers up to 8 characters.
(Order matters in permutations)
There is also an option to flag legitimate words created in the list.
It finds the first empty column on the active worksheet to place the list.
A Word.doc install/use file is included.
‘–
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerSub PrintEachRow()
‘Jim Cone – June 2005 – Select print area and run code.
Dim rngPrint As Excel.Range
Dim rngRow As Excel.Range
Set rngPrint = Application.Intersect(Selection, ActiveSheet.UsedRange)If Not rngPrint Is Nothing Then
For Each rngRow In rngPrint.Rows
If Application.CountA(rngRow) > 0 Then
rngRow.PrintOut copies:=1
End If
Next
End If
Set rngPrint = Nothing
Set rngRow = Nothing
End Sub
‘—
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerI think what is wrong is that I misinterpreted what you are after.
The formula returns a random cell value from the data not an entire row.
I believe “Data Analysis Sampling” also returns individual cell values not entire rows.
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerMaybe this formula instead…
=INDEX($B$5:$U$504,RANDBETWEEN(1,500),RANDBETWEEN(1,20))
Assumes your data is in B5:U504 and that you have the Analysis ToolPak installed.
Fill the formula across 30 cells to get 30 random samples. Press the F9 key to refresh.
Jim Cone
Portland, Oregon USA -
WSJim Cone
AskWoody LoungerA custom Hosts file that is updated about once a month is available here…
http://www.mvps.org/winhelp2002/hosts.htm%5B/url%5D
Their explanation on the website leave something to be desired but it does knock out
a bunch of advertising leaving blank areas. (I use FireFox)
Also, strictly as a test , I found it prevents access to a number of questionable “adult” websites.
Download it, unzip it and send it to…
C:WINDOWSsystem32driversetc (Windows XP)Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware%5B/url%5D
(Excel Add-ins / Excel Programming) -
WSJim Cone
AskWoody LoungerI have read a report in another newsgroup that there is an absolute limit to the number of sheets in a workbook.
Both Excel 2003 and Excel 2007 crashed upon adding the 5,448th sheet.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware%5B/url%5D
(Excel Add-ins / Excel Programming) -
WSJim Cone
AskWoody LoungerYes, and the ZA forum is full of complaints about it.
I tried installing it anyway. That was a mistake.
It refused to install and on reboot the True Vector service would not run.
I tried a couple of reboots and it told me each time that there was an error and I should reboot.
Had to use a Windows restore point to get squared away.
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware -
WSJim Cone
AskWoody LoungerYou are welcome.
Others should note that since my original post in May, 2007 – the terms
upon which the program is offered have changed.
The List Files program is still available by direct download however,
a payment of $7.00 is requested if you decide to keep the program.
Jim Cone
San Francisco -
WSJim Cone
AskWoody LoungerIf you have Microsoft Excel, the free Excel add-in “List Files”
will do that (and more). Download from…
http://www.realezsites.com/bus/primitivesoftware%5B/url%5D
No registration required.Jim Cone
San Francisco, USA -
WSJim Cone
AskWoody LoungerThis might be of interest…
http://blogs.msdn.com/excel/archive/2006/08/28/724641.aspx%5B/url%5D
“Deprecated Features For Charting”
(Excel 2007 – Eric Patterson – Microsoft)
—
Jim Cone
San Francisco, USA
http://www.realezsites.com/bus/primitivesoftware%5B/url%5D -
WSJim Cone
AskWoody Loungerre: “did you intentionally put code in your program to prevent that?”
Look at the “IsAddin” property of the workbook object.
Jim Cone
![]() |
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
3 hours, 38 minutes ago -
FBI: Still Using One of These Old Routers? It’s Vulnerable to Hackers
by
Alex5723
9 hours ago -
Windows AI Local Only no NPU required!
by
RetiredGeek
5 hours, 45 minutes ago -
Stop the OneDrive defaults
by
CWBillow
9 hours, 49 minutes ago -
Windows 11 Insider Preview build 27868 released to Canary
by
joep517
19 hours, 45 minutes ago -
X Suspends Encrypted DMs
by
Alex5723
21 hours, 57 minutes ago -
WSJ : My Robot and Me AI generated movie
by
Alex5723
22 hours, 15 minutes ago -
Botnet hacks 9,000+ ASUS routers to add persistent SSH backdoor
by
Alex5723
22 hours, 52 minutes ago -
OpenAI model sabotages shutdown code
by
Cybertooth
23 hours, 29 minutes ago -
Backup and access old e-mails after company e-mail address is terminated
by
M W Leijendekker
11 hours, 39 minutes ago -
Enabling Secureboot
by
ITguy
18 hours, 39 minutes ago -
Windows hosting exposes additional bugs
by
Susan Bradley
1 day, 7 hours ago -
No more rounded corners??
by
CWBillow
1 day, 3 hours ago -
Android 15 and IPV6
by
Win7and10
16 hours, 57 minutes ago -
KB5058405 might fail to install with recovery error 0xc0000098 in ACPI.sys
by
Susan Bradley
1 day, 19 hours ago -
T-Mobile’s T-Life App has a “Screen Recording Tool” Turned on
by
Alex5723
1 day, 22 hours ago -
Windows 11 Insider Preview Build 26100.4202 (24H2) released to Release Preview
by
joep517
1 day, 17 hours ago -
Windows Update orchestration platform to update all software
by
Alex5723
2 days, 5 hours ago -
May preview updates
by
Susan Bradley
1 day, 17 hours ago -
Microsoft releases KB5061977 Windows 11 24H2, Server 2025 emergency out of band
by
Alex5723
1 day, 8 hours ago -
Just got this pop-up page while browsing
by
Alex5723
1 day, 21 hours ago -
KB5058379 / KB 5061768 Failures
by
crown
1 day, 19 hours ago -
Windows 10 23H2 Good to Update to ?
by
jkitc
21 hours, 12 minutes ago -
At last – installation of 24H2
by
Botswana12
2 days, 21 hours ago -
MS-DEFCON 4: As good as it gets
by
Susan Bradley
17 hours, 59 minutes ago -
RyTuneX optimize Windows 10/11 tool
by
Alex5723
3 days, 9 hours ago -
Can I just update from Win11 22H2 to 23H2?
by
Dave Easley
1 day, 7 hours ago -
Limited account permission error related to Windows Update
by
gtd12345
3 days, 22 hours ago -
Another test post
by
gtd12345
3 days, 23 hours ago -
Connect to someone else computer
by
wadeer
20 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.