S
scharee
hi
i need to capture screen from an application and paste it into a word
document, i learnt {PRTSCR} wont work directly with sendkey. though i did it
an year back but forgot the password of my VBA project now nothing seems be
working so had to start off fresh. here is what i want to do..
Private Sub CommandButton1_Click()
AppActivate "e-point Windows Desktop 6.0", -1
SendKeys "%^{PRTSC}", -1
'Activating MS Word
AppActivate "ledger print", -1
SendKeys "^v", -1
For i = 1 To 100000000
Next i
End Sub
need instant HELP!!!
i need to capture screen from an application and paste it into a word
document, i learnt {PRTSCR} wont work directly with sendkey. though i did it
an year back but forgot the password of my VBA project now nothing seems be
working so had to start off fresh. here is what i want to do..
Private Sub CommandButton1_Click()
AppActivate "e-point Windows Desktop 6.0", -1
SendKeys "%^{PRTSC}", -1
'Activating MS Word
AppActivate "ledger print", -1
SendKeys "^v", -1
For i = 1 To 100000000
Next i
End Sub
need instant HELP!!!