Hi Friends,
Feels like work sharing the below video. This will show how to remove
password from Read only Excel File.
https://youtu.be/RiB-UA1wihE
Thanks & Regards,
Prabhu R
--
Are you =EXP(E:RT) or =NOT(EXP(E:RT)) in Excel? And do you wanna be? It’s
=TIME(2,DO:IT,N:OW) ! Join official Face
That is not an "Excel macros" question.What you're looking for is a method to
password "encrypt" adobe pdf files (try googling that)
If, in Excel, you have a list of files and the Employee code for each file, you
may be able to write a macro using SendKeys.
However, Googling "automate password pr
Dear All,
I have 100 adobe Payslip-files in one folder. I have share that folder via
mail to everyone. Now , I need to enter Employee code that particular Adobe
file only wants to open. Other adobe Payslip-files does not show to others.
Thanks,
karthik.
--
Are you =EXP(E:RT) or =NOT(EXP(E:RT))
thanks a lot..
On Fri, Aug 1, 2014 at 1:23 PM, Vaibhav Joshi wrote:
> Check this..
>
> http://www.vbaexpress.com/kb/getarticle.php?kb_id=380
>
> Cheers!!
>
>
> On Thu, Jul 31, 2014 at 11:36 PM, ab12tatre wrote:
>
>> Hello All,
>>
>> I want to hide a worksheet with Password protection in such a
Check this..
http://www.vbaexpress.com/kb/getarticle.php?kb_id=380
Cheers!!
On Thu, Jul 31, 2014 at 11:36 PM, ab12tatre wrote:
> Hello All,
>
> I want to hide a worksheet with Password protection in such a way that,
> unless we enter the password no one will come to know that there is an
> hi
Hello All,
I want to hide a worksheet with Password protection in such a way that,
unless we enter the password no one will come to know that there is an
hidden sheet.
Only after entering the password i should be able to unhide the worksheet.
Dont want to use the Hidesheet and password protect
t; *“Do all the good you can,By all the means you can,In all the ways you
> can,In all the places you can,At all the times you can,To all the people
> you can,As long as ever you can.” - John Wesley*
> -----
>
>*From:* Robert Lynch
> *To
groups.com
>Sent: Saturday, May 17, 2014 9:34 AM
>Subject: $$Excel-Macros$$ Password protected work sheet
>
>
>
>We have a form we use at work to report client income/expenses which we would
>like to modify, We have been able to make some modifications, but other
>
try below add in
http://www.straxx.com/excel/password.xla
.
Enjoy
Team XLS
On Sat, May 17, 2014 at 7:04 PM, Robert Lynch
wrote:
> We have a form we use at work to report client income/expenses which we
> would like to modify, We have been able to make some modificatio
We have a form we use at work to report client income/expenses which we
would like to modify, We have been able to make some modifications, but
other changes prompt a message indicating that the sheet is protected. When
we try to unprotect the sheet, we are prompted for a password.
Unfortunatel
share the excel file
On Wed, Dec 18, 2013 at 11:20 AM, Jocky Beta wrote:
> Hi,
>
> Can you share the Excel sheet?
>
> Regards
>
>
> On Wed, Dec 18, 2013 at 3:06 AM, Adam Subelka wrote:
>
>> I have a Excel 2010 file that is VBA Password protected. The person who
>> protected the file is no long
Hi,
Can you share the Excel sheet?
Regards
On Wed, Dec 18, 2013 at 3:06 AM, Adam Subelka wrote:
> I have a Excel 2010 file that is VBA Password protected. The person who
> protected the file is no longer with the company and I cannot find anyone
> who can unlock the file.
>
> I have a macro t
I have a Excel 2010 file that is VBA Password protected. The person who
protected the file is no longer with the company and I cannot find anyone
who can unlock the file.
I have a macro that will unlock each sheet, but I can't run the macro with
the VBA protection.
Is there a way to get ar
Panel").Select
Workbooks.Open Filename:=path2, UpdateLinks:=0
Sheets("Result").Select
Range("DU1:KF60").Select
Selection.Copy
From: Mccue
>To: excel-...@googlegroups.com
>Sent: Wed, December 5,
esult").Select
Range("DU1:KF60").Select
Selection.Copy
------------
> --
> *From:* Mccue >
> *To:* excel-...@googlegroups.com
> *Sent:* Wed, December 5, 2012 4:21:48 PM
> *Subject:* $$Excel-Macros$$ P
all the people you can,
As long as ever you can.” - John Wesley
-
From: Mccue
To: excel-macros@googlegroups.com
Sent: Wed, December 5, 2012 4:21:48 PM
Subject: $$Excel-Macros$$ Password problem in Excel Macro
I have this
I have this macro that I run everyday.
But it is a password protected excel sheet so Macro is asking me to put in
the password during macro is running. Here is where it asks password
Workbooks.Open Filename:=path1, UpdateLinks:=0
Sheets("DATA").Select
Workbooks.Open Filename:=path2, UpdateLi
t;>
>> MsgBox "Incorrect Password,Woksheet can not be visible",
>> vbCritical, "Password Required"
>>
>> End If
>>
>> End With
>>
>>
>>
>> End Sub
>>
>
*From:* excel-macros@googlegroups.com [mailto:
> excel-macros@googlegroups.com] *On Behalf Of *NOORAIN ANSARI
> *Sent:* Jan/Tue/2012 01:49
> *To:* excel-macros@googlegroups.com
> *Subject:* Re: $$Excel-Macros$$ Password protect hidden sheets
>
> ** **
>
> Hi priyanka
With
End Sub
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of NOORAIN ANSARI
Sent: Jan/Tue/2012 01:49
To: excel-macros@googlegroups.com
Subject: Re: $$Excel-Macros$$ Password protect hidden sheets
Hi priyanka,
Try through below vba Code...
P
Hi priyanka,
Try through below vba Code...
Private Sub Worksheet_Activate()
Sheet1.Protect "1823"
Sheets(1).Visible = xlSheetVeryHidden
Dim pass As String
pass = InputBox("kindly enter password to unprotect sheet")
If pass = "1823" Then
Sheet1.Unprotect "1823"
Sheets(1).Visible = True
Else
MsgBox
Hi Priyanka
Yes. But there is a work around for it using VBA . But without using any
codes. It goes like this:
1. Right click on the sheet tab to be made hidden, View Code. See the
properties menu on the left bottom window. Choose the visible mode as "2-
XLSheetVeryHidden"
2. Then
First assign a password to the sheet before hiding it, so that when other
user unhide's it, the sheet will be in read only mode and if the user want
to do changes it will prompt for password.
You can do this by using keyboard shortcut: ALT+T,P,P and set the password.
Hope it will help u.
On Tue,
I want that other person can open the whole sheet but he can't open the
hidden sheets w/o password
Can it be done?
protecting a whole workbook is not useful for me , Rajan
On Tue, Jan 31, 2012 at 12:31 PM, NOORAIN ANSARI
wrote:
> Hi Priyanka,
>
> I think you can't unhide sheet without password.
Hi Priyanka,
I think you can't unhide sheet without password..
refer to below link..
http://www.howtogeek.com/howto/14160/hide-and-unhide-worksheets-and-workbooks-in-excel-2007-2010/
On Tue, Jan 31, 2012 at 12:05 PM, PrIyAnKa wrote:
> Dear Team
>
> Kindly let me know if i have a workbook ha
You can Protect Workbook. After hiding Worksheets..
Rajan
From: excel-macros@googlegroups.com [mailto:excel-macros@googlegroups.com]
On Behalf Of PrIyAnKa
Sent: Jan/Tue/2012 12:05
To: excel-macros@googlegroups.com
Subject: $$Excel-Macros$$ Password protect hidden sheets
Dear Team
Dear Team
Kindly let me know if i have a workbook having 3 sheets in it, and i hide
2 sheets of it and when next time i unhide those sheets a password box
gets open and without password it can't be unhide
I have excel 2007 version
If any more details req kindly let me know
Regards
Priyanka
-
Hi,
Thanks for ur reply
Regards
Rajesh Kainikkara
On 4/15/11, STDEV(i) wrote:
> Sub ABCD()
> Sheets("MySheet").Unprotect "yourpassword"
> --- your program accessing to sheets("MySheet")
> Sheets("MySheet").Protect "yourpassword"
> End sub
>
>
> On Fri, Apr 15, 2011 at 6:51 PM, Rajesh K R
> wr
Please send excel file.
On Fri, Apr 15, 2011 at 5:21 PM, Rajesh K R wrote:
> Hi Experts,
>
> I want to password protect my work sheets, but the same time it is
> necessary to unprotect it for the running of macro so i have to give a
> code to unprotect them. how can I do it.
>
> Regards
>
> Rajes
Sub ABCD()
Sheets("MySheet").Unprotect "yourpassword"
--- your program accessing to sheets("MySheet")
Sheets("MySheet").Protect "yourpassword"
End sub
On Fri, Apr 15, 2011 at 6:51 PM, Rajesh K R wrote:
> Hi Experts,
> I want to password protect my work sheets, but the same time it is
> necessar
Hi Experts,
I want to password protect my work sheets, but the same time it is
necessary to unprotect it for the running of macro so i have to give a
code to unprotect them. how can I do it.
Regards
Rajesh kainikkara
--
--
Hi,
what about a hidden sheet?
On Mon, Oct 11, 2010 at 11:23 PM, hemant shah wrote:
> Hi All,
>
> Can you please help me with my query regarding the password change in VBA.
>
> Thanks in advance.
>
> Waiting for the resolution on my query.
>
> Regards,
> Hemant Shah
>
> --
>
>
Send the file i will do it for you
N.SHIVKUMAR
Mobile : +919422613567
Office : +912332301775
Alternate Email: shiv1...@yahoo.com
On 23 September 2010 04:40, Skanda wrote:
> Hi All,
> How to unlock a password that is set for an excel file?
>
>
> --
>
> --
Hi All,
How to unlock a password that is set for an excel file?
--
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip
2. Join our LinkedIN
Hi Shimmy
Kindly go through the below mention link
http://www.ehow.com/how_4700901_password-protect-excel.html
On Wed, Sep 15, 2010 at 1:02 PM, Shimmy wrote:
> morning guys!
> I have been using Offic 2007 since 2008, and still until today I am
> having the same proble I had 2 years ago! Could
morning guys!
I have been using Offic 2007 since 2008, and still until today I am
having the same proble I had 2 years ago! Could some one help on how
to put password security on EXCEL and WORD using Office 2007.
Feel free to share the knowledge if you can, I really need this guys.
Regards
Shim
Just open excel file. then open this plug-in. go to tools, you will find options
unprotect workbook
unprotect sheet
choose what you want.. you are done!!
Vijay Joshi
On Wed, Aug 18, 2010 at 10:35 PM, Kumar Punnam
wrote:
> Hi Viju
> Please let me know how to use this addin.
>
> Thanks in advance
Hi Viju
Please let me know how to use this addin.
Thanks in advance
With Regards
P.V. Ravi Kumar
--
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/ex
https://sites.google.com/site/e90e50/vba/rimuoverepasswordexcel
2010/8/18 viju mobile
>
>
> --
>
> --
> Some important links for excel users:
> 1. Follow us on TWITTER for tips tricks and links :
> http://twitter.c
--
--
Some important links for excel users:
1. Follow us on TWITTER for tips tricks and links :
http://twitter.com/exceldailytip
2. Join our LinkedIN group @ http://www.linkedin.com/groups?gid=1871310
3. Excel tutor
Hello Bro,
Please attach File
On Sun, Jan 10, 2010 at 4:02 PM, maulik desai wrote:
> Hi,
>
> Can any one provide me the password breaker or macros or any tool which
> can break the password to open the Excel workbook i am takiing abt to open
> password protected Excel workbook
> (not to unprotec
Hi,
Can any one provide me the password breaker or macros or any tool which can
break the password to open the Excel workbook i am takiing abt to open
password protected Excel workbook
(not to unprotect the password protected sheet)
i hope from this best group some one will help me
--
Thanks &
;>
>>
>> Please find attached the same
>>
>>
>>
>> Regards
>>
>> Sathish Jalendran
>>
>> [image: Picture (Device Independent Bitmap)]
>>
>>
>>
>> *From:* excel-macros@googlegroups.com [mailto:
>> excel-mac...@
Attach the file
On Tue, Jan 5, 2010 at 5:07 PM, Prathap . wrote:
> Hi There..
>
>
>
> I have excel file which is protected.
>
>
>
> Can anyone please help crack the password. If possible, then pls tell
> me. Keeping the confidentiality in to consideration i can mail the excel
> file to the concer
Bro Attach File
On Tue, Jan 5, 2010 at 5:07 PM, Prathap . wrote:
> Hi There..
>
>
>
> I have excel file which is protected.
>
>
>
> Can anyone please help crack the password. If possible, then pls tell
> me. Keeping the confidentiality in to consideration i can mail the excel
> file to the concer
please send the file.
On Tue, Jan 5, 2010 at 5:07 PM, Prathap . wrote:
> Hi There..
>
>
>
> I have excel file which is protected.
>
>
>
> Can anyone please help crack the password. If possible, then pls tell
> me. Keeping the confidentiality in to consideration i can mail the excel
> file to the
better use google for this
On Tue, Jan 5, 2010 at 5:07 PM, Prathap . wrote:
> Hi There..
>
>
>
> I have excel file which is protected.
>
>
>
> Can anyone please help crack the password. If possible, then pls tell
> me. Keeping the confidentiality in to consideration i can mail the excel
> file to
Hi There..
I have excel file which is protected.
Can anyone please help crack the password. If possible, then pls tell
me. Keeping the confidentiality in to consideration i can mail the excel
file to the concerned .
Thanks in advance
--
---
check out the security and user authentication.
at http://groups.google.com/group/excel_vba/members_invite?
On Tue, Dec 8, 2009 at 2:14 AM, LyndsRose wrote:
> Hey everyone! I have a question about passwords in Excel. I password
> protected a document, or sheet, and sent the sheet via email to
Hey everyone! I have a question about passwords in Excel. I password
protected a document, or sheet, and sent the sheet via email to my
team mates and gave them the password.
Now i want to change the password and restrict access to the sheet. I
can change the password, but it will not change for ev
No file is attached please attach the file and mail it again,
Plz ! (REHAN BAIG)
On Tue, Jul 28, 2009 at 3:29 PM, shafiq online wrote:
>
> Attached is password removal tool. You can you it by add-in. These is for
> removing password from Sheet.
>
> Regads,
>
>
>
> --
Attached is password removal tool. You can you it by add-in. These is for
removing password from Sheet.
Regads,
_
With Windows Live, you can organize, edit, and share your photos.
http://www.microsoft.com/middleeast/windo
Dear All,
As i forget all my password of our excel file 07.
now i am immediate need of editing to my excel sheet.
Please assist how could i unprotect my workbook.
As i could not attach all files.
Please help the needy.
Rgds,
Abdul Hakim
--~--~-~--~~~---~--~~
hi ashish i have sent u mail on pahuja.ash...@gmail.com pls see and send me
the file as sooon as possible bro pls
--~--~-~--~~~---~--~~
--
Some important links for excel user
hi guys can somebody pleass tell me how to recover VBA password. i
tried password recovery tool by microsoft but i have free version which
gives only 4 char password.so can somebody tell me hw to recover password
plss
thanx in advance
--~--~-~--~~~-
Hi everyone. How can I find out the password of a protected sheet?
I can't actually break it, but I just need to unlock it to fix something and
then re-protect it.
Any ideas?
--~--~-~--~~~---~--~~
--
Go on google and look for "Free Word Excel Password Wizard"
It's free but it's also putting spying cookies on your PC so remove it
afterwards ...
Thierry Delgutte
www.intermotion.net
--~--~-~--~~~---~--~~
Visit the blog to download Excel tutorials at
http://www.
57 matches
Mail list logo