Jump to content

Recommended Posts

Posted

Hi all,

I want to set a hotkey like F3 that can automatically copy a table in adobe to excel, is there any idea to achieve this ?

Thx.

Posted

use this :blink:

HotKeySet("{F3}", "do_automate")

While 1
    Sleep(100)
WEnd

Func do_automate()
    ;automate here
    
EndFunc
Posted

use this :blink:

HotKeySet("{F3}", "do_automate")

While 1
    Sleep(100)
WEnd

Func do_automate()
    ;automate here
    
EndFunc

thanks! But I guess you haven't got my point. The problem with adobe is that if you select a table in pdf and copy it to word, the table disappear, only texts in that table remain. Is there any solution to this problem?

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...