473,386 Members | 1,721 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Regarding Textbox

1
Hi,

I would like to create a textbox in Slide 1 and slide 2 of the powerpoint so that when I enter the data in textbox in slide 1, the data will auto appear/transfer over to textbox of slide 2. How do i do the coding?? I am using Powerpoint 2003. I know nothing about coding. So, sincerely needs your help and detailed steps. Tks lots!
Oct 8 '07 #1
1 1080
kadghar
1,295 Expert 1GB
Hi,

I would like to create a textbox in Slide 1 and slide 2 of the powerpoint so that when I enter the data in textbox in slide 1, the data will auto appear/transfer over to textbox of slide 2. How do i do the coding?? I am using Powerpoint 2003. I know nothing about coding. So, sincerely needs your help and detailed steps. Tks lots!
let's say you're writing code for textbox1 and you want that when textbox1 changes, textbox2 also changes, just double click on a textbox1, it'll send you to the vba editor, in some event of that text box. in the upper right corner make sure you're in the "change" event.

This should work then:

Expand|Select|Wrap|Line Numbers
  1. Private Sub TextBox1_Change()
  2. TextBox2.Text = TextBox1.Text
  3. End Sub
HTH
Oct 8 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: | last post by:
Hi , I did ask before but got no replies. I have a series of textboxes, In Enter event I need to set the focus to a different textbox I am having problems when I set focus within the Textbox...
6
by: msnews.microsoft.com | last post by:
Hello All, I am very new to ASP.NET and I have a basic question. Can somebody please explain? I have an .aspx Web Page with a textbox control. When the Page initially loads I am calling a...
3
by: Aaron | last post by:
Why do my session values return to nothing on post back? I want to click a button and have the row, as in: dataset.table(0).rows(THIS ROW NUMBER IS WHAT I AM TALKING ABOUT), either increment or...
5
by: archana | last post by:
hi all, Can someone tell me why can't we modify UI element directly from worker thread. Why we need to write delete of call invoke to modify ui element? Thanks in advance.
0
by: rsimlote | last post by:
I have a datagridview with 5 comboboxes. After selecting choices in the first row, when the user move on to or enter into the combobox in the next row, the selection from the previous row displays...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.