Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 74
Default swiwthcing between sheets and viewing pages?

I have a macro thata runs on sheet1 of program1.xls. It accesses filenames
on sheet2 of program1.xls and then opens the file name (ie program2.xls) to
obtain data and put that data on sheet1 of program1.xls.

The program is currently functional.

The program however opens all of these different sheets and files and shows
me the spreadsheet on each of them as it accesses the data. I would prefer
that i only see sheet1 of Program1.xls while this data transfer is taking
place. Is there a way to open sheet2 of program1.xls and program2.xls and do
the functions that i need to have done while keeping it in the backgroud so i
dont have to see this happening?


--
dr chuck
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default swiwthcing between sheets and viewing pages?

Application.ScreenUpdating = False

' process workbooks

Application.ScreenUpdating = True

--
Regards,
Tom Ogilvy

"dr chuck" wrote in message
...
I have a macro thata runs on sheet1 of program1.xls. It accesses filenames
on sheet2 of program1.xls and then opens the file name (ie program2.xls)
to
obtain data and put that data on sheet1 of program1.xls.

The program is currently functional.

The program however opens all of these different sheets and files and
shows
me the spreadsheet on each of them as it accesses the data. I would
prefer
that i only see sheet1 of Program1.xls while this data transfer is taking
place. Is there a way to open sheet2 of program1.xls and program2.xls and
do
the functions that i need to have done while keeping it in the backgroud
so i
dont have to see this happening?


--
dr chuck



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Viewing multiple excel sheets rachell Excel Discussion (Misc queries) 6 December 29th 07 01:59 PM
Viewing Multiple Sheets from Same Workbook CJN Excel Discussion (Misc queries) 3 October 26th 07 09:15 PM
Viewing same cells at the same time in two sheets Clark Excel Worksheet Functions 5 October 17th 07 03:02 PM
Viewing Two Sheets within One Workbook MCSHMCH Excel Discussion (Misc queries) 2 September 28th 07 03:46 AM
Viewing Excel sheets on the web digi duck Excel Discussion (Misc queries) 1 May 31st 06 09:48 PM


All times are GMT +1. The time now is 01:59 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"