A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » General Discussion
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

how do I unlock a document created by myself??



 
 
Thread Tools Display Modes
  #11  
Old May 26th, 2008, 01:29 PM posted to microsoft.public.word.docmanagement
g. nash
external usenet poster
 
Posts: 1
Default how do I unlock a document created by myself??

I have tried to unlock the document by going to tools. My options are gray so
I am unable to click on protect document. I have deleted the document and
attempted to start a new blank document. The blank document is loacked as
well.

"Suzanne S. Barnhill" wrote:

On the Forms toolbar, as stated.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"elle" wrote in message
...

where is the lock icon
"Carol" wrote:

Have you tried Tools | Unprotect Document? Or Using your Forms toolbar,
clicking on the lock icon? If the document is password protected, you
will
need to know the password.
--
Carol A. Bratt, MCP



"Steph" wrote:

I have created a document & locked it as it is to be filled in by a
number of
other people. Only problem is I cannot get in to change it??




  #13  
Old June 3rd, 2008, 09:32 AM posted to microsoft.public.word.docmanagement
Red Mage
external usenet poster
 
Posts: 1
Default How to unlock the project if it is locked

Please help me....

Hello to all,Strange problem no idea....

I locked MySample template Project using
Tools - Template Project Properties - Protection tab -under Lock project
group i checked the checkbox (Lock for viewing) and also the password
"mypassword" in the password fields.This way i protected the document.

Now MySample template is protected,but i need to delete a module from this
template and i have to copy a module from other template using VBA. Im able
to delete the module but im not able to copy the module....

If the MySample template is not protected with Password the following code
works....othewise it fails

Sub MacroCopy

Dim MacroName, fromfile, tofile As String
MacroName = "TestMacro"

fromfile = "C:\MacroCopy.dot"
tofile = "C:\MySample.dot"
Documents.Open FileName:=tofile, Visible:=True
Documents(tofile).Activate

'Remove the existing Module from the template
On Error Resume Next
Application.OrganizerDelete Source:=tofile, Name:=MacroName, _
Object:=wdOrganizerObjectProjectItems
'Copy the macro to the template
Application.OrganizerCopy Source:=fromfile, Destination:=tofile _
, Name:="InspectionInfo", Object:=wdOrganizerObjectProjectItems
Documents.Save NoPrompt:=True, OriginalFormat:=wdOriginalDocumentFormat

ActiveDocument.ActiveWindow.Close

End Sub

what i have to do in the code so it can copy the module,eventhough it id
protected for viewing...

Thanks in Advance...

  #14  
Old June 4th, 2008, 12:04 AM posted to microsoft.public.word.docmanagement
Laurie
external usenet poster
 
Posts: 167
Default how do I unlock a document created by myself??

Are you using Office 2007?

"Steph" wrote:

I have created a document & locked it as it is to be filled in by a number of
other people. Only problem is I cannot get in to change it??

  #15  
Old June 4th, 2008, 11:55 AM posted to microsoft.public.word.docmanagement
Cindy M.
external usenet poster
 
Posts: 2,428
Default How to unlock the project if it is locked

Hi =?Utf-8?B?UmVkIE1hZ2U=?=,

This should better be discussed in a macro group, such as word.vba.general,
however...

You cannot programmatically change the content of the VBA project if it is
"locked for viewing" (protected).

Perhaps if you explain (in the macro newsgroup) why you would need to copy and
delete modules one could think of an alternate approach...

I locked MySample template Project using
Tools - Template Project Properties - Protection tab -under Lock project
group i checked the checkbox (Lock for viewing) and also the password
"mypassword" in the password fields.This way i protected the document.

Now MySample template is protected,but i need to delete a module from this
template and i have to copy a module from other template using VBA. Im able
to delete the module but im not able to copy the module....

If the MySample template is not protected with Password the following code
works....othewise it fails

Sub MacroCopy

Dim MacroName, fromfile, tofile As String
MacroName = "TestMacro"

fromfile = "C:\MacroCopy.dot"
tofile = "C:\MySample.dot"
Documents.Open FileName:=tofile, Visible:=True
Documents(tofile).Activate

'Remove the existing Module from the template
On Error Resume Next
Application.OrganizerDelete Source:=tofile, Name:=MacroName, _
Object:=wdOrganizerObjectProjectItems
'Copy the macro to the template
Application.OrganizerCopy Source:=fromfile, Destination:=tofile _
, Name:="InspectionInfo", Object:=wdOrganizerObjectProjectItems
Documents.Save NoPrompt:=True, OriginalFormat:=wdOriginalDocumentFormat

ActiveDocument.ActiveWindow.Close

End Sub

what i have to do in the code so it can copy the module,eventhough it id
protected for viewing...


Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :-)

  #16  
Old June 14th, 2008, 05:47 PM posted to microsoft.public.word.docmanagement
sunshine414
external usenet poster
 
Posts: 1
Default how do I unlock a document created by myself??

tberry- If you have MS Office '07, then the problem may be that you need to
register the product before your Office programs will work properly. You'll
need to locate your 25 charcter product key. This key is located in the
package in which the program came.
Also, you should be getting prompted to enter this key when you launch an
Office program such as Word. The prompt text is incorrect stating that
Micrsoft does not "require" the key, rather that it only "recommends" that
you register the product. This is simply not true. You have to register the
product eventually as the program only allows you to bypass the product key
prompt 25 times before it will lock or "diminish functionality" of your MS
Office programs. It sounds like your "locked" toolbars are the result. Good
luck!

tberry" wrote:

Thanx. When I right-clicked on a toolbar, the drop down menu showed that my
toolbars were locked. I clicked it and removed the check next to "lock
toolbar". I don't know if that is unlocking my word program or not. I can't
even download a memo template and use it because it is locked already.

"Suzanne S. Barnhill" wrote:

Do you get a menu of toolbars when you right-click on a toolbar? Do you get
a Toolbars item on the Tools menu (you may have to expand the menu to see
it)? Both of these should list the Forms toolbar. What version of Word do
you have?

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"we2bfree" wrote in message
...
I have right-clicked on my toolbar and nothing happens - I right-clicked
on
a toolbar outside of my document and no Forms appears in the menu. View
doesn't show the option either and tools show Protect document but it is
in
grey. I never locked this document it just happened

Please Help - Susan

"Suzanne S. Barnhill" wrote:

Right-click on any toolbar and choose Forms from the menu. Or use View |
Toolbars and choose it.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"tberry" wrote in message
...
ok on the Forms toolbar, as stated. Sorry but I don't seem to know
where
the
Forms toolbar is. My toolbars are almost completely greyed out and
under
tools I only have the option to "protect" not "unprotect" and it is
grey.

"Suzanne S. Barnhill" wrote:

On the Forms toolbar, as stated.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"elle" wrote in message
...

where is the lock icon
"Carol" wrote:

Have you tried Tools | Unprotect Document? Or Using your Forms
toolbar,
clicking on the lock icon? If the document is password protected,
you
will
need to know the password.
--
Carol A. Bratt, MCP



"Steph" wrote:

I have created a document & locked it as it is to be filled in by
a
number of
other people. Only problem is I cannot get in to change it??









  #17  
Old June 25th, 2008, 01:45 AM posted to microsoft.public.word.docmanagement
hy1911
external usenet poster
 
Posts: 1
Default how do I unlock a document created by myself??


Hi,

I have downaloaded an application orm for a job, but the document is
password protected, making it unable for me to change lengths of tables/
write in some areas... etc... anyone know how i can unprotect the document
without the password?? thanks!
  #18  
Old June 25th, 2008, 10:38 AM posted to microsoft.public.word.docmanagement
Stefan Blom
external usenet poster
 
Posts: 8,433
Default how do I unlock a document created by myself??

If this is a protected form, inserting it into a blank document (via the
Insert File dialog box) will clear the protection.

To open the Insert File dialog box: Click Insert | File (Word 2003) or click
Insert tab | Object | Text from File (Word 2007).

--
Stefan Blom
Microsoft Word MVP


"hy1911" wrote in message
...

Hi,

I have downaloaded an application orm for a job, but the document is
password protected, making it unable for me to change lengths of tables/
write in some areas... etc... anyone know how i can unprotect the document
without the password?? thanks!



  #19  
Old June 27th, 2008, 03:09 PM posted to microsoft.public.word.docmanagement
Asha's Room
external usenet poster
 
Posts: 1
Default how do I unlock a document created by myself??

i NEVER locked this document it iust happen

"we2bfree" wrote:

I have right-clicked on my toolbar and nothing happens - I right-clicked on
a toolbar outside of my document and no Forms appears in the menu. View
doesn't show the option either and tools show Protect document but it is in
grey. I never locked this document it just happened

Please Help - Susan

"Suzanne S. Barnhill" wrote:

Right-click on any toolbar and choose Forms from the menu. Or use View |
Toolbars and choose it.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"tberry" wrote in message
...
ok on the Forms toolbar, as stated. Sorry but I don't seem to know where
the
Forms toolbar is. My toolbars are almost completely greyed out and under
tools I only have the option to "protect" not "unprotect" and it is grey.

"Suzanne S. Barnhill" wrote:

On the Forms toolbar, as stated.

--
Suzanne S. Barnhill
Microsoft MVP (Word)
Words into Type
Fairhope, Alabama USA

"elle" wrote in message
...

where is the lock icon
"Carol" wrote:

Have you tried Tools | Unprotect Document? Or Using your Forms
toolbar,
clicking on the lock icon? If the document is password protected, you
will
need to know the password.
--
Carol A. Bratt, MCP



"Steph" wrote:

I have created a document & locked it as it is to be filled in by a
number of
other people. Only problem is I cannot get in to change it??






  #20  
Old July 1st, 2008, 11:07 AM posted to microsoft.public.word.docmanagement
bbellue
external usenet poster
 
Posts: 1
Default how do I unlock a document created by myself??



"Steph" wrote:

I have created a document & locked it as it is to be filled in by a number of
other people. Only problem is I cannot get in to change it??

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mozilla Firefox problem Please Hejp shen923 Publisher 8 May 16th, 2006 08:16 AM
Typing in a created excel document lady9nfree General Discussion 0 March 28th, 2006 08:07 AM
Microsoft Document Scanning doesn’t work properly with Multi Page M Ism General Discussions 1 March 25th, 2005 03:03 PM
how do i unlock my document? Bradford New Users 1 November 28th, 2004 02:29 AM
Disarranged document views, created by Word 2003 Phatrides General Discussion 1 September 21st, 2004 11:58 PM


All times are GMT +1. The time now is 03:56 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.