Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Prompted for VBA password when closing Excel with "Lotus Notes Qui

Hi, can anybody help me on this?

I have a protected Excel file, when I have installed "Lotus Notes QuickR"
and try to close the Excel file I was prompted to provide the VBA password.

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,069
Default Prompted for VBA password when closing Excel with "Lotus Notes Qui

ben,
I had same problem with my VBA project. My problem was due to using the SET
statement to assign a reference to Thisworkbook.

eg:

Set mybook = Thisworkbook

what I neglected to do at then end of the procedure was add:

Set mybook = Nothing

This line solved my problem.
hope of some help to you.
--
JB


"Ben" wrote:

Hi, can anybody help me on this?

I have a protected Excel file, when I have installed "Lotus Notes QuickR"
and try to close the Excel file I was prompted to provide the VBA password.

Thanks.

  #3   Report Post  
Posted to microsoft.public.excel.programming
Ben Ben is offline
external usenet poster
 
Posts: 509
Default Prompted for VBA password when closing Excel with "Lotus Notes

Hi John,
Thank you for your replay.
Befor installing "Lotus Notes QuickR" every thing was working fine. No prompt
for the password. I had a similar problem with google search and I have
changed
a flag in the registry. It was a bug in Google search.
Maybe "Lotus Notes QuickR" have changed something in the registrey too.

"john" wrote:

ben,
I had same problem with my VBA project. My problem was due to using the SET
statement to assign a reference to Thisworkbook.

eg:

Set mybook = Thisworkbook

what I neglected to do at then end of the procedure was add:

Set mybook = Nothing

This line solved my problem.
hope of some help to you.
--
JB


"Ben" wrote:

Hi, can anybody help me on this?

I have a protected Excel file, when I have installed "Lotus Notes QuickR"
and try to close the Excel file I was prompted to provide the VBA password.

Thanks.

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,069
Default Prompted for VBA password when closing Excel with "Lotus Notes

Ben,
Sorry but I have no experience with Lotus Notes.
You may find the following article of interest.
http://support.microsoft.com/kb/280454
--
JB


"Ben" wrote:

Hi John,
Thank you for your replay.
Befor installing "Lotus Notes QuickR" every thing was working fine. No prompt
for the password. I had a similar problem with google search and I have
changed
a flag in the registry. It was a bug in Google search.
Maybe "Lotus Notes QuickR" have changed something in the registrey too.

"john" wrote:

ben,
I had same problem with my VBA project. My problem was due to using the SET
statement to assign a reference to Thisworkbook.

eg:

Set mybook = Thisworkbook

what I neglected to do at then end of the procedure was add:

Set mybook = Nothing

This line solved my problem.
hope of some help to you.
--
JB


"Ben" wrote:

Hi, can anybody help me on this?

I have a protected Excel file, when I have installed "Lotus Notes QuickR"
and try to close the Excel file I was prompted to provide the VBA password.

Thanks.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Mail über Lotus Notes aus Excel heraus/ Sending Mail with Excel through Lotus Notes [email protected] Excel Programming 0 February 19th 07 12:11 PM
"Save" macro problem, still prompted to save when closing workbook (?) StargateFanFromWork[_4_] Excel Programming 8 September 13th 06 04:49 PM
"Activeworkbook" function not valid when workbook embedded in Lotus Notes? Punsterr Excel Programming 0 May 10th 06 11:37 PM
Lotus Notes - Can't do multiple "Send Tos" SuperJas Excel Programming 4 August 3rd 05 03:24 PM
Excel/Lotus Notes StephanieH Excel Programming 2 December 9th 04 08:11 AM


All times are GMT +1. The time now is 07:24 AM.

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

About Us

"It's about Microsoft Excel"