Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Userform data entry into hidden sheets


I have created a report in excel that summarises data from 10 different
sheets. Each one of the sheets represents a different department.

I have created userforms for each department so that the data entry is
clean and automated but this has lead to a workbook with 12 sheets in
it.

I would like to have all of the data enrty sheets hidden but the data
entry macro I have written will nto enter the data into hidden sheets.

Is it possible to do so?




--
Pedros
------------------------------------------------------------------------
Pedros's Profile: http://www.excelforum.com/member.php...o&userid=28202
View this thread: http://www.excelforum.com/showthread...hreadid=572056

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default Userform data entry into hidden sheets

You cannot select hidden sheets, however you can write values to them:
Sheets("Sheet1").Visible = 2 'VeryHidden
Sheets("Sheet1").Range("A1") = "Hello"
MsgBox Sheets("Sheet1").Range("A1")

Charles

Pedros wrote:
I have created a report in excel that summarises data from 10 different
sheets. Each one of the sheets represents a different department.

I have created userforms for each department so that the data entry is
clean and automated but this has lead to a workbook with 12 sheets in
it.

I would like to have all of the data enrty sheets hidden but the data
entry macro I have written will nto enter the data into hidden sheets.

Is it possible to do so?




--
Pedros
------------------------------------------------------------------------
Pedros's Profile: http://www.excelforum.com/member.php...o&userid=28202
View this thread: http://www.excelforum.com/showthread...hreadid=572056


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Userform data entry into hidden sheets


thanks, much appreciated!!


--
Pedros
------------------------------------------------------------------------
Pedros's Profile: http://www.excelforum.com/member.php...o&userid=28202
View this thread: http://www.excelforum.com/showthread...hreadid=572056

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 to make userform work publically with hidden sheets? Zigball Excel Discussion (Misc queries) 7 October 25th 06 03:30 PM
How to make userform work publically with hidden sheets? Zigball Excel Worksheet Functions 7 October 25th 06 03:30 PM
userform data entry john tempest[_2_] Excel Programming 1 April 6th 06 03:38 PM
data entry with userform questions mbernardi Excel Programming 0 September 24th 04 02:06 AM
Creating a Data Entry Userform spurtniq[_8_] Excel Programming 1 January 8th 04 05:48 AM


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