Mrrrr's Forum (VIEW ONLY)
Un forum care ofera solutii pentru unele probleme legate in general de PC. Pe langa solutii, aici puteti gasi si alte lucruri interesante // A forum that offers solutions to some PC related issues. Besides these, here you can find more interesting stuff.
|
Lista Forumurilor Pe Tematici
|
Mrrrr's Forum (VIEW ONLY) | Reguli | Inregistrare | Login
POZE MRRRR'S FORUM (VIEW ONLY)
Nu sunteti logat.
|
Nou pe simpatie: mariana_n23 pe Simpatie.ro
 | Femeie 22 ani Brasov cauta Barbat 29 - 52 ani |
|
TRaP
Moderator
Inregistrat: acum 7 ani
Postari: 798
|
|
Put the following code in the code of the sheet (right click the Sheet - View Code). Then make an ActiveX checkbox. You will have to save the document as macro enabled (*.docm).
Private Sub CheckBox1_Click() If CheckBox1.Value = True Then Columns("K:R").Hidden = False End If If CheckBox1.Value = False Then Columns("K:R").Hidden = True End If End Sub |
Source:
Modificat de TRaP (acum 5 ani)
|
|
pus acum 5 ani |
|