Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default limit the number of operations of worksheet

a client wants me to write a spreadsheet with a limited number of
operations. when the number of operations is exhausted, a new code or
spreadsheet must be purchased.

is this or anything similar to it even possible?
--
Rolf Lindgren http://www.roffe.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default limit the number of operations of worksheet

Hi
not really possible. Esp. if the user disables macros.

--
Regards
Frank Kabel
Frankfurt, Germany


Rolf Marvin Bøe Lindgren wrote:
a client wants me to write a spreadsheet with a limited number of
operations. when the number of operations is exhausted, a new code

or
spreadsheet must be purchased.

is this or anything similar to it even possible?


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default limit the number of operations of worksheet

Then they shouldn't be using Excel for there product. Tell them to get an App written from scratch

----- Rolf Marvin Bxe Lindgren wrote: ----

a client wants me to write a spreadsheet with a limited number o
operations. when the number of operations is exhausted, a new code o
spreadsheet must be purchased

is this or anything similar to it even possible
--
Rolf Lindgren http://www.roffe.com

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default limit the number of operations of worksheet

"Frank Kabel" writes:

Hi
not really possible. Esp. if the user disables macros.


if the user disables macros the spreadsheet will not work at all.

--
Rolf Lindgren http://www.roffe.com/

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,885
Default limit the number of operations of worksheet

Hi
but believe me: give me 1-5 minutes and I'll disable your VBA
protection with no problems. So there's no secure way to protect Excel
files + macros.
The most secure way is to create a COM addin of your code (e.g. get VB
6 and use this to create an add-in)

--
Regards
Frank Kabel
Frankfurt, Germany


Rolf Marvin Bøe Lindgren wrote:
"Frank Kabel" writes:

Hi
not really possible. Esp. if the user disables macros.


if the user disables macros the spreadsheet will not work at all.




  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default limit the number of operations of worksheet

"Frank Kabel" writes:

but believe me: give me 1-5 minutes and I'll disable your VBA
protection with no problems. So there's no secure way to protect Excel
files + macros.
The most secure way is to create a COM addin of your code (e.g. get VB
6 and use this to create an add-in)


is there a howto or something on how to do that? I'm relatively
unfamiliar with VB programming. I tend to pick up things fast though.

--
Rolf Lindgren http://www.roffe.com/

  #7   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default limit the number of operations of worksheet

COM Add-ins are supported in xl2000 and later
Automation Add-ins are supported in xl2003 and later

http://support.microsoft.com/default...92&Product=xlw
INFO: Excel COM Add-ins and Automation Add-ins

http://support.microsoft.com/default...28&Product=xlw
HOWTO: Build an Office 2000 COM Add-In in Visual Basic

230689 SAMPLE: Comaddin.exe Office 2000 COM Add-In Written in Visual C++

http://support.microsoft.com/default...37&Product=xlw
HOWTO: Create a Visual Basic Automation Add-in for Excel Worksheet Functions

http://support.microsoft.com/support...dev/addins.asp

--
Regards,
Tom Ogilvy

"Rolf Marvin Bøe Lindgren" wrote in message
...
"Frank Kabel" writes:

but believe me: give me 1-5 minutes and I'll disable your VBA
protection with no problems. So there's no secure way to protect Excel
files + macros.
The most secure way is to create a COM addin of your code (e.g. get VB
6 and use this to create an add-in)


is there a howto or something on how to do that? I'm relatively
unfamiliar with VB programming. I tend to pick up things fast though.

--
Rolf Lindgren

http://www.roffe.com/



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
limit number of rows in worksheet from 6000+ to 600 Samsky2174 Excel Worksheet Functions 2 March 9th 09 12:37 PM
Limit on number of comments in a worksheet dyowee Excel Discussion (Misc queries) 2 May 29th 08 06:02 AM
is there a limit to the number of rows a worksheet can have? Debi Excel Discussion (Misc queries) 2 May 22nd 06 02:47 PM
How do I limit the number of rows displayed on a worksheet? cms31 Excel Discussion (Misc queries) 4 December 8th 05 06:20 PM
How do I limit the number of rows in an Excel worksheet. laforge27 Excel Worksheet Functions 1 November 4th 04 01:42 AM


All times are GMT +1. The time now is 05:34 AM.

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

About Us

"It's about Microsoft Excel"