getvalue Questions

3

I have this google script for google sheets that moves rows of data from "Sheet1" to "Sheet2" when column 15 says "tracking", and it works perfectly fine when I type in "tracking" but I would like ...
Pileus asked 14/11, 2018 at 16:41

5

I would like to retrieve a value from a TDBGrid the selected row, how can I do? procedure TForm7.Button2Click(Sender: TObject); var i, j: Integer; s: string; begin if DBGrid1.SelectedRows.Cou...
Publicist asked 21/1, 2017 at 11:44

1

Solved

I have a NumberPicker instance and it works as expected but I need to get value form it when scrolling stops Or when the user only press increments / decrements Button is pressed. the value that i ...

1

Solved

I mistakenly posted this question already at the SharePoint part. I need to map one model onto an other. Everything works well but the last property throws a TargetParameterCountException. The pro...
Ophthalmologist asked 26/4, 2016 at 6:44

2

Solved

Sub CopyRandomRows() Windows("sample rnd.xlsm").Activate Rows("1:1").Select Selection.Copy Application.CutCopyMode = False Selection.Copy Windows("rnd sample draft.xlsm").Activate Sheets("R...
Dele asked 18/3, 2016 at 0:58
1

© 2022 - 2024 — McMap. All rights reserved.