How to take screenshot of webpage using VBA in excel. The problem is that screen shots can be taken only by pressing F6 key of keyboard since Screenhunter is used for this purpose. The print screen key is disabled.
I used the following code but realised that sendkey function can not be used:
sub test()
application.sendkeys "{F6}"
end sub
Please Help.
I have added some delay after maximizing the screen, created a Word Doc and pasted the screen shot in it. The rest of the code is taken from the link which Siddharth has provided.