Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Three worksheet tied together while copying

Status
Not open for further replies.

mohtogh

Chemical
Joined
Feb 21, 2001
Messages
144
Location
CA
Hi,
I know title is not clear.
I have sheet 1,sheet 2,and sheet 3 in one workbook.
I want tied together theses worksheets (for ever), and then hide sheet 2 and sheet 3.So if somebody wants copy sheet 1 to other workbook, those two hidden worksheets, 2 and 3 ,automatically go with sheet 1. Is that possible?

Thanks for your replies
 
unfortunately, no. the worksheets must be selected for copying to another workbook. unless vba code is written to conduct such a request.

-pmover
 
I don't know how to do exactly what you want. But what you could do is put the data from sheets 2 and 3 onto sheet 1 and hide the columns(or rows). You can use the protection functions to prevent someone from un-hiding these cells.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top