hello,
I'm trying to copy the text box inside my page.
The code I used didn't work
can you help me
Thank you
name of the textbox is "oyku"
I'm trying to copy the text box inside my page.
The code I used didn't work
can you help me
Thank you
name of the textbox is "oyku"
Code:
Sub oyku()
'
'
Windows("1.xlsm").Activate
Sheets("Kimlik").Select
Sheets("Kimlik").oyku.Copy
Windows("2.xlsm").Activate
Sheets("Kimlik").Select
Sheets("Kimlik").oyku.Paste
'trim için deniyorum
End Sub
Last edited: