Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I have posed this question on another VB group and although had
some response, was directed here, hope someone can help. What I'd like to do is this:- Whilst my macro/vb script runs (approx 3mins) I want to copy a web page and paste it into excel worksheet and then allow rest of the code to continue, while web page displayed. all of my attempts fail because I cannot capture the screen. Do you know how I can make this work? Toonie |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
workbooks.open "http:\\www.mysite.com\mypage.htm"
' you code here -- Regards, Tom Ogilvy "toonie" wrote in message oups.com... Hi, I have posed this question on another VB group and although had some response, was directed here, hope someone can help. What I'd like to do is this:- Whilst my macro/vb script runs (approx 3mins) I want to copy a web page and paste it into excel worksheet and then allow rest of the code to continue, while web page displayed. all of my attempts fail because I cannot capture the screen. Do you know how I can make this work? Toonie |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Tom.
This opens a new workbook, and even then although the page is displayed it is pretty messed up. What I thought I needed was some sort of PRTSCN to copy window and then to paste bmp picture of screen into my work book. Toonie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Saving Excel 2010 files as web page or single file web page | Excel Discussion (Misc queries) | |||
Format page number in excel footer to start at a specific page # | Excel Discussion (Misc queries) | |||
Pasting on Filtered Data Sheets without pasting onto hidden cells | Excel Discussion (Misc queries) | |||
Pasting numbers and formulas without pasting format. | Excel Discussion (Misc queries) | |||
excel fit to 1 page shows 1 page but not all data is on that page | Excel Programming |