Search found 27 matches

by djasi78
01 Mar 2018, 03:32
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in EXCEL
Replies: 5
Views: 5462

Re: Autocopy selected text and auto paste in EXCEL

Thank you.

@Xeo786 , it is just pasting code in excel,not the selected text.
by djasi78
01 Mar 2018, 01:53
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in EXCEL
Replies: 5
Views: 5462

Autocopy selected text and auto paste in EXCEL

Hi, :D I have 3 columns in excel file . :x I want a script that can auto paste , the selected text [from pdf/web] (without manual copying /pasting ) in different columns. :shock: Like , if i press 1 , it pastes the selected text in first column , 2 in 2nd column and 3 in 3rd column. :crazy: Thanks :...
by djasi78
25 Feb 2018, 01:07
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Here , is the full script. I added some code from previously mentioned word code , so that it opens word automatically. Now, there is no error but it does not paste the selected text. If , i press down arrow on selected text in browser , the page moves down but nothing is pasted in word. wdMainTextS...
by djasi78
25 Feb 2018, 00:59
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

I am getting this error while running the script and it is not pasting the copied text in word.

Image

Thank you.
by djasi78
24 Feb 2018, 13:24
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Can formatting be disabled in the script ?

Thank you ?
by djasi78
24 Feb 2018, 07:14
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

it was just a free article , pdf.

Can formatting be disabled in the script ?
by djasi78
24 Feb 2018, 06:04
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

I just came across that this script does not paste text from pdf Thank you Edit : working just needed to use another PDF viewer But i have another problem If i copy The pharmacodynamics of cocaine involve the complex relationships of neurotransmitters (inhibiting monoamine uptake in rats with ratios...
by djasi78
23 Feb 2018, 15:04
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

@FanaticGuru :o :o :o :o

Thanks a lot .

@nwb also thanks a lot.

working , exactly like i wished :dance:

:bravo: :dance: :bravo: :dance: :dance: :dance:
by djasi78
23 Feb 2018, 12:29
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

:clap: :clap: :clap: :shock: :shock: :clap: :clap: :clap:

Finally :dance: :dance:

Any possibility of using this , to use Microsoft Word ?

Code: Select all

https://github.com/ahkon/MS-Office-COM-Basics/blob/master/Examples/Word/Document_collect_clipboard_data.ahk
by djasi78
23 Feb 2018, 12:05
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

It shows like this

1
2
3
4
5
5.0
5.0
5.0
5.0
by djasi78
23 Feb 2018, 10:53
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Awesome , almost perfect.

All i need is to create , more than 10 sub headings . Anyway to do it ?

Thank you.
by djasi78
23 Feb 2018, 10:01
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word


Working !! :bravo:

But it does not number the new text :crazy:

Thank you.
by djasi78
23 Feb 2018, 09:14
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

For 1.1 , 2.1 , .... It only shows prompt that 1.1/2.1 .. is created but it does not paste it in txt file.

Overall functionality is perfect.

Thank you.
by djasi78
23 Feb 2018, 06:52
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Thank you @BoBo

Can this be used to create something like this ?

1
2
3
3.1
3.2
4
4.1
4.2
by djasi78
23 Feb 2018, 06:28
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Like this ?

Code: Select all

Number = 0

p:: 
Send, ^v
Number++
FileAppend, %clipboard%, MyNotes.txt
return
esc:: ExitApp
But , it does not put the selected text on new line and does not number the text.

Thanks
by djasi78
23 Feb 2018, 05:00
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

I will settle with the notepad. Its ok.

Code: Select all

Can i use some other key to create something like this

1
2
3
  3.1
  3.2
4
5
  5.1
  5.2
by djasi78
23 Feb 2018, 04:33
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Thank a lot . I really appreciate your support. :thumbup:

:bravo:
by djasi78
23 Feb 2018, 04:20
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

I used the refined script but still nothing is pasted in wordpad , but , if i press "q" on wordpad , it pastes the last selected text.
by djasi78
23 Feb 2018, 04:11
Forum: Ask for Help (v1)
Topic: Autocopy selected text and auto paste in word
Replies: 59
Views: 12842

Re: Autocopy selected text and auto paste in word

Yes , the wordpad is maximized.

But , nothing is pasted in wordpad.
to check what the value or number is and hotkeys to increase and decrease values of the number
I did not get this line .

Thanks :thumbup:

Go to advanced search