Hi
I am using Excel 2007 and Vista.
I've been trying to find a way to copy the text from a textbox ("ProjectName") on one worksheet "Data Input" and paste it to a cell in another worksheet "Project Data".
I have the code that activates the text box but I havent been able to find a clear way to copy and past the text from that textbox in the way that I want.
The books I've got don't really seem to address doing this and I haven't been able to find a solution online that has worked.
So far it is just:
Sub Textbox()
Sheets("Data Input").Select
ActiveSheet.ProjectName.Activate
End Sub
I am using Excel 2007 and Vista.
I've been trying to find a way to copy the text from a textbox ("ProjectName") on one worksheet "Data Input" and paste it to a cell in another worksheet "Project Data".
I have the code that activates the text box but I havent been able to find a clear way to copy and past the text from that textbox in the way that I want.
The books I've got don't really seem to address doing this and I haven't been able to find a solution online that has worked.
So far it is just:
Sub Textbox()
Sheets("Data Input").Select
ActiveSheet.ProjectName.Activate
End Sub