LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #3   Report Post  
Posted to microsoft.public.excel.programming
Pat Pat is offline
external usenet poster
 
Posts: 122
Default Linking workbooks

Thank you for that and also the link to your homepage.

Cheers

"Dick Kusleika" wrote in message
...
Pat


I have thus moved the sheet to a new workbook and kept the link. What
I want to do is run the code from the new workbook to the old
workbook. The code stops at the line:

Set rng = Worksheets("ControlCentre").Range("BH30")


If you use Worksheets without qualifying it with a Workbook object, it

will
assume you mean the activeworkbook (depending on where the code is). If
you're getting a subscript out of range error, it means that there is no
worksheet called ControlCentre in that workbook. To fix, qualify with a
specific workbook

Set rng =
Workbooks("Otherbook.xls").Worksheets("ControlCent re").Range("BH30")

--
Dick Kusleika
Excel MVP
Daily Dose of Excel
www.dicks-blog.com




 
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
Linking workbooks Russell Excel Discussion (Misc queries) 0 December 17th 09 09:53 AM
linking many workbooks [email protected] Excel Discussion (Misc queries) 6 September 13th 08 02:42 PM
linking workbooks Pennywis1 Excel Worksheet Functions 2 January 26th 07 08:30 PM
linking to other workbooks Hervinder Excel Discussion (Misc queries) 1 June 14th 06 03:52 PM
linking workbooks susie Excel Discussion (Misc queries) 2 August 17th 05 09:03 PM


All times are GMT +1. The time now is 08:48 AM.

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"