You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often reuse code from other screens or that are otherwise organized.
I think of copying in a sequence that will always be added underneath the existing text in the clipboard, so with just a CTRL + V paste all the code and adjusting only what is necessary.
Ex:
CTRL + C opens a new clipboard.
CTRL + SHIFT + C increments the current clipboard by adding the copied text below the current clipboard.
Ex:
CTRL + C = CLIPBOARD = "Dim SSS as String"
CTRL + SHIFT + C = CLIPBOART = "Dim SS AS String *
Dim B AS Double "
new line
Thank you.
The text was updated successfully, but these errors were encountered:
I often reuse code from other screens or that are otherwise organized.
I think of copying in a sequence that will always be added underneath the existing text in the clipboard, so with just a CTRL + V paste all the code and adjusting only what is necessary.
Ex:
CTRL + C opens a new clipboard.
CTRL + SHIFT + C increments the current clipboard by adding the copied text below the current clipboard.
Ex:
CTRL + C = CLIPBOARD = "Dim SSS as String"
CTRL + SHIFT + C = CLIPBOART = "Dim SS AS String *
Dim B AS Double "
Thank you.
The text was updated successfully, but these errors were encountered: