Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2012, 03:54 AM
JohnWilson JohnWilson is offline Text field that will populate other fields Windows 7 64bit Text field that will populate other fields Office 2010 32bit
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,913
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

This is only possible if you can code or know a coder.



Sample code
Code:
Sub copyTitles()
Dim oshp As Shape
Dim osld As Slide
Dim strtext As String
If ActivePresentation.Slides(1).Shapes.HasTitle Then _
strtext = ActivePresentation.Slides(1).Shapes.Title.TextFrame.TextRange
For Each osld In ActivePresentation.Slides
If osld.Shapes.HasTitle Then osld.Shapes.Title.TextFrame.TextRange.Text = strtext
Next
End Sub

see www.pptalchemy.co.uk/vba.html for how to use code
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
Text field that will populate other fields Populate fields from Access Bill H Word 2 06-11-2012 07:57 AM
Text field that will populate other fields MSWord forms use list to populate successive text fields 2surgeons Word 4 03-05-2012 07:19 PM
Text field that will populate other fields Form Fields - Create blank form text field with if statement? LAssist2011 Word 5 12-14-2011 03:02 PM
Macro to populate a text form field based on dropdown selection koloa Word 0 10-20-2011 11:52 AM
Auto populate text help i'm stuck! Word 1 08-13-2010 11:52 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:01 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft