-
WSduthiet
AskWoody LoungerFred:
Your post does not mention if anyone attempted a simple test. In other words, did anyone create a new Apple Excel Workbook and insert a checkbox control? Then upload to cloud and test on an iPhone.
I ask because sometimes coverting files from “numbers” the to Apple Excel and loading to the Cloud could case issues that may not occur if you start with a new workbook and inset the control.
If the test works then copy over as much data as possible from the old to the new and then copy and paste the ‘functional’ checkbox as many times as needed.
Good Luck
TD -
WSduthiet
AskWoody LoungerA problem I have run into is “pasting” where the Crtl C does pick up the data but Excel will not allow the data to be pasted. If this is the issue it may have something to do with Add Ins. However, Using VBA execute the following “Applicaiton.EnableEvents = False” This resolves the paste issue. Just remember to make the statement “True” once done copying so Excel is back to full functionality.
Regards, Tom D
-
WSduthiet
AskWoody LoungerEd
Attached is a sample of what I think you are looking for.
However, it may be better to Pivot Table the Data and use the Pivot Table Filters to extract the desired results. By example use the page for the part number.
Hope this can help.
Regards,
TD
-
WSduthiet
AskWoody LoungerHave not seen this specific problem but make sure the Workbook is ‘compatible’ with Exel 2013. This may require that the Workbook be saved using a different extension. Also in Excel 2010 certain workbook with links (especially borken links) causes Excel to freeze. The only way I have resolved this matter is by breaking the offending links.
Hope this helps.
-
WSduthiet
AskWoody LoungerYour Idea is very good but needs some refinement.
Since auto-complete needs all of the informaiton to be in one column you may try this:
At top put in one column all 25 Categoires. Next hide as many rows as you like (say 15) Now the top of the screen has 10 rows. Use the other columns and copy the hidded Category items so they are visible to you.
Hidding the rows should not effect Excel’s auto-completion and you save top side space.
Of course, you can hide more than 15 rows if you like.
hope this helps.
Tom D
-
WSduthiet
AskWoody LoungerWelcome to the Lounge.
Just a suggestion. Skip the Combo Box and Instead Use Auto-complete.
If possible make each of the 25 items unique, by example:
Original List
Machine Repair
Machine Replace
Machine Down Time
Machine Run Time
Revised List
Repair Machine
Replace Machine
Down Time – Machine
Run Time – Machine
Then put the list above the input lines leaving no empty rows between the list and the first input cell
Now by typing the first letter or first letters Auto-Fill will find the right Category and enter it in the current cell.
HINT: If there has to be blank rows between the Categories and the Input put a Period in the blank cells
Also you may want to use View and Freeze the list of Categories at the top of the Worksheet.
As long as the Category Names are unique this will allow fast and accurate input.
Hope this helps. -
WSduthiet
AskWoody LoungerZeddy:
You might try http://www.mztools.com/v3/download.aspx, I found this on the Web but have never used the tool
Good Luck
Tom D
-
WSduthiet
AskWoody LoungerMarch 11, 2014 at 8:00 am in reply to: How to use a date field within my spreadsheet as notification #1443414Muddy:
Can you be a bit more specific. For Excel to assist you would need to open the workbook every day so that the workbook would compare the due date and the current date. This could be done by using Excel’s Auto Open routines. However this still requires someone to open Excel. What I mean is if someone is away for several days and does not Open Excel you have no protection.
However, if you are using Outlook putting a reminder in Outlook Calendar with a one click “Send out E-Mail” could all be done and skip the Use of Excel. Outlook supports Macro’s.
Regards,
Tom Duthie -
WSduthiet
AskWoody LoungerMarch 3, 2014 at 10:33 am in reply to: very long load and save times with excel 2007 windows 7 #1442108D:
One thing that may help, before running the Macro set Excel 2007 Security to the lowest level. Then run your Macro.
After the Macro is done put the security back to the level your IT Group has as the default.Hope this helps.
TD
-
WSduthiet
AskWoody LoungerFor learning VBA you might want to check hte below MS site
http://msdn.microsoft.com/en-us/library/ee814737%28v=office.14%29.aspx
Hope this helps.
TD
-
WSduthiet
AskWoody LoungerTry this
=IF(AND(B1=”all”,C1=”grp”),6,IF(AND(B1=”all”,OR(C1=”Grp-k”,C1=”prv”)),7,IF(AND(C1=”grp”,OR(B1=”AM”,B1=”PM”)),3,IF(AND(OR(C1=”grp-k”,C1=”Prv”),OR(B1=”AM”,B1=”PM”)),3.5,0))))
Good Luck
-
WSduthiet
AskWoody LoungerDecember 19, 2013 at 1:55 pm in reply to: Excel 2010 – check boxes and option buttons move after save and re-open #1430150Dear TMG9671
If this workbook was created in an older version of Excel make sure you have converted it to an Excel 2010 xlsx or xlsm workbook.
In addition, make sure the properties on the check boxes and option buttons are set to “Do Not Move or Size with Cells”
The above should eliminate the problem. If not you may need to post the workbook so everyone in the Lounge can see the issue and hopefully find a work around.
Hope this helps,
Tom
-
WSduthiet
AskWoody LoungerWelcome to the Lounge:
Your might want to try INDEX rather than offset. I have attached an example. You will need to change some formulas to pick up the data you want.
Hope this helps
Regards,
Tom D
-
WSduthiet
AskWoody LoungerYou could try going to the actual data that the PT is based on and create a new column. Call the new column somehting like ZERO. Put a formula in the new Column that identifies when data is zero and returns a value. BY Example if each row in the Data has 11 columns of crieteria some which could be zero, expand the Data to include a new Col 12. Then use a formula such as IF(AND(A10 =0, B10 = 0, C10 = 0),25,0) Copy down.
Run the PT and include the new column as part of the PT. Using above example, after the PT is done filter on the new column to exclude all 25’s. Now your zero’s are filtered out of the PT.Hope this helps.
-
WSduthiet
AskWoody LoungerSeptember 19, 2013 at 2:09 pm in reply to: Search files for information contained in Excel cell and return path #1413172Welcome to the Lounge
If I understand your question the current Macro is working but it is showing the PATH and FILENAME in COL B, Col C, Etc.
What you want is Col B, Col C, etc just to show the PATH.
To do this you should change the following
Current line myList(1, n) = myDir & “” & MyFileName
New Line myList(1, n) = myDir & “”Hope this helps you issue.
Regards,
TD
![]() |
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
-
Windows Spotlight broken on Enterprise and Pro for Workstations?
by
steeviebops
2 hours, 42 minutes ago -
Denmark wants to dump Microsoft for Linux + LibreOffice
by
Alex5723
4 hours, 9 minutes ago -
How to get Microsoft Defender to honor Group Policy Setting
by
Ralph
3 hours, 18 minutes ago -
Apple : Paragon’s iOS Mercenary Spyware Finds Journalists Target
by
Alex5723
13 hours, 27 minutes ago -
Music : The Rose Room – It’s Been A Long, Long Time album
by
Alex5723
14 hours, 33 minutes ago -
Disengage Bitlocker
by
CWBillow
4 hours, 31 minutes ago -
Mac Mini M2 Service Program for No Power Issue
by
Alex5723
16 hours, 33 minutes ago -
New Win 11 Pro Geekom Setup questions
by
Deo
1 hour, 13 minutes ago -
Windows 11 Insider Preview build 26200.5651 released to DEV
by
joep517
23 hours, 48 minutes ago -
Windows 11 Insider Preview build 26120.4441 (24H2) released to BETA
by
joep517
23 hours, 49 minutes ago -
iOS 26,, MacOS 26 : Create your own AI chatbot
by
Alex5723
1 day, 3 hours ago -
New PC transfer program recommendations?
by
DaveBoston
4 hours, 44 minutes ago -
Windows 11 Insider Preview Build 22631.5545 (23H2) released to Release Preview
by
joep517
1 day, 7 hours ago -
Windows 10 Build 19045.6029 (22H2) to Release Preview Channel
by
joep517
1 day, 7 hours ago -
Best tools for upgrading a Windows 10 to an 11
by
Susan Bradley
20 hours, 9 minutes ago -
The end of Windows 10 is approaching, consider Linux and LibreOffice
by
Alex5723
12 minutes ago -
Extended Windows Built-in Disk Cleanup Utility
by
bbearren
9 hours, 6 minutes ago -
Win 11 24H2 June 2025 Update breaks WIFI
by
dportenlanger
2 days, 2 hours ago -
Update from WinPro 10 v. 1511 on T460p?
by
CatoRenasci
1 day ago -
System Restore and Updates Paused
by
veteran
2 days, 5 hours ago -
Windows 10/11 clock app
by
Kathy Stevens
1 day, 16 hours ago -
Turn off right-click draw
by
Charles Billow
2 days, 8 hours ago -
Introducing ChromeOS M137 to The Stable Channel
by
Alex5723
2 days, 12 hours ago -
Brian Wilson (The Beach Boys) R.I.P
by
Alex5723
1 day, 5 hours ago -
Master patch listing for June 10, 2025
by
Susan Bradley
2 days, 13 hours ago -
Suggestions for New All in One Printer and a Photo Printer Windows 10
by
Win7and10
1 day, 16 hours ago -
Purchasing New Printer. Uninstall old Printer Software First?
by
Win7and10
2 days, 19 hours ago -
KB5060842 Issue (Minor)
by
AC641
1 day, 7 hours ago -
EchoLeak : Zero Click M365 Copilot leak sensitive information
by
Alex5723
3 days, 2 hours ago -
24H2 may not be offered June updates
by
Susan Bradley
1 day, 19 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.