-
WSToadway
AskWoody LoungerAugust 19, 2002 at 3:26 pm in reply to: Making PDF file (object icon) active in Show (PPT 2000 SR1) #609689Lenny,
Thanks for your succinct answer, however, I already know how to do this type of link and this type of link would require us to zip a directory that includes the presentation and linked files. The objective is to have all files embedded in PowerPoint. Currently, there are MS Word and Excel files that are active and embedded objects in the PPT show.
Since, this presentation is being emailed around the world to various government IT managers, we are trying to eliminate the need to zip directories of files that are associated with the presentation and make all the documents inherent to the PPT. The less moving parts and items there are to deal with, the less confusion and chance of error. I do have some very basic Visual Basic experience and am willing to give it a try. I just know that PowerPoint is a very different beast in the VB arena than the other Office programs and am seeking advice as how to get a macro started to make the object click-able if it is possible.
Thanks again, I will keep my fingers crossed.
-
WSToadway
AskWoody LoungerOpen an Excel worksheet.
Label your columns:
Today -
WSToadway
AskWoody LoungerMy best way to turn on and off the ‘Snap to Grid’, is to load the drawing toolbar from the ‘View’ drop down menu; Toolbars; Drawing. On my system, the toolbar appears on the bottom of my monitor.
I am using PP2000 but the 97 version is very similar.
Now the Left Most button on the Drawing toolbar is labeled, “Draw”. Click that and ensure that it expands completely. The “Snap” item will take you to two enable/disable options, 1. Grid and 2. Shape.If you deselect both the Grid and Shape, you will not snap to anything and you can precisely move or place objects on your slide.
-
WSToadway
AskWoody LoungerFred,
From what I understand, which is not much, the success of the macro to ppa process within PowerPoint is enabled thru the “save as” function. I know that the macro codes must first exist in a blank ppt file and that there is some sort of conversion that occurs when morphing the ppt to ppa. It appears to me that some inheritance issues are at play. I am not certain. I just know that this process works and I will have to obey Microsoft in the design and implementation of ppa’s.
Maybe other Loungers or moderators have the answer you seek.
-
WSToadway
AskWoody LoungerFred,
Microsoft article Q222737: http://support.microsoft.com/default.aspx?…b;EN-US;q222737%5B/url%5D has the Add-in procedures. The Auto_Open and Auto_Close code you see will either add or remove the Add-in from your drop down tool bar. This is primarily used during the loading and unloading of an Add-in. For example, Unload specifically contains the clean up code to remove the menu item.I recommend you read the Microsoft article on PowerPoint Add-ins from the link above.
Does this shed more light on the topic for you? or do you have more questions? -
WSToadway
AskWoody LoungerFred,
When I made the .ppa and used the ‘add-in’ feature under tools, it made the .ppa available to all PowerPoint files I open. I recommend you copy/move the .ppa to the proper directory. My directory for a NT workstation is C:WINNTProfilesprofilenameApplication DataMicrosoftAddIns. After that, you should be able to load the .ppa once through PowerPoint and have it available to all presentations from that point on.I have found no any other way to do this. I hope this answers you questions.
-
WSToadway
AskWoody LoungerJefferson and Sam,
Attached is the final NotesPurge PowerPoint Add-in. Here is the file location for a NT4 machine. I do not know where it would be for a Win98/Me/2K/XP install.
C:WINNTProfilesusernameApplication DataMicrosoftAddIns. -
WSToadway
AskWoody LoungerWow! That’s great!!
I have a little VB background and was so confused trying to navigate the PowerPoint macro/vb modules. I am not strong with VB logic. The second code works excellent as a macro and cleans every speaker note from every slide.
I made the macro a PowerPoint Add-in and was successful at adding a new menu option to my PPT Tools menu titled “Purge Notes” and the code executed beautifully.
Thank you for your excellent reply, this has given me an inside look to PPT VB logic.
Below is the final VB module code for the PPA.
I hope others can use it as well
—————————————————–
Sub NotesPurge()
‘ Notes Purge Macro created 6/6/02 by jscher2000 in Woody’s Lounge @ http://www.wopr.com
‘This Sub NotesPurge is excellent as a macro in PPT, all by its self
Dim aSlide As Slide
For Each aSlide In ActivePresentation.Slides
aSlide.NotesPage.Shapes(2).TextFrame.TextRange.Text = vbNullString
NextEnd Sub
Sub Auto_Open()
‘Auto Open added by Ryan Woolever, using modified Microsoft online support examples http://www.microsoft.com
‘This adds a toolbar command called Purge Notes when Loading a PP Add-in
Dim NewControl As CommandBarControl‘ Store an object reference to a command bar.
Dim ToolsMenu As CommandBars‘ Figure out where to place the menu choice.
Set ToolsMenu = Application.CommandBars‘ Create the menu choice. The choice is created in the first
‘ position in the Tools menu.
Set NewControl = ToolsMenu(“Tools”).Controls.Add _
(Type:=msoControlButton, _
Before:=1)‘ Name the command.
NewControl.Caption = “Purge Speaker Notes”‘ Connect the menu choice to your macro. The OnAction property
‘ should be set to the name of your macro.
NewControl.OnAction = “NotesPurge”End Sub
Sub Auto_Close()
‘Auto Close added by Ryan Woolever, modified Microsoft online support examples http://www.microsoft.com
‘
Dim oControl As CommandBarControl
Dim ToolsMenu As CommandBars‘ Get an object reference to a command bar.
Set ToolsMenu = Application.CommandBars‘ Loop through the commands on the tools menu.
For Each oControl In ToolsMenu(“Tools”).Controls‘ Check to see whether the comand exists.
If oControl.Caption = “Purge Speaker Notes” Then‘ Check to see whether action setting is set to NotesPurge.
If oControl.OnAction = “NotesPurge” Then‘ Remove the command from the menu.
oControl.DeleteEnd If
End IfNext oControl
End Sub
—————————————————– -
WSToadway
AskWoody LoungerStephen21,
As stated by Jscher2000, Small Business Edition doesn’t include PowerPoint, but I use Office 2000 Premium and it does include PowerPoint AND Small Business Tools AND Publisher AND PhotoDraw.
Hope this helps in your analysis.
-
WSToadway
AskWoody LoungerLucas,
I have encountered anomalies in viewing PowerPoint shows when either the Hard Drive is full or the RAM is insufficient. At that time, the available Hard Drive space on my machine was about 12% and the PowerPoint file was over 4MB.
I recommend you compare the available Hard Disk space and installed RAM on both machines. I hope the answer is that simple.
-
WSToadway
AskWoody LoungerTry this.
PPT2000: PowerPoint Stops Responding When It Is Started (Q236589)]
http://support.microsoft.com/search/previe…b;en-us;Q236589%5B/url%5D -
WSToadway
AskWoody LoungerWhat, if any, error do you get?
-
WSToadway
AskWoody LoungerFafner,
I use PPT2000 regularly and have had this is the past. The ranges of file sizes that I work with go up to 12MB and sometimes higher. Usually, in the past, all I have had to do is shut down my computer for a few minutes and restart. That has corrected the problem for me. I believe that sometimes PPT does not release from memory until a reboot is accomplished, nothing I do to restore the program is successful.
-
WSToadway
AskWoody LoungerStuart,
I did some more looking that in just Google and discovered a web site called http://www.myfonts.com. I entered your “katrina” and found a “kat rina” and a “caterina”. This site had more hits for my entry of kat or katrina than any other site I visited over the past 30 minutes. I hope you find what you seek.
-
WSToadway
AskWoody LoungerIn PowerPoint 2000, you can link the charts from a workbook by using functions embeded in the object slide layout. It has been awhile since I worked on the 97 version. I hope this will work for your.
You will need to change the slide layout to either a large object or object.
If you are unfamiliar with this, you are able to change the format of each slide from a bullet list to a movie clip slide and several in between. You can find this feature under the menu Format – Slide Layout. I would recommend you use either the large object or object with title layout. When you select either of these layouts, you will see a caption to “double click to add object” on your PowerPoint slide, do that double click and a dialogue box will prompt you for several things.
1. Create from:
a. New
1. Object Typeb. File (You should use this one)
1. Link (Definitely select this one)2. Display as icon (do not select)
Browse to your Excel file and select it for use and press OK until you are back to your PP slide.
Now you will see your last active worksheet in that workbook displayed on your PP slide.
Double click your Excel worksheet and either create your chart or select the chart tab you want to display.
I recommend that you place the charts on their own worksheet not co-mingled on the data worksheet.After you are finished with your chart making, Save & Exit from excel and you will notice that your changes did not seem to take effect.
Here’s the trick,
Right click and select ‘update link’ and Whalah!Your chart now shows in PowerPoint and is linked. So, any changes you make and save to the workbook in the future will automatically update the charts and when you are finished, OPEN the PowerPoint and you will be prompted to updated the links. Select ‘Yes’ and then save your PP. You are now done.
One Workbook – One PowerPoint.
No More Copy, Paste, and Resize.
![]() |
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
-
Global data centers (AI) are driving a big increase in electricity demand
by
Kathy Stevens
2 hours, 11 minutes ago -
Office apps read-only for family members
by
b
1 hour, 15 minutes ago -
Defunct domain for Microsoft account
by
CWBillow
6 hours, 16 minutes ago -
24H2??
by
CWBillow
6 hours, 59 minutes ago -
W11 23H2 April Updates threw ‘class not registered’
by
WindowsPersister
10 hours ago -
Master patch listing for April 8th, 2025
by
Susan Bradley
3 hours, 14 minutes ago -
TotalAV safety warning popup
by
Theodore Nicholson
9 hours, 41 minutes ago -
two pages side by side land scape
by
marc
1 day, 23 hours ago -
Deleting obsolete OneNote notebooks
by
afillat
2 days, 1 hour ago -
Word/Outlook 2024 vs Dragon Professional 16
by
Kathy Stevens
1 day, 4 hours ago -
Security Essentials or Defender?
by
MalcolmP
1 day, 6 hours ago -
April 2025 updates out
by
Susan Bradley
1 hour, 45 minutes ago -
Framework to stop selling some PCs in the US due to new tariffs
by
Alex5723
1 day ago -
WARNING about Nvidia driver version 572.83 and 4000/5000 series cards
by
Bob99
14 hours, 13 minutes ago -
Creating an Index in Word 365
by
CWBillow
1 day, 16 hours ago -
Coming at Word 365 and Table of Contents
by
CWBillow
4 hours, 47 minutes ago -
Windows 11 Insider Preview Build 22635.5170 (23H2) released to BETA
by
joep517
2 days, 20 hours ago -
Has the Microsoft Account Sharing Problem Been Fixed?
by
jknauth
2 days, 23 hours ago -
W11 24H2 – Susan Bradley
by
G Pickerell
3 days, 1 hour ago -
7 tips to get the most out of Windows 11
by
Alex5723
2 days, 23 hours ago -
Using Office apps with non-Microsoft cloud services
by
Peter Deegan
2 days, 16 hours ago -
I installed Windows 11 24H2
by
Will Fastie
23 hours, 4 minutes ago -
NotifyIcons — Put that System tray to work!
by
Deanna McElveen
3 days, 4 hours ago -
Decisions to be made before moving to Windows 11
by
Susan Bradley
3 hours, 43 minutes ago -
Port of Seattle says ransomware breach impacts 90,000 people
by
Nibbled To Death By Ducks
3 days, 13 hours ago -
Looking for personal finance software with budgeting capabilities
by
cellsee6
2 days, 21 hours ago -
ATT/Yahoo Secure Mail Key
by
Lil88reb
2 days, 21 hours ago -
Devices with apps using sprotect.sys driver might stop responding
by
Alex5723
4 days, 6 hours ago -
Neowin – 20 times computers embarrassed themselves with public BSODs and goofups
by
EP
4 days, 14 hours ago -
Slow Down in Windows 10 performance after March 2025 updates ??
by
arbrich
14 hours, 12 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.