Hi All,
Here is my problem, I have a few macros and I cannot put an expiration date on them.
I want prevent macros to be unauthorised copied and used.
The way I do it on excel is simple:
If ThisWorkbook.Fullname <> ' my path' Then Exit Sub
So nobody is able to execute a copy of a spreadsheet from folder than this where a macro file is stored.
Does anybody know how to get around this in attachmate, what would be a ThisWorkbook thing in Extra Basic?
regards
Sagit
Here is my problem, I have a few macros and I cannot put an expiration date on them.
I want prevent macros to be unauthorised copied and used.
The way I do it on excel is simple:
If ThisWorkbook.Fullname <> ' my path' Then Exit Sub
So nobody is able to execute a copy of a spreadsheet from folder than this where a macro file is stored.
Does anybody know how to get around this in attachmate, what would be a ThisWorkbook thing in Extra Basic?
regards
Sagit