Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 11-22-2012, 01:21 AM
Niklas Niklas is offline Text field that will populate other fields Windows 8 Text field that will populate other fields Office 2010 64bit
Novice
Text field that will populate other fields
 
Join Date: Nov 2012
Posts: 2
Niklas is on a distinguished road
Unhappy Text field that will populate other fields


I would like to have a master title that is possible for people to edit without accessing the Slide Master. My plan is to have a text box on the first page that can be filled in by anyone and that will automatically populate a text box on of top of every page.
I am totally stuck here...
Reply With Quote
  #2  
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,912
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
  #3  
Old 11-22-2012, 03:57 AM
Niklas Niklas is offline Text field that will populate other fields Windows 8 Text field that will populate other fields Office 2010 64bit
Novice
Text field that will populate other fields
 
Join Date: Nov 2012
Posts: 2
Niklas is on a distinguished road
Default

Thank you very much, I will find one, or perhaps you can sell me the service?
Reply With Quote
Reply

Thread Tools
Display Modes


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 10:32 PM.


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