Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 391
Default Need Visual Basic for AppSentinel?

2003

Had thoughts of compiling some Excel VBA into a ..dll file.

I thought that I needed just AppSentinel. But it appears that I need VB or something like
Visual Studio.

Could someone send some links and/or share a few sentences?

TIA EagleOne
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Need Visual Basic for AppSentinel?

AppSentinel is nothing to do with creating a dll file, it is a licensing
product, one that can stop your product running if the registration code has
not been supplied.

If you want to create a dll, say to make some code run faster or to hide,
then a dll is one way, but for that you do need full VB.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
...
2003

Had thoughts of compiling some Excel VBA into a ..dll file.

I thought that I needed just AppSentinel. But it appears that I need VB

or something like
Visual Studio.

Could someone send some links and/or share a few sentences?

TIA EagleOne



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 391
Default Need Visual Basic for AppSentinel?

Hello Bob,

What s/w can I use to "compile" XL VBA into a DLL?

Thanks

"Bob Phillips" wrote:

AppSentinel is nothing to do with creating a dll file, it is a licensing
product, one that can stop your product running if the registration code has
not been supplied.

If you want to create a dll, say to make some code run faster or to hide,
then a dll is one way, but for that you do need full VB.

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 391
Default Need Visual Basic for AppSentinel?

Actually, my goal is to protect some VBA code. My thoughts are to have an XL user be able to "Run"
a macro in XL yet have more protection than a VBA password as I have heard is easily hacked.

I am very interested in your comment "then a dll is one way."
What other ways might there be?

EagleOne

"Bob Phillips" wrote:

AppSentinel is nothing to do with creating a dll file, it is a licensing
product, one that can stop your product running if the registration code has
not been supplied.

If you want to create a dll, say to make some code run faster or to hide,
then a dll is one way, but for that you do need full VB.

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 10,593
Default Need Visual Basic for AppSentinel?

There are other ways, such as creating an XLL add-in, but that is using C++
so may be further than you want to go and you need the developers kit.

Another option is to be a VB application that accesses an excel workbook via
automation. But this requires a different perspective, you need to be a lot
more careful how you reference objects etc. (nothing that you shouldn't do
anyway, but it often defaults in Excel and so is easy to overlook), and
knowing how to access the object model via automation.

But a DLL is the best and easiest way to do it IMO. You should be able to
get a copy of VB on eBay for a reasonable sum.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
...
Actually, my goal is to protect some VBA code. My thoughts are to have an

XL user be able to "Run"
a macro in XL yet have more protection than a VBA password as I have heard

is easily hacked.

I am very interested in your comment "then a dll is one way."
What other ways might there be?

EagleOne

"Bob Phillips" wrote:

AppSentinel is nothing to do with creating a dll file, it is a licensing
product, one that can stop your product running if the registration code

has
not been supplied.

If you want to create a dll, say to make some code run faster or to hide,
then a dll is one way, but for that you do need full VB.





  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 68
Default Need Visual Basic for AppSentinel?

Thanks Bob


Bob Phillips wrote:
There are other ways, such as creating an XLL add-in, but that is using C++
so may be further than you want to go and you need the developers kit.

Another option is to be a VB application that accesses an excel workbook via
automation. But this requires a different perspective, you need to be a lot
more careful how you reference objects etc. (nothing that you shouldn't do
anyway, but it often defaults in Excel and so is easy to overlook), and
knowing how to access the object model via automation.

But a DLL is the best and easiest way to do it IMO. You should be able to
get a copy of VB on eBay for a reasonable sum.

--
HTH

Bob Phillips

(replace somewhere in email address with gmail if mailing direct)

wrote in message
...
Actually, my goal is to protect some VBA code. My thoughts are to have an

XL user be able to "Run"
a macro in XL yet have more protection than a VBA password as I have heard

is easily hacked.

I am very interested in your comment "then a dll is one way."
What other ways might there be?

EagleOne

"Bob Phillips" wrote:

AppSentinel is nothing to do with creating a dll file, it is a licensing
product, one that can stop your product running if the registration code

has
not been supplied.

If you want to create a dll, say to make some code run faster or to hide,
then a dll is one way, but for that you do need full VB.


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
Linking to Visual Basic for Applications Help Files Glynn Excel Discussion (Misc queries) 0 October 8th 05 01:29 AM
Visual Basic and SP2 JessJ Excel Discussion (Misc queries) 2 October 6th 05 12:17 PM
changing the visual basic in office 2003 to visual studio net bigdaddy3 Excel Discussion (Misc queries) 1 September 13th 05 10:57 AM
Macro Calling Visual Basic References phauenstein Excel Discussion (Misc queries) 1 August 24th 05 09:28 PM
Visual Basic Error Message Scubasocks Excel Discussion (Misc queries) 0 January 28th 05 03:29 PM


All times are GMT +1. The time now is 05:07 PM.

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"