Rakesh Patel
Wednesday, December 16, 2020

15 ‘Hacks’ In JavaScript

›
 15 ‘Hacks’ In JavaScript Enjoy working with these simple wow JavaScript hacks. Learning JavaScript language is easy but using it to develop...
Saturday, December 5, 2020

Reset VBA Password

›
 Reset VBA Password 1) Rename XLSM to Zip extension. 2) Don't extract this zip, but Open the file with 7-Zip 3) Copy file from xl -> ...
Monday, November 30, 2020

Email with Attachment using Excel VBA

›
One of my friend ask me, is it possible to send multiple emails with attachments using Excel VBA. I said YES , everything is possible. Below...
Thursday, November 26, 2020

Datatables - Keeping selected page number after callback

›
I save the DataTable state in the local storage to avoid passing the page number all over my app. This is how I do it: $('#offersTable...
Tuesday, October 6, 2020

Sort JSON Array with Value

›
Example:Sort JSON Array mydata = [{ "id": 1, "first_name": "Jean", "last_name": "Esome...
Thursday, September 10, 2020

Selecting distinct values from a JSON

›
  eData is the JSON array var items = eData.map((d)=> {return d.year}) var uniq = items.filter(GetUnique) function GetUnique ( value , ...
Thursday, August 6, 2020

Replacing SharePoint Designer with VS Code

›
“Replacing SharePoint Designer with VS Code” - install VS Code - Add extension SPGO to your VS Code - Execute following 2 thing ------ Conne...
‹
›
Home
View web version
Powered by Blogger.