Excel – Buscar si una Celda contiene alguno de los elementos de una lista Ismael CruzApril 9, 2019April 9, 2019Leave a comment Si tenemos una celda con varios valores (por ejemplo, separados por ‘punto y coma’) y queremos saber si alguno de...
Find Public Key Token of my Project in Visual Studio 2012 Ismael CruzJanuary 13, 20141 Comment In order to find the public key token of your project you need to follow this: 1. Open the Developer...
Hide "div" that contains a specific "div" in one of its children (at any level) Ismael CruzMay 21, 2013Leave a comment We want to hide “Level1” div that contains inside any “Level3” div in this code: <div class="level1"> Level 1A <div...