Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 47
Default data on hidden sheets

I have a user form that takes data entered in cells from sheet 1 and deposits
them in cells on sheet 2 and sheet 3 when the add record button is clicked.
If I hide either sheet 2 or 3 I get an error "Select method of worksheet
class failed"

Is there a way to enter data in a hidden sheet?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,124
Default data on hidden sheets

Try withOUT selecting.

Range("a1").Copy Sheets("sheet14").Range("h1")

"Gizmo" wrote in message
...
I have a user form that takes data entered in cells from sheet 1 and
deposits
them in cells on sheet 2 and sheet 3 when the add record button is
clicked.
If I hide either sheet 2 or 3 I get an error "Select method of worksheet
class failed"

Is there a way to enter data in a hidden sheet?


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
How do i reveal hidden sheets surreyjed Excel Discussion (Misc queries) 3 September 4th 06 06:50 PM
How do I detect hidden worksheets or hidden data on a worksheet? Alice Excel Discussion (Misc queries) 4 August 24th 06 03:38 AM
Hidden Sheets QUESTION-MARK Excel Worksheet Functions 4 May 19th 06 07:06 PM
Pasting on Filtered Data Sheets without pasting onto hidden cells CCSMCA Excel Discussion (Misc queries) 1 August 28th 05 01:22 PM
Operating on hidden sheets Hari Prasadh Excel Discussion (Misc queries) 2 January 28th 05 08:33 AM


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