Skip to Content

Support's blog

javascript open excel

Ok, Here is how you use Javascript to open Excel.

Try the following code and get it going.

======

Break Excel VBA Password

1. Create a new simple excel file.
2. In the VBA part, set a simple password (say - 1234).
3. Save the file and exit.
4. Open the file you just created with a simple editor.
5. Copy the lines starting with the following keys:

CMG=....
DPB=...
GC=...

6. with a simple editor (again), open the excel file you don;t know
the VBA password for,
and paste the above copied lines from the dummy file.
7. save the excel file and exit.
8. Now, open the excel file you need to see the VBA code in. The
password for the VBA code
will simply be 1234 .

Please note the simple editor should be Hexa-decimal notepad. -----------------------------------------------------------------------------
If U can't have it working this way. Contact me using the form below, attach the file here you want to remove password from and I will send back an unprotected version.

I would charge a nominal fee of $10 for this and you pay only when the password is removed. I accept payments by Paypal.

note :- Your file will never be shared and will be permanently deleted from our locations once you have the unprotected version.

VBA For Dummies - Review

VBA function?

This is going to be a quick tutorial on how would you go about creating a VBA function.

Finding the Last row on Excel sheet with VBA Macro

Below is the quick VBA code which you can be used to return the last row on an Excel sheet.

How to find last row in an Excel sheet with Macro VBA

I am sure, many a times you want the VBA code to automatically find you the last row which is blank in a particular worksheet.

Loan Calculator excel sheet-calculate payments for upto 360 months

Please find attached your Loan Calculator sheet.

Learn How to use VBA uBound in Excel

Ok. Lets assume we have a variable called MyVariableTest which is of the data type string.

below is the code...

--------------
'Code starts below

Sub uBoundVBA()

Code to List All Named Ranges in a Worksheet

The following code will list down all the named ranges in an Excel Worksheet.

amortization formula excel

If you are looking for amortization formula excel may be the best th

Syndicate content