Terima kasih banyak teman2 atas bantuannya, sangat membantu sekali. Salam, Rasyid
________________________________ From: [email protected] [mailto:[email protected]] On Behalf Of stdev(i) Sent: Friday, June 25, 2010 4:07 PM To: [email protected] Subject: Re: [belajar-excel] hide & show sheets '===Module sheet1 Private Sub CommandButton1_Click() Sheets("data2").Visible = True Sheets("data2").Activate Sheets("data3").Visible = False End Sub Private Sub CommandButton2_Click() Sheets("data3").Visible = True Sheets("data3").Activate Sheets("data2").Visible = False End Sub '===Module sheet2 Private Sub CommandButton1_Click() Sheets("sampel").Activate Sheets("data2").Visible = False Sheets("data3").Visible = False End Sub '===Module sheet3 Private Sub CommandButton1_Click() Sheets("sampel").Activate Sheets("data2").Visible = False Sheets("data3").Visible = False End Sub On Fri, Jun 25, 2010 at 2:53 PM, Contract Mining Assistant, Asam-Asam <[email protected] <mailto:[email protected]> > wrote: > > Terima kasih Pak Anton atas jawabannya nya. > ada kasus lain para pakar excel, > pertanyaan ada pada file terlampir. > Terima kasih banyak sebelumnya. > Salam, Rasyid Disclaimer - This message including any attachments and information contained herein ("Message" ) may contain privileged information or otherwise is protected from disclosure. Any unauthorized use of this Message by any person may lead to legal consequences. If you receive this Message in error, or if the recipient of this Message is not the intended recipient or the employee or agent authorized for delivering this Message to the intended recipient you are hereby notified that any disclosure, dissemination, distribution or copying of this Message or let or cause this Message to be disclosed,disseminated, distributed, or copied is strictly prohibited, and please notify the sender by return message and immediately delete this Message from your system. Incoming and outgoing communications using this electronic mail may be monitored by PT Arutmin Indonesia,as permitted by applicable law and regulations. Unless it is made by the authorized person,any views expressed in this Message are those of the individual sender and may not necessarily reflect the views of PT Arutmin Indonesia. You should check attachments for viruses and defects before opening or using them. We are not liable to recover any injuries caused by virused or defected attachments.

