Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Copy a worksheet without 'opening' workbook


Hello,

I need to copy worksheets off several workbooks. I do not want t
'fully open' the workbooks -- the VBA code takes too long to load.

Is there a way to copy a worksheet without 'fully opening' the file?

Thanks,
Stev

--
Steve
-----------------------------------------------------------------------
SteveS's Profile: http://www.excelforum.com/member.php...fo&userid=1011
View this thread: http://www.excelforum.com/showthread.php?threadid=26819

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 226
Default Copy a worksheet without 'opening' workbook

Not that I know of, but you can open the workbook without enabling the
macros, if that's what's taking so long.... just use

Application.EnableEvents = False

'Open the workbook here and do your stuff

Application.EnableEvents = True

--
Regards

Juan Pablo González

"SteveS" wrote in message
...

Hello,

I need to copy worksheets off several workbooks. I do not want to
'fully open' the workbooks -- the VBA code takes too long to load.

Is there a way to copy a worksheet without 'fully opening' the file?

Thanks,
Steve


--
SteveS
------------------------------------------------------------------------
SteveS's Profile:

http://www.excelforum.com/member.php...o&userid=10118
View this thread: http://www.excelforum.com/showthread...hreadid=268196



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Copy a worksheet without 'opening' workbook

Hi Steve

You can find a example here (read the Tips)
http://www.rondebruin.nl/copy3.htm

--
Regards Ron de Bruin
http://www.rondebruin.nl


"SteveS" wrote in message ...

Hello,

I need to copy worksheets off several workbooks. I do not want to
'fully open' the workbooks -- the VBA code takes too long to load.

Is there a way to copy a worksheet without 'fully opening' the file?

Thanks,
Steve


--
SteveS
------------------------------------------------------------------------
SteveS's Profile: http://www.excelforum.com/member.php...o&userid=10118
View this thread: http://www.excelforum.com/showthread...hreadid=268196



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
create copy of sheet tab (excel 2007) when opening workbook jatman Excel Worksheet Functions 1 February 29th 08 12:26 PM
Shared workbook - opening to the correct worksheet beata Excel Discussion (Misc queries) 0 January 28th 08 04:45 PM
Prevent worksheet from opening in a workbook laurenm Excel Worksheet Functions 5 January 18th 07 05:42 AM
Is there away to keep Excel from opening a copy of an already opened workbook and the pages not be at 100% but Marc New Users to Excel 1 March 13th 06 01:51 PM
How do I set defaut worksheet visible on opening workbook? bennyob Excel Discussion (Misc queries) 2 October 31st 05 01:56 PM


All times are GMT +1. The time now is 11:47 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"