07-05-2017, 08:15 PM
Hello awesome support !
Qm is very good programm, but when I need to write code without using toolbar I be upset. Thank you for the help which you give me, people help each other so happens very seldom.
I try to write code for my task, but it has turned out just awfully. I won't place him here. If you want help me, I tried to use s.getsel([cut] [format] [control]) for cut from notepad first line (withou opening) to clip board, and delete empty first line.
Like this I need...
We have file with different numbers in different lines (for example 1234):
--------------
1
2
3
4
IF I start macro one time- first line cut, after cut file save, and if we open file we have
-------------
2
3
4
and we have 1 in clipboard
I start macro second time, and we have in file
-------------
3
4
( 2 in clipboard )
I want to bring benefit to you. how I am able to do it?
Thx!
Qm is very good programm, but when I need to write code without using toolbar I be upset. Thank you for the help which you give me, people help each other so happens very seldom.
I try to write code for my task, but it has turned out just awfully. I won't place him here. If you want help me, I tried to use s.getsel([cut] [format] [control]) for cut from notepad first line (withou opening) to clip board, and delete empty first line.
Like this I need...
We have file with different numbers in different lines (for example 1234):
--------------
1
2
3
4
IF I start macro one time- first line cut, after cut file save, and if we open file we have
-------------
2
3
4
and we have 1 in clipboard
I start macro second time, and we have in file
-------------
3
4
( 2 in clipboard )
I want to bring benefit to you. how I am able to do it?
Thx!
