English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I get sent loads of them by various friends and always wondered if there was a way to access the hidden/locked content... Is there?

Im just curious as to how you make one!

2006-09-28 01:54:40 · 9 answers · asked by crafty1980 1 in Computers & Internet Software

9 answers

If you just want to cheat and see the answers you can save the file as a text file (with .csv extension) then open the .csv file in Excel.
As to how to make one that is just a matter of writing the correct formula and hiding the right cells. You need to play with that yourself.

2006-09-28 02:01:08 · answer #1 · answered by John K 4 · 0 0

Excel Quizzes

2016-10-04 11:56:55 · answer #2 · answered by darjean 4 · 0 0

DISCLAIMER! READ THIS FIRST MATE!!:

I provide this knowledge in the understanding that it will not be used in a malicious way. I provide this knowledge as is and take no responsibility for any damage caused to you or anyone else's computer as a direct or indirect consequence of this disclosure.

I hereby resolve myself of any liability for the actions or utilisation caused or created from the adaptation of this code.

By reading on you accept that this code is purely for the purpose of educating you on the trial and improvement process and the utilisation of the iteration process to exploit security flaws.

Thank you for reading

To unlock the workbook and make the answer sheets visible run this macro and then select Format > Sheet > Unhide

Macro to unlock workbook:

Sub RemoverWorkBookProtection()

On Error Resume Next
Dim attempt As String
Dim b As Byte
Dim length As Byte
length = 1

Start:
ActiveWorkbook.Unprotect attempt
If Err = 1004 Then 'failed
'try next
b = b + 1
'increment count
attempt = Left(attempt, length - 1) & Chr(b)
'preserve string
If b = 255 Then
''
b = 0
'stop overflow
length = length + 1
'increase length
End If
''
GoTo Start
''loop back
Else:
MsgBox "Done!"
ActiveWorkbook.Unprotect attempt
End If
End Sub

2006-09-28 02:37:40 · answer #3 · answered by Anonymous · 0 0

Some of the quizzes are written using vb script & are usually password protected. However, some answers are in hidden columns & the row & column headers are hidden. One way to find the answer is to press the "end" key & select any of the 4 cursor keys. If there's data in a particular cell in the row or column when you do the above, chances are you'll stumble across the hidden answers.

2006-09-28 02:04:07 · answer #4 · answered by Kevin F 4 · 0 0

You may not be able to change the settings if it is password protected, but if it is not, you can unhide the sheets in the Visual Basic Editor.

To get to it, either press Alt+F11, or goto Tools - Macro - Visual Basic Editor. From there select the sheet you want to unhide on the top left-hand column, and in the bottom left column - change the "Visibale" setting to "-1 - xlSheetVisible" (it's a multiple choice setting, you don't have to type it or anything).

2006-09-28 02:04:58 · answer #5 · answered by Hanged Man Bendy 3 · 0 0

Hi,

Select all the cells by pressing Ctrl-A, Copy and paste the contents to a new WorkBook.

Hidden Cells and contents Revealed.

Hope this works,

Thanks,
Selva

2006-09-28 02:24:50 · answer #6 · answered by njselvakumar 1 · 0 0

The person who created the Excel workbook or worksheet sets the permissions and passwords - you cannot access the locked content without the passwords.

2006-09-28 02:02:54 · answer #7 · answered by Anonymous · 0 0

you can yep you can goto tools protection unprotect worksheet if there not locked this will wor or you could also try the following tools options then selecting view tab and formulars which will show you the formulars used

2006-09-28 01:59:56 · answer #8 · answered by Tiger 5 · 0 0

Hahaha thats funny :) LOL should a 2nd grader know about that?!

2016-03-18 02:15:15 · answer #9 · answered by ? 4 · 0 0

You need the password, without that you're stuck.

2006-09-28 01:58:18 · answer #10 · answered by sarcasticquotemarks 5 · 0 0

fedest.com, questions and answers