Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default copy worksheet from xla to xls

Hello:

I would like to copy an existing worksheet, which is hidden in an
add-in XLA and copy it to an
existing XLS file?

Can someone help?

I have tried many things, but most of them crash...so I'm stucked.

Thanks in advance...
Andy

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 35,218
Default copy worksheet from xla to xls

This worked ok for me:

Option Explicit
Sub testme()
Workbooks("personal.xla").Worksheets("sheet1").Cop y _
befo=ActiveWorkbook.Worksheets(1)
End Sub

Sheet1 wasn't a hidden worksheet in the addin.

ndalal wrote:

Hello:

I would like to copy an existing worksheet, which is hidden in an
add-in XLA and copy it to an
existing XLS file?

Can someone help?

I have tried many things, but most of them crash...so I'm stucked.

Thanks in advance...
Andy


--

Dave Peterson
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
Copy Worksheet wont copy objects. Lincoln De Kalb Excel Worksheet Functions 7 January 12th 09 10:30 PM
Unable to Insert Worksheet/Move and copy worksheet Excel 2003 lukerush Excel Worksheet Functions 2 September 7th 06 05:05 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_2_] Excel Programming 2 September 22nd 04 03:30 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie[_3_] Excel Programming 0 September 22nd 04 03:26 PM
Code to copy range vs Copy Entire Worksheet - can't figure it out Mike Taylor Excel Programming 1 April 15th 04 08:34 PM


All times are GMT +1. The time now is 12:42 PM.

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

About Us

"It's about Microsoft Excel"