Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default intercepting password routines

I need to implement a scheme for acquiring a
workbook/spreadsheet password for both storage and
retrieval of a file from a dongle. Is there a way to
intercept the Excel built in functions for doing this and
replace them with my own code? I was able to do this for
Adobe pdf documents by creating an Adobe Add-In that
replaced the standard product functions. I don't know if
Microsoft office products (e.g. Word, Excel, Access,
etc.) allow this capability.

If this can be done, then what Microsoft tools will I
need to acquire (e.g. Office Developer, Visual BASIC for
Applications, etc)? Can you point me at any
documentation that might save me time?

Is there a recommended solution that would be version
independent (i.e. supported on Excel 2000 as well as more
recent versions)?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default intercepting password routines

I am not aware of any capability to redirect the entry of a password, but
you could emplace your own password capability by putting in code to prompt
for a password. However, these are pretty weak and easily broken,
especially by just disabling macros.

So I really can't say this is something easily supported in Excel.

--
Regards,
Tom Ogilvy

Dick B wrote in message
...
I need to implement a scheme for acquiring a
workbook/spreadsheet password for both storage and
retrieval of a file from a dongle. Is there a way to
intercept the Excel built in functions for doing this and
replace them with my own code? I was able to do this for
Adobe pdf documents by creating an Adobe Add-In that
replaced the standard product functions. I don't know if
Microsoft office products (e.g. Word, Excel, Access,
etc.) allow this capability.

If this can be done, then what Microsoft tools will I
need to acquire (e.g. Office Developer, Visual BASIC for
Applications, etc)? Can you point me at any
documentation that might save me time?

Is there a recommended solution that would be version
independent (i.e. supported on Excel 2000 as well as more
recent versions)?



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
VBA - sub routines Help please Richard Wrigley New Users to Excel 3 November 23rd 06 03:06 AM
VBA routines - help please Richard Wrigley Excel Discussion (Misc queries) 1 November 22nd 06 07:15 PM
Removing VBA routines Robin Clay[_2_] Excel Programming 2 October 14th 03 05:44 PM
Intercepting Paste Function MrAlMackay Excel Programming 4 September 25th 03 04:23 PM
api call routines anthony Excel Programming 2 July 21st 03 02:00 PM


All times are GMT +1. The time now is 10:19 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"