Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
tillytee1
 
Posts: n/a
Default Buttons to link to a hidden sheet


Hi

I have a hidden datasheet on Excel. I want a top sheet that links to
this hidden sheet with buttons.

When a button on the top sheet is clicked, the hidden sheet
automatically updates.

So for example a button on the top sheet is 'Number of queries' and
someone clicks it once, the hidden page will have a 'total number of
queries' that updates when the button on the top sheet is clicked.

Does anyone know how to do this??

Thanks

Tilly


--
tillytee1
------------------------------------------------------------------------
tillytee1's Profile: http://www.excelforum.com/member.php...o&userid=27688
View this thread: http://www.excelforum.com/showthread...hreadid=472028

  #2   Report Post  
HiArt
 
Posts: n/a
Default


Hi Tilly,

when you draw you button on the top sheet it asks you to assing a
macro, like "Button1_click", click NEW

In the VBA editor window that thn open copy in the following:


Code:
--------------------
Worksheets("Sheet2").Range("B1").Value = _
Worksheets("Sheet2").Range("B1").Value + 1
--------------------


You will need to replace "Sheet2" with the name of your hidden sheet.
You will also need to replace "B1" with the cell address of the cell
you want the count.

HTH

Art


--
HiArt
------------------------------------------------------------------------
HiArt's Profile: http://www.excelforum.com/member.php...o&userid=19953
View this thread: http://www.excelforum.com/showthread...hreadid=472028

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
AUTO FILTER NOT CHANGING RESULTS Dejan Excel Discussion (Misc queries) 25 October 6th 05 02:01 PM
Hid rows in a hidden sheet. Ben Excel Discussion (Misc queries) 2 May 27th 05 02:37 PM
Sheet hidden and VeryHidden Marc Excel Discussion (Misc queries) 6 March 29th 05 12:33 AM
Use userform to get input and compare to a hidden sheet cwwolfdog Excel Discussion (Misc queries) 11 March 24th 05 12:45 AM
Linking to an Entire Sheet Chaplain Doug Links and Linking in Excel 2 December 24th 04 07:39 AM


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