python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
In Google Sheets, how to copy tab to another tab in SAME workbook using Script, if the dimensions of the starting sheet are dynamic?
Background & goal:
I'm using multiple Google Sheets that are each an interactive interface for multiple users, with various triggers and functions built in. The problem is that, even with instruct...
MUNGHOLMI
Votes: 0
Answers: 1
Copy data to next empty column and create data header
I need to copy data from a daily order form to another sheet in the next empty column. To complicate the problem, the data needs to have a date as it's header taken from another cell.
The sheet with d...
Jonathan Sidebottom
Votes: 0
Answers: 1
How to interfere when user presses CTRL+X and still keep TMemo's default CTRL+X behavior?
I have a TMemo on the form and I've set an OnChange event for it. I hope the OnChange event not to be triggered when the user presses Ctrl+X in the memo. But Ctrl+X just cuts the text selection, which...

Fajela Tajkiya
Votes: 0
Answers: 1
VBA to copy values from row below
Sales report to add header lines
I have daily sales report with a different number of lines each time.
For each invoice I need to add a header line with Sold-To, Ship-To and Invoice as repeated in the...
pepes
Votes: 0
Answers: 0