password

  1. Z

    Do I need any macro to set sheet veryhidden?

    Hi, I want to set one of my sheet to be non visible. I have set its properities to xlsheetveryhidden, but project protection by password does not work. It will be enough when I add any (even blank) sub inside?
  2. I

    Allow filtering on a protected sheet where the column names are not in Row 1

    I have a protected file that has its column names in B6:K6 and data below. It is protected with the password "secret password". When the user hits a button, I have code that unlocks the sheet like so... Worksheets("MyOutput").Unprotect "secret password" My code then does its business, and...
  3. A

    Check internet connection

    The link below shows various ways to detect internet connection. Sometimes you have a requirement to enter a user name and password to access the Internet, how do I check if I'm fully connected to the Internet...
  4. N

    unziping a password protected zip file

    Hello, Using VBA I need to open a zip file where the excel file is password protected and save it on a designated location. I am able to open the file but the issue right now is, each time I run the macro, I am being asked (via pop-op window) to locate the file and than once the file is...
  5. M

    Convert one column of long data into multiple columns based on a specific string of text

    Hi experts, I have a long list of data exported into excel from a text file. This file contains output of a command from multiple network elements. Whenever there is a text string 'Welcome to', the below mentioned text should be copied to a new column till the next 'Welcome to' appears. In this...
  6. D

    Power Query behind a Password protected website

    I'm trying to get tables from a website which is password protected by username and password. It uses the classical web form with a "post" command to access to all the information so I cannot use Basic authentication. I've look in internet for a solution without success. Can anyone help me?
  7. A

    Forgot Password of excel file

    Hello, i had a excel which was protect with password and right now i forget the password, so there is any option to open that particular file. that excel file is a Macro-Enable file. Thanks in advance Amit Kumar
  8. vds1

    How to set password to multiple pdf files on a given folder using excel VBA?

    There are multiple pdf files in a folder. Please help me with VBA code which will loop through all the PDF file and save with a password. I have Acrobat distiller installed in my system.
  9. P

    Add Error Message To Sheet Password

    Hi, I currently use the following code to lock a sheet in a Workbook: mysheet = "Sheet1"If ActiveSheet.Name = mysheet Then ActiveSheet.Visible = False Response = InputBox("Enter password to view sheet") If Response = "Sheet1" Then Sheets(mysheet).Visible = True...
  10. M

    VBA code to unhide rows with password

    Hi, i need vba code to unhide range of rows with password in one sheet and rehide after closing the workbook. thanks,
  11. S

    Saving a copy of a protected workbook without a password

    Hi I have an .xlsm file that is password protected through SaveAs-->General Options as the file is always opened read only without the password. I want to apply a macro to a button that will export a copy either the current worksheet, or the entire workbook to a specific location of H:/ the...
  12. F

    Protect worksheet won't set the password

    DOES ANYONE KNOW WHY WHEN I RUN THIS MACRO IT JUST PROTECT THE WORKSHEET BUT EVEN IF THE PASSWORD IS "1515" IT JUST SKIP IT AND SET IT TO NOTHING, SO WHEN I MANUALLY UNPROTECT THE SHEET IT JUST UNPROTECT WITHOUT ASKING ME FOR THE PASSWORD. Sub LOCKD() 'ActiveSheet.Select I try with this and...
  13. V

    Constantly Changing Password Macro

    HI All, Trying to design a Macro which will automatically unlock the workbook and do hide or unhide a Worksheet. What will trigger the Macro will be a value change in a cell. The problem is, the password is not constant. One week it will be one word and the next it will be something else. I...
  14. W

    Popup box asking for password to unprotect cell

    Hi, I have a excel sheet that is used to calculate staff hours and the sheet is protected with a password to stop people changing it. It has checkboxes and fields which add up/minus etc depending on what is chosen, something that has taken awhile to produce and something I am proud of. I've got...
  15. S

    Copying data between worksheets dependent on drop menu selection

    Hi All, I am attempting to create a spreadsheet and would like to know if it is possible if somebody selects "yes" from a drop menu options of "yes/no" that the row is automatically copied from one worksheet to another that is password protected? I want the first sheet to accumulate the workflow...
  16. S

    Can you copy a row from one worksheet to another dependant on drop menu selection

    Hi All, I have a spreadsheet and would like to know if it is possible if somebody selects "yes" from adrop menu options of "yes/no" that the row is atomatically copied from one sheet to another that is password protected? I want the first sheet to accumulate the workflow coming into my team but...
  17. S

    Using Macros, Hide (with password) and Unhide multiple worksheets

    I have about 90 worksheets in my workbook. About 75 contain sensitive financial information that I don't want available when someone is sent the file. Is there a way to "group" the 75 sensitive worksheets so that with one click of a Macro button, all 75 worksheets are hidden with a password...
  18. D

    xlveryhidden macro runtime error 438 object doesn't support property or method

    hi, if anyone could explain why this is happening i would be very grateful I have a hidden sheet 'Exp' that is password protected, and automatically hides (veryhidden) when the user navigates away from it. This all works fine. The incorrect password message works too. But I am getting this...
  19. G

    Re: Hiding password characters

    Re: Hiding password characters Hi everyone, I am using code to produce a password box on opening a workbook, so far so good it works fine my only problem is that it shows the password it does not hide the chatacters using an astrix " * " please see code below any help to just add some code to...
  20. J

    change data validation after alloweditranges password was entered

    We have a spreadsheet which has ranges that are password protected (i.e. using AllowEditRanges with a password). This is not because we don't want users to be allowed to ever change those cells, but rather it is to prevent them from changing them accidentally. Users are provided with the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top