Forum Discussion
erictengo
May 22, 2025Copper Contributor
Prevent Text Box from being copied to a new sheet .
Is it possible to add a text box to a sheet that cannot be copied when that sheet is copied to a new tab? In other words - I have a workbook with several tabs. Tab 7 is intended to be a change orde...
Kidd_Ip
May 22, 2025MVP
How about by using VBA:
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
Dim txtBox As Shape
For Each txtBox In Sh.Shapes
If txtBox.Name = "InstructionTextBox" Then
txtBox.Delete
End If
Next txtBox
End Sub
- sofiagonalez2005May 22, 2025Copper Contributor
this is code to reslove your question :
#include <stdio.h> #include<windows.h> int main() { cout<<"this demon " <<endl;//the key of quesi is :0x50dUfe8ajR3D6ADFDF696EFE72FD4946AC74E3544A46226F10DFACEE04A8F3E124081035467D1111DBCF95248A7D352BDF91F37DACD3FD35FD62elJXr53px== {