Dimitrios has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
VBA
Is it possible to use VBA to copy information from webpages and then paste it into excel?
RE: VBA
Hi Dimitrios. Interesting question! The answer is no, in all liklihood. VBA is a Microsoft bespoke programming language, while webpages come in all sorts of varieties from HTML to Flash to Java etc so integrating the two is going to be difficult. Best guess? Save your webpage to your desktop and then create a macro in Excel to load up any text up into the spreadsheet stripping it of any graphics. In all honesty you need a proper programming language (possible Visual Basic) to do this effectively.