Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 620
Default Accessing a "veryhidden" sheet

Kelly,

Don't select it.

Worksheets("Detail").Copy Destination:=WorkSheets(Control).Range("A1")

is an example of how to copy. The rest should be possible, post your code if
you need help how to.

--

HTH

Bob Phillips

"Kelly" wrote in message
...
Hi all, Using the Office 2000 pakage,

Hi, I am trying to clean up a template and get rid of all
my hidden rows and columns and centralize all my variables
to one Control sheet. My Control sheet is very hidden.

Some of my code errors out because when I use... Sheets
(Control).select it can't find the sheet.

I don't want to unhide the sheet and rehide it every time
I run this code.

Is there a way to access this sheet (to copy a range of
cells) without using the Unhide function?

Thanks Kelly,



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
Unable to password-protect "VeryHidden" worksheet exalan New Users to Excel 4 May 9th 09 08:13 AM
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell Steve Kay Excel Discussion (Misc queries) 2 August 8th 08 01:54 AM
how to eliminate E-mail "To" & "CC" boxes at top of Excel Sheet BillFitz Excel Discussion (Misc queries) 10 March 24th 08 11:42 AM
Excel "Move or Copy" and "Delete" sheet functions dsiama Excel Worksheet Functions 1 December 28th 07 01:57 PM
Stuck myself - can't bring back "VeryHidden" Ed[_9_] Excel Programming 3 July 22nd 03 03:42 AM


All times are GMT +1. The time now is 07:31 PM.

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"