-
edcarden
AskWoody LoungerSeptember 15, 2005 at 2:15 pm in reply to: How to apply master slide to existing slides (2003) #973304I have tested the animations by clicking thru teh sliodes and no animation occurs. When I click everything on the slide appears at once with no entrance animations at all. Any ither ideas? Is there a way via VBA to set all slides equal to the master?
-
edcarden
AskWoody LoungerSeptember 15, 2005 at 1:38 pm in reply to: How to apply master slide to existing slides (2003) #973293Caria,
Thank you for replying so quickly. I am not well versed in PP and so I don’t know the answer to your question. What I can tell you is that within the menus I goto View->Master->Slide Master and on the silde that appears I have setup some custom animations. When I hover the cursor over the smaller slide image on the left side of the screen the tooltip reads ‘Default Design Slide Master: Used by slide(s) 1-40’. I have checked these slides and they do not use the custom animation that I have set for the master. Does that help answer your question? -
edcarden
AskWoody LoungerSeptember 9, 2005 at 3:59 pm in reply to: Reducing font size of all items in doc of 1 size (2003) #972064Thanks. That worked perfectly. It took a few tries to get the part about having to click and plcae the cursor in the ‘Find’ or ‘Replace’ bof to specify the Formating for that item. It’s not exactly intuitive when you don’t know it. Microsoft probably could have designed that interface a little better or allowed for it to work for morethen one way.
Ed
-
edcarden
AskWoody LoungerSeptember 7, 2005 at 12:23 pm in reply to: Method to split delimited value like this: A;B;C (2003) #971402Thanks! That worked perfectly. I knew there had to be some easy way of doing this I just didn’t think to try the menus. I’ve become so use to having to go with functions for advanced stuff that I didn’t even consider that there might be a built-in menu driven feature to do this.
-
edcarden
AskWoody LoungerLegare,
First let me thank you for your contribution to this post. I appreciate your posting your code even after a working version was mentioned. Your code looks shorter and cleaner. Do you know if it performs better then the code from Microsoft’s KB Article? I also wanted to mention that when I try to copy the second instance of your code it copies as a single line where as the first has carriage returns and copies and pastes exactly as it looks. Are the differences simple enough for you to quickly pint out? I can reformat the second code instance if need be but I figured if the changes were small enough it would be easier if you could just point them out.Lastly I wanted to know if it is OK to use your code? I have a client who uses an Excel Add-in my company produces and they are looking for a way to convert some of the cells values from numbers to their English Words. I figured it is OK to pass this code along to them since you posted it however I felt it was the proper thing to check with you first. I prefer explicit to implicit any day.
A big thanks to Steve and Kevin(KWeaver); Appreaciate you guys replies too.
Thanks Again!
Ed -
edcarden
AskWoody LoungerAugust 3, 2005 at 8:11 pm in reply to: Indirect Function & Relative Cell Refs -Copy/Paste (2000/2002/2003) #964316Jan,
First let me say thansk for all yoru efforts. I appreciate you giving it as much as you have. Unfortunately I can’t use your suggestion. It’s not possible to know in adanace what the name of the ‘New’ workbook will be as the name changes and is based on the person who runs it combined with what criteria they use and what date and time they run it as of.Thanks anyway.
Ed
-
edcarden
AskWoody LoungerJuly 27, 2005 at 2:01 pm in reply to: Indirect Function & Relative Cell Refs -Copy/Paste (2000/2002/2003) #962852I did some qucik testing and it appears that code behind the sheet will make it all the way thru. The problem now is what event to use for the code?
-
edcarden
AskWoody LoungerJuly 27, 2005 at 1:38 pm in reply to: Indirect Function & Relative Cell Refs -Copy/Paste (2000/2002/2003) #962837Jan,
The Workbook is allowed Macros but the problem there is when to trip the macro. In fact there is nothing preventing the inclusion of code modules of both regular and class modules. Again though the problem is how to call these macros or procedures when the report is being automatically processed? I can’t call them until the Add-In is done and when the report is automatically processed the end result is a new Workbook that is based on the orginal after it has been processed. This unfoortunately results in missing customo code. When the new workbook is generated the way this is done does not allow for the copyiong over to the new workbook of any custom code in the workbook. And so if my workbook has macros they are not a part of the final workbook that is generated when the Batch Reporting product is used. Now when the user runs the report to screen custom macros are an option. Unfortunately it’s not for me because whatever I do it must work under both scenarios.Thanks
Ed -
edcarden
AskWoody LoungerJuly 27, 2005 at 12:15 pm in reply to: Indirect Function & Relative Cell Refs -Copy/Paste (2000/2002/2003) #962809Thanks for the tips Jan but neither will work. Thsi is because the solution used must be automated so that no user input is required during the processing. This is because ther are times when the rpeort is processed and saved automatically by a batch reporting tool. The only time a solution that inivolves direct user input can be used is when that user input is during the design mode of the report and not run-time. Thanks again though. Your tips have given me some good ideas on how to deal with some other Excel related issues seperate form this one and the Excel Add-In I speak of.
Ed
-
edcarden
AskWoody LoungerJuly 26, 2005 at 7:18 pm in reply to: Indirect Function & Relative Cell Refs -Copy/Paste (2000/2002/2003) #962638I’m sorry Jan, but I don’t follow what your saying. I will tell you this and it may answer your question, I have no control over the process itself meaning I can’t control how the reprt is created in YSL. I can only change the ‘Template’ (T-Income) that the final worksheet (Income) is based on. In other words I can’t change how the Excel Add-In works.
Ed
-
edcarden
AskWoody LoungerHans, If the formual runs for each record that is not a problem ebcause all the charges for a individual will be in a single record. The way the process works is it takes 0 to N number of charges and flattens them out so that there is a single record with many columns and each column contains info about one of the unpaid charges. Now we do have to setup a max number of items in teh rpeort so that now record will contain more then 10 charges and that’s OK. If a person has less then 10 charges then the extra columns for unused charge fields are blank or 0. Now that you know that all the hcarges are in a single record should I be able to perform the SUM operation you originally mentioned?
Thanks
Ed -
edcarden
AskWoody LoungerThanks for the info but unfortunately I have to use a method that does not require editing the document during or after the merge. My companies program calls the mail merge programmatically and saves the resulting merge doc to a network share so that the process is automated once the intial doc design is done. Do you know if the method you list will work if I place the formula in the last row of the table and can guarantee that the last row will not contain any merge data?
Thanks
Ed -
edcarden
AskWoody LoungerStuart,
Thanks for the leads but what I -
edcarden
AskWoody LoungerThat is the link to download the doc & slideshow of this product but it does not include teh actual Excel add-in or any details on how to use this product. I am assuming the product is something that is available to the general public. If M$ planned to keep it private for internal use I don’t think they would publish this document publically.
Thanks
Ed -
edcarden
AskWoody LoungerUnfortunately no.
![]() |
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
-
CD/DVD drive is no longer recognized
by
WSCape Sand
7 hours, 3 minutes ago -
Windows 11 24H2 Default Apps stuck on Edge and Adobe Photoshop
by
MikeBravo
9 hours, 53 minutes ago -
North Face and Cartier customer data stolen in cyber attacks
by
Alex5723
7 hours, 58 minutes ago -
What is wrong with simple approach?
by
WSSpoke36
30 minutes ago -
Microsoft-Backed Builder.ai Set for Bankruptcy After Cash Seized
by
Alex5723
19 hours, 23 minutes ago -
Location, location, location
by
Susan Bradley
6 hours, 25 minutes ago -
Cannot get a task to run a restore point
by
CWBillow
20 hours, 49 minutes ago -
Frustrating search behavior with Outlook
by
MrJimPhelps
11 hours, 33 minutes ago -
June 2025 Office non-Security Updates
by
PKCano
1 day, 7 hours ago -
Secure Boot Update Fails after KB5058405 Installed
by
SteveIT
3 hours, 58 minutes ago -
Firefox Red Panda Fun Stuff
by
Lars220
1 day, 7 hours ago -
How start headers and page numbers on page 3?
by
Davidhs
1 day, 17 hours ago -
Attack on LexisNexis Risk Solutions exposes data on 300k +
by
Nibbled To Death By Ducks
20 hours, 36 minutes ago -
Windows 11 Insider Preview build 26200.5622 released to DEV
by
joep517
2 days, 2 hours ago -
Windows 11 Insider Preview build 26120.4230 (24H2) released to BETA
by
joep517
2 days, 2 hours ago -
MS Excel 2019 Now Prompts to Back Up With OneDrive
by
lmacri
1 day, 16 hours ago -
Firefox 139
by
Charlie
1 day, 8 hours ago -
Who knows what?
by
Will Fastie
11 hours, 16 minutes ago -
My top ten underappreciated features in Office
by
Peter Deegan
2 days, 3 hours ago -
WAU Manager — It’s your computer, you are in charge!
by
Deanna McElveen
6 hours, 12 minutes ago -
Misbehaving devices
by
Susan Bradley
23 hours, 3 minutes ago -
.NET 8.0 Desktop Runtime (v8.0.16) – Windows x86 Installer
by
WSmeyerbos
3 days, 9 hours ago -
Neowin poll : What do you plan to do on Windows 10 EOS
by
Alex5723
8 hours, 8 minutes ago -
May 31, 2025—KB5062170 (OS Builds 22621.5415 and 22631.5415 Out-of-band
by
Alex5723
3 days, 7 hours ago -
Discover the Best AI Tools for Everything
by
Alex5723
2 days, 7 hours ago -
Edge Seems To Be Gaining Weight
by
bbearren
2 days, 22 hours ago -
Rufus is available from the MSFT Store
by
PL1
3 days, 6 hours ago -
Microsoft : Ending USB-C® Port Confusion
by
Alex5723
4 days, 9 hours ago -
KB5061768 update for Intel vPro processor
by
drmark
2 days, 8 hours ago -
Outlook 365 classic has exhausted all shared resources
by
drmark
2 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.