mart1n23
New Member
- Joined
- Oct 14, 2005
- Messages
- 36
Hello everyone.
I'm a newbie to this forum, and I need your help.
I'm an amateur regarding VB so I need a few pointers.
This is what i've got so far,...
Public Sub UpdateMedia()
Slide8.TextBox1 = ("Model: " + Slide4.TextBox3)
End Sub
This code works, but the problem is, I want to reference the slides by their names, not by their numbers.
Slide8 is called Media_RCP
Slide4 is called Media_Main
Can anyone shed any light on the code I need?
Thankyou
I'm a newbie to this forum, and I need your help.
I'm an amateur regarding VB so I need a few pointers.
This is what i've got so far,...
Public Sub UpdateMedia()
Slide8.TextBox1 = ("Model: " + Slide4.TextBox3)
End Sub
This code works, but the problem is, I want to reference the slides by their names, not by their numbers.
Slide8 is called Media_RCP
Slide4 is called Media_Main
Can anyone shed any light on the code I need?
Thankyou